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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_rx_edma.c219 bf = re->m_fifo[i];
448 bf = re->m_fifo[re->m_fifo_head];
496 re->m_fifo[re->m_fifo_head] = NULL;
830 if (re->m_fifo[re->m_fifo_tail] != NULL) {
836 re->m_fifo[re->m_fifo_tail]);
839 ath_edma_rxbuf_free(sc, re->m_fifo[re->m_fifo_tail]);
842 re->m_fifo[re->m_fifo_tail] = NULL;
857 re->m_fifo[re->m_fifo_tail] = bf;
892 if (re->m_fifo[i] != NULL) {
894 struct ath_buf *bf = re->m_fifo[
[all...]
H A Dif_ath_tx_edma.c644 te->m_fifo = malloc(sizeof(struct ath_buf *) * HAL_TXFIFO_DEPTH,
647 if (te->m_fifo == NULL) {
667 free(te->m_fifo, M_ATHDEV);
H A Dif_athvar.h531 struct ath_buf **m_fifo; member in struct:ath_rx_edma
541 struct ath_buf **m_fifo; member in struct:ath_tx_edma_fifo

Completed in 102 milliseconds