Home
last modified time | relevance | path

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

/trueos/sys/dev/nge/
HDif_nge.c1446 uint32_t cmdsts, extsts; in nge_rxeof() local
1469 cmdsts = le32toh(cur_rx->nge_cmdsts); in nge_rxeof()
1471 if ((cmdsts & NGE_CMDSTS_OWN) == 0) in nge_rxeof()
1476 total_len = cmdsts & NGE_CMDSTS_BUFLEN; in nge_rxeof()
1478 if ((cmdsts & NGE_CMDSTS_MORE) != 0) { in nge_rxeof()
1507 if ((cmdsts & NGE_CMDSTS_PKT_OK) == 0) { in nge_rxeof()
1508 if ((cmdsts & NGE_RXSTAT_RUNT) && in nge_rxeof()
1620 uint32_t cmdsts; in nge_txeof() local
1641 cmdsts = le32toh(cur_tx->nge_cmdsts); in nge_txeof()
1642 if ((cmdsts & NGE_CMDSTS_OWN) != 0) in nge_txeof()
[all …]