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

/netbsd-current/sys/dev/marvell/
H A Dgtethreg.h91 #define TX_CMD_O ETH__BIT(31) /* Ownership (1=GT 0=CPU) */ macro
93 #define TX_CMD_FIRST (TX_CMD_F|TX_CMD_O)
94 #define TX_CMD_LAST (TX_CMD_L|TX_CMD_GC|TX_CMD_P|TX_CMD_O)
H A Dif_gfe.c1218 if (cmdsts & TX_CMD_O) {
1232 if (gt32toh(txq->txq_descs[nextin].ed_cmdsts) & TX_CMD_O) {
1378 if ((cmdsts = gt32toh(txd->ed_cmdsts)) & TX_CMD_O) {
1399 if (gt32toh(txq->txq_descs[nextin].ed_cmdsts) & TX_CMD_O) {

Completed in 184 milliseconds