Home
last modified time | relevance | path

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

/freebsd/sys/dev/nge/
H A Dif_nge.c1466 if ((cmdsts & NGE_CMDSTS_MORE) != 0) { in nge_rxeof()
1634 if ((cmdsts & NGE_CMDSTS_MORE) != 0) in nge_txeof()
1922 NGE_CMDSTS_MORE); in nge_encap()
1925 NGE_CMDSTS_MORE | NGE_CMDSTS_OWN); in nge_encap()
1940 desc->nge_cmdsts &= htole32(~NGE_CMDSTS_MORE); in nge_encap()
H A Dif_ngereg.h505 #define NGE_CMDSTS_MORE 0x40000000 macro