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

/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/eth/gbe/
H A DmvEthGbe.h546 MV_U32 commandStatus; local
556 commandStatus = pTxUsedDesc->cmdSts;
557 if (commandStatus & (ETH_BUFFER_OWNED_BY_DMA))
569 if(commandStatus & (ETH_TX_LAST_DESC_MASK))
572 pPktInfo->status = commandStatus;
604 MV_U32 commandStatus; local
622 commandStatus = pRxCurrDesc->cmdSts;
623 if (commandStatus & (ETH_BUFFER_OWNED_BY_DMA))
631 if( (commandStatus & (ETH_RX_LAST_DESC_MASK | ETH_RX_FIRST_DESC_MASK)) ==
636 pPktInfo->status = commandStatus;
[all...]

Completed in 74 milliseconds