Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_type.h952 struct wx_q_vector { struct
953 struct wx *wx;
954 int cpu; /* CPU for DCA */
955 int numa_node;
956 u16 v_idx; /* index of q_vector within array, also used for
960 u16 itr; /* Interrupt throttle rate written to EITR */
961 struct wx_ring_container rx, tx;
962 struct napi_struct napi;
963 struct rcu_head rcu; /* to avoid race with update stats on free */
965 char name[IFNAMSIZ + 17];
[all …]