HomeSort by: relevance | last modified time | path
    Searched refs:extsts (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_sip.c 1111 * EXTSTS doesn't really exist on non-GigE parts,
1476 uint32_t extsts = 0; local
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; local
2141 extsts =
2273 * the tag in the network byte order, but extsts was
2281 if ((extsts & EXTSTS_VPKT) != 0)
    [all...]
if_rge.c 1517 uint32_t rxstat, extsts; local
1532 extsts = letoh32(cur_rx->hi_qword1.rx_qword4.rge_extsts);
1604 if ((extsts & RGE_RDEXTSTS_IPCSUMERR) &&
1605 (extsts & RGE_RDEXTSTS_IPV4))
1610 if ((extsts & (RGE_RDEXTSTS_IPV4 | RGE_RDEXTSTS_IPV6)) &&
1611 (((extsts & RGE_RDEXTSTS_TCPPKT) &&
1612 (extsts & RGE_RDEXTSTS_TCPCSUMERR)) ||
1613 ((extsts & RGE_RDEXTSTS_UDPPKT) &&
1614 (extsts & RGE_RDEXTSTS_UDPCSUMERR))))
1617 if (extsts & RGE_RDEXTSTS_VTAG)
    [all...]

Completed in 74 milliseconds