Searched refs:cmdsts (Results 1 – 1 of 1) sorted by relevance
1446 uint32_t cmdsts, extsts; in nge_rxeof() local1469 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() local1641 cmdsts = le32toh(cur_tx->nge_cmdsts); in nge_txeof()1642 if ((cmdsts & NGE_CMDSTS_OWN) != 0) in nge_txeof()[all …]