Searched refs:TX_PRIO_LOW (Results 1 – 2 of 2) sorted by relevance
1247 SK_OUT32(pAC->IoBase, TxQueueAddr[PortIndex][TX_PRIO_LOW]+ Q_DA_L, in PortReInitBmu()1249 (pAC->TxPort[PortIndex][TX_PRIO_LOW].pTxdRingHead) - in PortReInitBmu()1250 pAC->TxPort[PortIndex][TX_PRIO_LOW].pTxDescrRing + in PortReInitBmu()1251 pAC->TxPort[PortIndex][TX_PRIO_LOW].VTxDescrRing) & in PortReInitBmu()1253 SK_OUT32(pAC->IoBase, TxQueueAddr[PortIndex][TX_PRIO_LOW]+ Q_DA_H, in PortReInitBmu()1255 (pAC->TxPort[PortIndex][TX_PRIO_LOW].pTxdRingHead) - in PortReInitBmu()1256 pAC->TxPort[PortIndex][TX_PRIO_LOW].pTxDescrRing + in PortReInitBmu()1257 pAC->TxPort[PortIndex][TX_PRIO_LOW].VTxDescrRing) >> 32)); in PortReInitBmu()1327 spin_lock(&pAC->TxPort[0][TX_PRIO_LOW].TxDesRingLock); in SkGeIsr()1328 FreeTxDescriptors(pAC, &pAC->TxPort[0][TX_PRIO_LOW]); in SkGeIsr()[all …]
188 #define TX_PRIO_LOW 0 macro