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

/netbsd-current/sys/dev/marvell/
H A Dgtethreg.h63 u_int32_t ed_cmdsts; /* command (hi16)/status (lo16) bits */ member in struct:gt_eth_desc
68 u_int32_t ed_cmdsts; /* command (hi16)/status (lo16) bits */ member in struct:gt_eth_desc
H A Dif_gfe.c743 txq->txq_fi, txq->txq_descs[txq->txq_fi].ed_cmdsts,
744 txq->txq_lo, curtxdnum, txq->txq_descs[curtxdnum].ed_cmdsts,
819 rxd->ed_cmdsts = htogt32(RX_CMD_F|RX_CMD_L|RX_CMD_O|RX_CMD_EI);
885 cmdsts = gt32toh(rxd->ed_cmdsts);
965 rxd->ed_cmdsts = htogt32(RX_CMD_F|RX_CMD_L|RX_CMD_O|RX_CMD_EI);
1021 if (RX_CMD_O & gt32toh(rxd->ed_cmdsts))
1217 cmdsts = gt32toh(txd2->ed_cmdsts);
1232 if (gt32toh(txq->txq_descs[nextin].ed_cmdsts) & TX_CMD_O) {
1306 txd->ed_cmdsts = htogt32(TX_CMD_FIRST |TX_CMD_LAST |TX_CMD_EI);
1309 txd->ed_cmdsts
[all...]

Completed in 90 milliseconds