Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/
Dbe.h257 struct be_rx_stats { struct
258 u64 rx_bytes;
259 u64 rx_pkts;
260 u64 rx_vxlan_offload_pkts;
261 u32 rx_drops_no_skbs; /* skb allocation errors */
262 u32 rx_drops_no_frags; /* HW has no fetched frags */
263 u32 rx_post_fail; /* page post alloc failures */
264 u32 rx_compl;
265 u32 rx_mcast_pkts;
266 u32 rx_compl_err; /* completions with err set */
[all …]
/kernel/linux/linux-4.19/drivers/net/ethernet/emulex/benet/
Dbe.h263 struct be_rx_stats { struct
264 u64 rx_bytes;
265 u64 rx_pkts;
266 u64 rx_vxlan_offload_pkts;
267 u32 rx_drops_no_skbs; /* skb allocation errors */
268 u32 rx_drops_no_frags; /* HW has no fetched frags */
269 u32 rx_post_fail; /* page post alloc failures */
270 u32 rx_compl;
271 u32 rx_mcast_pkts;
272 u32 rx_compl_err; /* completions with err set */
[all …]