Home
last modified time | relevance | path

Searched defs:qi (Results 1 – 13 of 13) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath_hal/ar5210/
HDar5210_xmit.c72 HAL_TX_QUEUE_INFO *qi; in ar5210SetupTxQueue() local
126 HAL_TX_QUEUE_INFO *qi; in ar5210ReleaseTxQueue() local
158 HAL_TX_QUEUE_INFO *qi; in ar5210ResetTxQueue() local
260 HAL_TX_QUEUE_INFO *qi; in ar5210GetTxDP() local
285 HAL_TX_QUEUE_INFO *qi; in ar5210SetTxDP() local
370 HAL_TX_QUEUE_INFO *qi; in ar5210StartTxDma() local
403 HAL_TX_QUEUE_INFO *qi; in ar5210NumTxPending() local
431 HAL_TX_QUEUE_INFO *qi; in ar5210StopTxDma() local
/dragonfly/contrib/wpa_supplicant/src/ap/
HDgas_serv.c1091 struct anqp_query_info *qi) in set_anqp_req()
1103 struct anqp_query_info *qi) in rx_anqp_query_list_id()
1207 struct anqp_query_info *qi) in rx_anqp_query_list()
1222 struct anqp_query_info *qi) in rx_anqp_hs_query_list()
1272 struct anqp_query_info *qi) in rx_anqp_hs_nai_home_realm()
1289 struct anqp_query_info *qi) in rx_anqp_hs_icon_request()
1306 struct anqp_query_info *qi) in rx_anqp_vendor_specific_hs20()
1341 struct anqp_query_info *qi) in rx_anqp_vendor_specific_p2p()
1360 struct anqp_query_info *qi) in rx_anqp_mbo_query_list()
1378 struct anqp_query_info *qi) in rx_anqp_vendor_specific_mbo()
[all …]
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_xmit.c141 HAL_TX_QUEUE_INFO *qi; in ar9300_setup_tx_queue() local
222 set_tx_q_interrupts(struct ath_hal *ah, HAL_TX_QUEUE_INFO *qi) in set_tx_q_interrupts()
252 HAL_TX_QUEUE_INFO *qi; in ar9300_release_tx_queue() local
289 HAL_TX_QUEUE_INFO *qi; in ar9300_reset_tx_queue() local
HDar9300_radar.c438 HAL_TX_QUEUE_INFO *qi; local
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
HDar5211_xmit.c116 HAL_TX_QUEUE_INFO *qi; in ar5211SetupTxQueue() local
169 setTxQInterrupts(struct ath_hal *ah, HAL_TX_QUEUE_INFO *qi) in setTxQInterrupts()
202 HAL_TX_QUEUE_INFO *qi; in ar5211ReleaseTxQueue() local
237 HAL_TX_QUEUE_INFO *qi; in ar5211ResetTxQueue() local
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
HDar5212_xmit.c125 HAL_TX_QUEUE_INFO *qi; in ar5212SetupTxQueue() local
205 setTxQInterrupts(struct ath_hal *ah, HAL_TX_QUEUE_INFO *qi) in setTxQInterrupts()
235 HAL_TX_QUEUE_INFO *qi; in ar5212ReleaseTxQueue() local
274 HAL_TX_QUEUE_INFO *qi; in ar5212ResetTxQueue() local
/dragonfly/sys/dev/netif/ath/ath/
HDif_ath_beacon.c118 HAL_TXQ_INFO qi; in ath_beaconq_setup() local
142 HAL_TXQ_INFO qi; in ath_beaconq_config() local
HDif_ath.c3986 HAL_TXQ_INFO qi; local
4074 HAL_TXQ_INFO qi; local
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
HDar5416_xmit.c1122 HAL_TX_QUEUE_INFO *qi; in ar5416SetupTxQueue() local
1210 setTxQInterrupts(struct ath_hal *ah, HAL_TX_QUEUE_INFO *qi) in setTxQInterrupts()
1244 HAL_TX_QUEUE_INFO *qi; in ar5416ResetTxQueue() local
/dragonfly/usr.bin/top/
HDhash.c158 llistitem *qi; in ll_newitem() local
179 void ll_extract(llist *q, llistitem *qi, llistitem *last) in ll_extract()
202 #define LL_NEXT(q, qi) ((qi) != NULL ? (qi)->next : NULL) argument
204 ll_next(llist *q, llistitem *qi) in ll_next()
/dragonfly/contrib/gcc-8.0/gcc/
HDhsa-dump.c1110 else if (hsa_insn_queue *qi = dyn_cast <hsa_insn_queue *> (insn)) in dump_hsa_insn_1() local
/dragonfly/sys/dev/netif/ath/ath_hal/
HDah.c952 HAL_TX_QUEUE_INFO *qi, const HAL_TXQ_INFO *qInfo) in ath_hal_setTxQProps()
1013 HAL_TXQ_INFO *qInfo, const HAL_TX_QUEUE_INFO *qi) in ath_hal_getTxQProps()
/dragonfly/games/boggle/boggle/
HDbog.c498 int prevch, previndex, *pi, *qi, st; in checkdict() local