Searched refs:NFE_TX_VALID (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/pci/
H A Dif_nfereg.h197 #define NFE_TX_VALID (1 << 15) macro
H A Dif_nfe.c1028 if ((flags & NFE_TX_VALID) != 0)
1157 flags |= NFE_TX_VALID;
1176 sc->txq.desc64[first].flags |= htole16(NFE_TX_VALID);
1189 sc->txq.desc32[first].flags |= htole16(NFE_TX_VALID);

Completed in 105 milliseconds