Lines Matching refs:extsts
1282 uint32_t rxstat, extsts;
1297 extsts = letoh32(cur_rx->hi_qword1.rx_qword4.rge_extsts);
1377 if (!(extsts & RGE_RDEXTSTS_IPCSUMERR) &&
1378 (extsts & RGE_RDEXTSTS_IPV4))
1382 if ((extsts & (RGE_RDEXTSTS_IPV4 | RGE_RDEXTSTS_IPV6)) &&
1383 (((extsts & RGE_RDEXTSTS_TCPPKT) &&
1384 !(extsts & RGE_RDEXTSTS_TCPCSUMERR)) ||
1385 ((extsts & RGE_RDEXTSTS_UDPPKT) &&
1386 !(extsts & RGE_RDEXTSTS_UDPCSUMERR))))
1391 if (extsts & RGE_RDEXTSTS_VTAG) {
1393 bswap16(extsts & RGE_RDEXTSTS_VLAN_MASK));