Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/cavium/liquidio/
H A Dliquidio_common.h802 struct nic_rx_stats { struct
804 u64 total_rcvd; /* Received packets */
805 u64 bytes_rcvd; /* Octets of received packets */
806 u64 total_bcst; /* Number of non-dropped L2 broadcast packets */
807 u64 total_mcst; /* Number of non-dropped L2 multicast packets */
808 u64 runts; /* Packets shorter than allowed */
809 u64 ctl_rcvd; /* Received PAUSE packets */
810 u64 fifo_err; /* Packets dropped due to RX FIFO full */
811 u64 dmac_drop; /* Packets dropped by the DMAC filter */
812 u64 fcs_err; /* Sum of fragment, overrun, and FCS errors */
[all …]