Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/intel/i40e/
A Di40e.h976 struct i40e_q_vector { struct
977 struct i40e_vsi *vsi;
979 u16 v_idx; /* index in the vsi->q_vector array. */
982 struct napi_struct napi;
984 struct i40e_ring_container rx;
985 struct i40e_ring_container tx;
990 cpumask_t affinity_mask;
991 struct irq_affinity_notify affinity_notify;
994 char name[I40E_INT_NAME_STR_LEN];
995 bool arm_wb_state;
[all …]

Completed in 13 milliseconds