Home
last modified time | relevance | path

Searched defs:i40e_q_vector (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-4.19/drivers/net/ethernet/intel/i40evf/
Di40evf.h93 struct i40e_q_vector { struct
94 struct i40evf_adapter *adapter;
95 struct i40e_vsi *vsi;
96 struct napi_struct napi;
97 struct i40e_ring_container rx;
98 struct i40e_ring_container tx;
99 u32 ring_mask;
100 u8 itr_countdown; /* when 0 should adjust adaptive ITR */
101 u8 num_ringpairs; /* total number of ring pairs in vector */
102 u16 v_idx; /* index in the vsi->q_vector array. */
[all …]
/kernel/linux/linux-4.19/drivers/net/ethernet/intel/i40e/
Di40e.h797 struct i40e_q_vector { struct
798 struct i40e_vsi *vsi;
800 u16 v_idx; /* index in the vsi->q_vector array. */
801 u16 reg_idx; /* register index of the interrupt */
803 struct napi_struct napi;
805 struct i40e_ring_container rx;
806 struct i40e_ring_container tx;
808 u8 itr_countdown; /* when 0 should adjust adaptive ITR */
809 u8 num_ringpairs; /* total number of ring pairs in vector */
811 cpumask_t affinity_mask;
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
Di40e.h858 struct i40e_q_vector { struct
859 struct i40e_vsi *vsi;
861 u16 v_idx; /* index in the vsi->q_vector array. */
862 u16 reg_idx; /* register index of the interrupt */
864 struct napi_struct napi;
866 struct i40e_ring_container rx;
867 struct i40e_ring_container tx;
869 u8 itr_countdown; /* when 0 should adjust adaptive ITR */
870 u8 num_ringpairs; /* total number of ring pairs in vector */
872 cpumask_t affinity_mask;
[all …]