Searched refs:pTxLastDesc (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.h101 ETH_TX_DESC* pTxLastDesc; local
113 pTxLastDesc = pQueueCtrl->pCurrentDescr;
115 if(ethDescVirtToPhy(pQueueCtrl, (MV_U8*)pTxLastDesc) == txCurrReg)
126 pTxLastDesc = TX_PREV_DESC_PTR(pTxLastDesc, pQueueCtrl);
127 if(ethDescVirtToPhy(pQueueCtrl, (MV_U8*)pTxLastDesc) == txCurrReg)

Completed in 5 milliseconds