Lines Matching defs:extsts
1454 uint32_t rxstat, extsts;
1469 extsts = letoh32(cur_rx->hi_qword1.rx_qword4.rge_extsts);
1551 if ((extsts & RGE_RDEXTSTS_IPCSUMERR) &&
1552 (extsts & RGE_RDEXTSTS_IPV4))
1557 if ((extsts & (RGE_RDEXTSTS_IPV4 | RGE_RDEXTSTS_IPV6)) &&
1558 (((extsts & RGE_RDEXTSTS_TCPPKT) &&
1559 (extsts & RGE_RDEXTSTS_TCPCSUMERR)) ||
1560 ((extsts & RGE_RDEXTSTS_UDPPKT) &&
1561 (extsts & RGE_RDEXTSTS_UDPCSUMERR))))
1564 if (extsts & RGE_RDEXTSTS_VTAG) {
1566 bswap16(extsts & RGE_RDEXTSTS_VLAN_MASK));