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.c1475 if ((cmdsts & NGE_CMDSTS_MORE) != 0) { in nge_rxeof()
1643 if ((cmdsts & NGE_CMDSTS_MORE) != 0) in nge_txeof()
1931 NGE_CMDSTS_MORE); in nge_encap()
1934 NGE_CMDSTS_MORE | NGE_CMDSTS_OWN); in nge_encap()
1949 desc->nge_cmdsts &= htole32(~NGE_CMDSTS_MORE); in nge_encap()
H A Dif_ngereg.h505 #define NGE_CMDSTS_MORE 0x40000000 macro