Lines Matching defs:extsts
1240 uint32_t rxstat, extsts;
1255 extsts = letoh32(cur_rx->hi_qword1.rx_qword4.rge_extsts);
1335 if (!(extsts & RGE_RDEXTSTS_IPCSUMERR) &&
1336 (extsts & RGE_RDEXTSTS_IPV4))
1340 if ((extsts & (RGE_RDEXTSTS_IPV4 | RGE_RDEXTSTS_IPV6)) &&
1341 (((extsts & RGE_RDEXTSTS_TCPPKT) &&
1342 !(extsts & RGE_RDEXTSTS_TCPCSUMERR)) ||
1343 ((extsts & RGE_RDEXTSTS_UDPPKT) &&
1344 !(extsts & RGE_RDEXTSTS_UDPCSUMERR))))
1349 if (extsts & RGE_RDEXTSTS_VTAG) {
1351 bswap16(extsts & RGE_RDEXTSTS_VLAN_MASK));