Searched refs:if_ath_alq_post (Results 1 – 9 of 9) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ |
H A D | if_ath_alq.c | 123 if_ath_alq_post(alq, ATH_ALQ_INIT_STATE, in if_ath_alq_start() 152 if_ath_alq_post(struct if_ath_alq *alq, uint16_t op, uint16_t len, in if_ath_alq_post() function
|
H A D | if_ath_alq.h | 174 extern void if_ath_alq_post(struct if_ath_alq *alq, uint16_t op, 193 if_ath_alq_post(alq, ATH_ALQ_INTR_STATUS, sizeof(intr), in if_ath_alq_post_intr()
|
H A D | if_ath_tdma.c | 173 if_ath_alq_post(&sc->sc_alq, ATH_ALQ_TDMA_TIMER_SET, in ath_tdma_settimers() 328 if_ath_alq_post(&sc->sc_alq, ATH_ALQ_TDMA_TIMER_CONFIG, in ath_tdma_config() 523 if_ath_alq_post(&sc->sc_alq, ATH_ALQ_TDMA_BEACON_STATE, in ath_tdma_update() 536 if_ath_alq_post(&sc->sc_alq, ATH_ALQ_TDMA_SLOT_CALC, in ath_tdma_update() 598 if_ath_alq_post(&sc->sc_alq, ATH_ALQ_TDMA_TSF_ADJUST, in ath_tdma_update()
|
H A D | if_ath_tx_edma.c | 153 if_ath_alq_post(&sc->sc_alq, ATH_ALQ_TX_FIFO_PUSH, in ath_tx_alq_edma_push() 851 if_ath_alq_post(&sc->sc_alq, ATH_ALQ_EDMA_TXSTATUS, in ath_edma_tx_processq()
|
H A D | if_ath_beacon.c | 409 if_ath_alq_post(&sc->sc_alq, ATH_ALQ_MISSED_BEACON, 0, NULL); in ath_beacon_miss() 468 if_ath_alq_post(&sc->sc_alq, ATH_ALQ_RESUME_BEACON, 0, NULL); in ath_beacon_proc()
|
H A D | if_ath_rx_edma.c | 474 if_ath_alq_post(&sc->sc_alq, ATH_ALQ_EDMA_RXSTATUS, in ath_edma_recv_proc_queue()
|
H A D | if_ath_rx.c | 1170 if_ath_alq_post(&sc->sc_alq, ATH_ALQ_EDMA_RXSTATUS, in ath_rx_proc()
|
H A D | if_ath.c | 3844 if_ath_alq_post(&sc->sc_alq, ATH_ALQ_STUCK_BEACON, 0, NULL); in ath_bstuck_proc() 4488 if_ath_alq_post(&sc->sc_alq, ATH_ALQ_EDMA_TXSTATUS, in ath_tx_processq()
|
H A D | if_ath_tx.c | 154 if_ath_alq_post(&sc->sc_alq, in ath_tx_alq_post()
|