HomeSort by: relevance | last modified time | path
    Searched refs:rxq_cmdsts (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/marvell/
if_gfevar.h 104 uint32_t rxq_cmdsts; /* save cmdsts from first descriptor */ member in struct:gfe_rxqueue
if_gfe.c 884 rxq->rxq_cmdsts = cmdsts;
932 rxq->rxq_cmdsts = cmdsts;
945 (rxq->rxq_cmdsts & RX_STS_M) == 0 ||
946 (rxq->rxq_cmdsts & RX_STS_HE) ||
958 rxq->rxq_cmdsts = 0;
1027 rxq->rxq_cmdsts, masks[0], masks[1]);

Completed in 48 milliseconds