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 in function:sipcom_set_extsts
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 in function:gsip_rxintr
2141 extsts =
2273 * the tag in the network byte order, but extsts was
2281 if ((extsts & EXTSTS_VPKT) != 0)
    [all...]
if_rge.c 1282 uint32_t rxstat, extsts; local in function:rge_rxeof
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)
    [all...]

Completed in 46 milliseconds