Home
last modified time | relevance | path

Searched refs:l2_fhdr_errors (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dbnx_lm_recv.c261 if(rx_hdr->l2_fhdr_errors & 0x40) in get_packets_rcvd()
270 if(rx_hdr->l2_fhdr_errors & L2_FHDR_ERRORS_IP_BAD_XSUM) in get_packets_rcvd()
307 if((rx_hdr->l2_fhdr_errors & ( in get_packets_rcvd()
340 if(rx_hdr->l2_fhdr_errors & L2_FHDR_ERRORS_BAD_CRC) in get_packets_rcvd()
345 if(rx_hdr->l2_fhdr_errors & L2_FHDR_ERRORS_PHY_DECODE) in get_packets_rcvd()
350 if(rx_hdr->l2_fhdr_errors & L2_FHDR_ERRORS_ALIGNMENT) in get_packets_rcvd()
355 if(rx_hdr->l2_fhdr_errors & L2_FHDR_ERRORS_TOO_SHORT) in get_packets_rcvd()
360 if(rx_hdr->l2_fhdr_errors & L2_FHDR_ERRORS_GIANT_FRAME) in get_packets_rcvd()
366 rx_hdr->l2_fhdr_errors & ~(L2_FHDR_ERRORS_BAD_CRC | in get_packets_rcvd()
740 if(rx_hdr->l2_fhdr_errors & 0x40) in get_packets_rcvd()
[all …]
/illumos-gate/usr/src/uts/common/io/bnx/570x/common/include/
H A D5706_reg.h876 u16_t l2_fhdr_errors; member
924 u16_t l2_fhdr_errors; member