Symbol: octep_iq
drivers/net/ethernet/marvell/octeon_ep/octep_cn9k_pf.c
265
struct octep_iq *iq = oct->iq[iq_no];
drivers/net/ethernet/marvell/octeon_ep/octep_cn9k_pf.c
751
static u32 octep_update_iq_read_index_cn93_pf(struct octep_iq *iq)
drivers/net/ethernet/marvell/octeon_ep/octep_cnxk_pf.c
286
struct octep_iq *iq = oct->iq[iq_no];
drivers/net/ethernet/marvell/octeon_ep/octep_cnxk_pf.c
790
static u32 octep_update_iq_read_index_cnxk_pf(struct octep_iq *iq)
drivers/net/ethernet/marvell/octeon_ep/octep_main.c
562
static void octep_update_pkt(struct octep_iq *iq, struct octep_oq *oq)
drivers/net/ethernet/marvell/octeon_ep/octep_main.c
592
static void octep_enable_ioq_irq(struct octep_iq *iq, struct octep_oq *oq)
drivers/net/ethernet/marvell/octeon_ep/octep_main.c
818
static inline int octep_iq_full_check(struct octep_iq *iq)
drivers/net/ethernet/marvell/octeon_ep/octep_main.c
866
struct octep_iq *iq;
drivers/net/ethernet/marvell/octeon_ep/octep_main.h
150
struct octep_iq *iq;
drivers/net/ethernet/marvell/octeon_ep/octep_main.h
259
struct octep_iq *iq[OCTEP_MAX_IQ];
drivers/net/ethernet/marvell/octeon_ep/octep_main.h
410
int octep_iq_process_completions(struct octep_iq *iq, u16 budget);
drivers/net/ethernet/marvell/octeon_ep/octep_main.h
97
u32 (*update_iq_read_idx)(struct octep_iq *iq);
drivers/net/ethernet/marvell/octeon_ep/octep_tx.c
103
static void octep_iq_free_pending(struct octep_iq *iq)
drivers/net/ethernet/marvell/octeon_ep/octep_tx.c
16
static void octep_iq_reset_indices(struct octep_iq *iq)
drivers/net/ethernet/marvell/octeon_ep/octep_tx.c
178
struct octep_iq *iq;
drivers/net/ethernet/marvell/octeon_ep/octep_tx.c
263
static void octep_free_iq(struct octep_iq *iq)
drivers/net/ethernet/marvell/octeon_ep/octep_tx.c
32
int octep_iq_process_completions(struct octep_iq *iq, u16 budget)