Searched refs:NGE_CMDSTS_MORE (Results 1 – 2 of 2) sorted by relevance
1466 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()
505 #define NGE_CMDSTS_MORE 0x40000000 macro