Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/net/ethernet/wangxun/libwx/
Dwx_type.h817 struct wx_q_vector { struct
818 struct wx *wx;
819 int cpu; /* CPU for DCA */
820 int numa_node;
821 u16 v_idx; /* index of q_vector within array, also used for
825 u16 itr; /* Interrupt throttle rate written to EITR */
826 struct wx_ring_container rx, tx;
827 struct napi_struct napi;
828 struct rcu_head rcu; /* to avoid race with update stats on free */
830 char name[IFNAMSIZ + 17];
[all …]