Searched refs:cmdsts (Results 1 – 1 of 1) sorted by relevance
1434 uint32_t cmdsts, extsts; in nge_rxeof() local1457 cmdsts = le32toh(cur_rx->nge_cmdsts); in nge_rxeof()1459 if ((cmdsts & NGE_CMDSTS_OWN) == 0) in nge_rxeof()1464 total_len = cmdsts & NGE_CMDSTS_BUFLEN; in nge_rxeof()1466 if ((cmdsts & NGE_CMDSTS_MORE) != 0) { in nge_rxeof()1495 if ((cmdsts & NGE_CMDSTS_PKT_OK) == 0) { in nge_rxeof()1496 if ((cmdsts & NGE_RXSTAT_RUNT) && in nge_rxeof()1608 uint32_t cmdsts; in nge_txeof() local1629 cmdsts = le32toh(cur_tx->nge_cmdsts); in nge_txeof()1630 if ((cmdsts & NGE_CMDSTS_OWN) != 0) in nge_txeof()[all …]