Home
last modified time | relevance | path

Searched refs:extsts (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/pci/
H A Dif_sip.c1476 uint32_t extsts = 0; in sipcom_set_extsts() local
1516 extsts |= htole32(EXTSTS_IPPKT); in sipcom_set_extsts()
1521 extsts |= htole32(EXTSTS_TCPPKT); in sipcom_set_extsts()
1525 extsts |= htole32(EXTSTS_UDPPKT); in sipcom_set_extsts()
1527 sc->sc_txdescs[sc->sc_txnext].sipd_words[sc->sc_extsts_idx] |= extsts; in sipcom_set_extsts()
2115 uint32_t cmdsts, extsts; in gsip_rxintr() local
2141 extsts = in gsip_rxintr()
2281 if ((extsts & EXTSTS_VPKT) != 0) { in gsip_rxintr()
2282 vlan_set_tag(m, bswap16(extsts & EXTSTS_VTCI)); in gsip_rxintr()
2289 if ((extsts & EXTSTS_IPPKT) != 0) { in gsip_rxintr()
[all …]
H A Dif_rge.c1240 uint32_t rxstat, extsts; in rge_rxeof()
1255 extsts = letoh32(cur_rx->hi_qword1.rx_qword4.rge_extsts); in rge_rxeof()
1335 if (!(extsts & RGE_RDEXTSTS_IPCSUMERR) && in rge_rxeof()
1336 (extsts & RGE_RDEXTSTS_IPV4)) in rge_rxeof()
1340 if ((extsts & (RGE_RDEXTSTS_IPV4 | RGE_RDEXTSTS_IPV6)) && in rge_rxeof()
1341 (((extsts & RGE_RDEXTSTS_TCPPKT) && in rge_rxeof()
1342 !(extsts & RGE_RDEXTSTS_TCPCSUMERR)) || in rge_rxeof()
1343 ((extsts & RGE_RDEXTSTS_UDPPKT) && in rge_rxeof()
1344 !(extsts & RGE_RDEXTSTS_UDPCSUMERR)))) in rge_rxeof()
1349 if (extsts in rge_rxeof()
1239 uint32_t rxstat, extsts; rge_rxeof() local
[all...]