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

/freebsd-10.0-release/sys/dev/ath/
H A Dif_ath_tx_edma.c155 if (txq->axq_fifo_depth >= HAL_TXFIFO_DEPTH)
274 if (txq->axq_fifo_depth >= HAL_TXFIFO_DEPTH) {
469 te->m_fifo = malloc(sizeof(struct ath_buf *) * HAL_TXFIFO_DEPTH,
H A Dif_ath_beacon.c601 if (cabq->axq_fifo_depth >= HAL_TXFIFO_DEPTH) {
/freebsd-10.0-release/sys/dev/ath/ath_hal/
H A Dah.h249 #define HAL_TXFIFO_DEPTH 8 /* transmit fifo depth */ macro

Completed in 121 milliseconds