Searched refs:extsts (Results 1 – 2 of 2) sorted by relevance
1006 u_int32_t extsts; in nge_rxeof() local1010 extsts = cur_rx->nge_extsts; in nge_rxeof()1073 if (extsts & NGE_RXEXTSTS_VLANPKT) { in nge_rxeof()1075 ntohs(extsts & NGE_RXEXTSTS_VTCI); in nge_rxeof()1081 if (extsts & NGE_RXEXTSTS_IPPKT) { in nge_rxeof()1082 if (!(extsts & NGE_RXEXTSTS_IPCSUMERR)) in nge_rxeof()1084 if ((extsts & NGE_RXEXTSTS_TCPPKT) && in nge_rxeof()1085 (!(extsts & NGE_RXEXTSTS_TCPCSUMERR))) in nge_rxeof()1087 else if ((extsts & NGE_RXEXTSTS_UDPPKT) && in nge_rxeof()1088 (!(extsts & NGE_RXEXTSTS_UDPCSUMERR))) in nge_rxeof()
1250 uint32_t rxstat, extsts; in rge_rxeof() local1320 extsts = letoh32(cur_rx->hi_qword1.rx_qword4.rge_extsts); in rge_rxeof()1323 if (!(extsts & RGE_RDEXTSTS_IPCSUMERR) && in rge_rxeof()1324 (extsts & RGE_RDEXTSTS_IPV4)) in rge_rxeof()1328 if ((extsts & (RGE_RDEXTSTS_IPV4 | RGE_RDEXTSTS_IPV6)) && in rge_rxeof()1329 (((extsts & RGE_RDEXTSTS_TCPPKT) && in rge_rxeof()1330 !(extsts & RGE_RDEXTSTS_TCPCSUMERR)) || in rge_rxeof()1331 ((extsts & RGE_RDEXTSTS_UDPPKT) && in rge_rxeof()1332 !(extsts & RGE_RDEXTSTS_UDPCSUMERR)))) in rge_rxeof()1337 if (extsts & RGE_RDEXTSTS_VTAG) { in rge_rxeof()[all …]