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

  /src/sys/external/isc/atheros_hal/dist/ar5210/
ar5210_interrupts.c 116 if (ahp->ah_txDescInterruptMask)
ar5210_xmit.c 145 ahp->ah_txDescInterruptMask &= ~(1 << q);
237 ahp->ah_txDescInterruptMask |= 1 << q;
239 ahp->ah_txDescInterruptMask &= ~(1 << q);
ar5210.h 108 uint32_t ah_txDescInterruptMask;
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_interrupts.c 133 if (ahp->ah_txDescInterruptMask)
ar5211_xmit.c 177 , ahp->ah_txDescInterruptMask
184 | SM(ahp->ah_txDescInterruptMask, AR_IMR_S0_QCU_TXDESC)
221 ahp->ah_txDescInterruptMask &= ~(1 << q);
382 ahp->ah_txDescInterruptMask |= 1 << q;
384 ahp->ah_txDescInterruptMask &= ~(1 << q);
ar5211.h 118 uint32_t ah_txDescInterruptMask;
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_interrupts.c 161 if (ahp->ah_txDescInterruptMask)
ar5212_xmit.c 211 ahp->ah_txDescInterruptMask, ahp->ah_txEolInterruptMask,
216 | SM(ahp->ah_txDescInterruptMask, AR_IMR_S0_QCU_TXDESC)
253 ahp->ah_txDescInterruptMask &= ~(1 << q);
469 ahp->ah_txDescInterruptMask |= 1 << q;
471 ahp->ah_txDescInterruptMask &= ~(1 << q);
ar5212.h 266 uint32_t ah_txDescInterruptMask;
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_interrupts.c 203 if (ahp->ah_txDescInterruptMask)

Completed in 15 milliseconds