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...] |