Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/i40e/
H A Di40e.h941 struct i40e_q_vector { struct
942 struct i40e_vsi *vsi;
947 struct napi_struct napi;
949 struct i40e_ring_container rx;
950 struct i40e_ring_container tx;
955 cpumask_t affinity_mask;
956 struct irq_affinity_notify affinity_notify;
959 char name[I40E_INT_NAME_STR_LEN];
960 bool arm_wb_state;
961 bool in_busy_poll;
[all …]