Home
last modified time | relevance | path

Searched refs:octep_vf_iq (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/marvell/octeon_ep_vf/
Doctep_vf_main.h64 u32 (*update_iq_read_idx)(struct octep_vf_iq *iq);
126 struct octep_vf_iq *iq;
247 struct octep_vf_iq *iq[OCTEP_VF_MAX_IQ];
328 int octep_vf_iq_process_completions(struct octep_vf_iq *iq, u16 budget);
Doctep_vf_tx.c17 static void octep_vf_iq_reset_indices(struct octep_vf_iq *iq) in octep_vf_iq_reset_indices()
33 int octep_vf_iq_process_completions(struct octep_vf_iq *iq, u16 budget) in octep_vf_iq_process_completions()
102 static void octep_vf_iq_free_pending(struct octep_vf_iq *iq) in octep_vf_iq_free_pending()
177 struct octep_vf_iq *iq; in octep_vf_setup_iq()
261 static void octep_vf_free_iq(struct octep_vf_iq *iq) in octep_vf_free_iq()
Doctep_vf_ethtool.c125 struct octep_vf_iq *iq = oct->iq[q]; in octep_vf_get_ethtool_stats()
145 struct octep_vf_iq *iq = oct->iq[q]; in octep_vf_get_ethtool_stats()
Doctep_vf_tx.h112 struct octep_vf_iq { struct
Doctep_vf_main.c296 static void octep_vf_enable_ioq_irq(struct octep_vf_iq *iq, struct octep_vf_oq *oq) in octep_vf_enable_ioq_irq()
561 static int octep_vf_iq_full_check(struct octep_vf_iq *iq) in octep_vf_iq_full_check()
605 struct octep_vf_iq *iq; in octep_vf_start_xmit()
790 struct octep_vf_iq *iq = oct->iq[q]; in octep_vf_get_stats64()
Doctep_vf_cn9k.c163 struct octep_vf_iq *iq = oct->iq[iq_no]; in octep_vf_setup_iq_regs_cn93()
352 static u32 octep_vf_update_iq_read_index_cn93(struct octep_vf_iq *iq) in octep_vf_update_iq_read_index_cn93()
Doctep_vf_cnxk.c166 struct octep_vf_iq *iq = oct->iq[iq_no]; in octep_vf_setup_iq_regs_cnxk()
363 static u32 octep_vf_update_iq_read_index_cnxk(struct octep_vf_iq *iq) in octep_vf_update_iq_read_index_cnxk()