Home
last modified time | relevance | path

Searched refs:if_ath_alq_post (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_tdma.c176 if_ath_alq_post(&sc->sc_alq, ATH_ALQ_TDMA_TIMER_SET, in ath_tdma_settimers()
330 if_ath_alq_post(&sc->sc_alq, ATH_ALQ_TDMA_TIMER_CONFIG, in ath_tdma_config()
524 if_ath_alq_post(&sc->sc_alq, ATH_ALQ_TDMA_BEACON_STATE, in ath_tdma_update()
537 if_ath_alq_post(&sc->sc_alq, ATH_ALQ_TDMA_SLOT_CALC, in ath_tdma_update()
599 if_ath_alq_post(&sc->sc_alq, ATH_ALQ_TDMA_TSF_ADJUST, in ath_tdma_update()
H A Dif_ath_alq.c130 if_ath_alq_post(alq, ATH_ALQ_INIT_STATE, in if_ath_alq_start()
159 if_ath_alq_post(struct if_ath_alq *alq, uint16_t op, uint16_t len, in if_ath_alq_post() function
H A Dif_ath_alq.h166 extern void if_ath_alq_post(struct if_ath_alq *alq, uint16_t op,
185 if_ath_alq_post(alq, ATH_ALQ_INTR_STATUS, sizeof(intr), in if_ath_alq_post_intr()
H A Dif_ath_beacon.c414 if_ath_alq_post(&sc->sc_alq, ATH_ALQ_MISSED_BEACON, 0, NULL); in ath_beacon_miss()
471 if_ath_alq_post(&sc->sc_alq, ATH_ALQ_RESUME_BEACON, 0, NULL); in ath_beacon_proc()
H A Dif_ath_tx_edma.c660 if_ath_alq_post(&sc->sc_alq, ATH_ALQ_EDMA_TXSTATUS, in ath_edma_tx_processq()
H A Dif_ath_rx_edma.c442 if_ath_alq_post(&sc->sc_alq, ATH_ALQ_EDMA_RXSTATUS, in ath_edma_recv_proc_queue()
H A Dif_ath_rx.c1119 if_ath_alq_post(&sc->sc_alq, ATH_ALQ_EDMA_RXSTATUS, in ath_rx_proc()
H A Dif_ath.c3792 if_ath_alq_post(&sc->sc_alq, ATH_ALQ_STUCK_BEACON, 0, NULL);
4435 if_ath_alq_post(&sc->sc_alq, ATH_ALQ_EDMA_TXSTATUS,
H A Dif_ath_tx.c161 if_ath_alq_post(&sc->sc_alq, in ath_tx_alq_post()