Lines Matching refs:extsts
1111 * EXTSTS doesn't really exist on non-GigE parts,
1476 uint32_t extsts = 0;
1516 extsts |= htole32(EXTSTS_IPPKT);
1521 extsts |= htole32(EXTSTS_TCPPKT);
1525 extsts |= htole32(EXTSTS_UDPPKT);
1527 sc->sc_txdescs[sc->sc_txnext].sipd_words[sc->sc_extsts_idx] |= extsts;
2115 uint32_t cmdsts, extsts;
2141 extsts =
2273 * the tag in the network byte order, but extsts was
2281 if ((extsts & EXTSTS_VPKT) != 0) {
2282 vlan_set_tag(m, bswap16(extsts & EXTSTS_VTCI));
2289 if ((extsts & EXTSTS_IPPKT) != 0) {
2292 if (extsts & EXTSTS_Rx_IPERR)
2294 if (extsts & EXTSTS_TCPPKT) {
2297 if (extsts & EXTSTS_Rx_TCPERR)
2300 } else if (extsts & EXTSTS_UDPPKT) {
2303 if (extsts & EXTSTS_Rx_UDPERR)