Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/wangxun/libwx/
Dwx_type.h1026 struct wx_q_vector { struct
1027 struct wx *wx;
1028 int cpu; /* CPU for DCA */
1029 int numa_node;
1030 u16 v_idx; /* index of q_vector within array, also used for
1034 u16 itr; /* Interrupt throttle rate written to EITR */
1035 struct wx_ring_container rx, tx;
1036 struct napi_struct napi;
1037 struct rcu_head rcu; /* to avoid race with update stats on free */
1039 char name[IFNAMSIZ + 17];
[all …]