Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/wangxun/libwx/
Dwx_type.h820 struct wx_q_vector { struct
821 struct wx *wx;
822 int cpu; /* CPU for DCA */
823 int numa_node;
824 u16 v_idx; /* index of q_vector within array, also used for
828 u16 itr; /* Interrupt throttle rate written to EITR */
829 struct wx_ring_container rx, tx;
830 struct napi_struct napi;
831 struct rcu_head rcu; /* to avoid race with update stats on free */
833 char name[IFNAMSIZ + 17];
[all …]