| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_rx.c | 252 u16 *wp_seq, u8 *macid, u8 *ac_queue, u8 *txsts) in rtw_hal_handle_wp_rpt() argument 259 wp_seq, macid, ac_queue, txsts); in rtw_hal_handle_wp_rpt() 293 u16 rtw_hal_handle_wp_rpt_usb(void *hal, u8 *rp, u16 len, u8 *macid, u8 *ac_queue, in rtw_hal_handle_wp_rpt_usb() argument 300 rsize = trx_ops->handle_wp_rpt(hal_info, rp, len, macid, ac_queue, txsts); in rtw_hal_handle_wp_rpt_usb()
|
| H A D | hal_struct.h | 100 u8 *ac_queue, u8 *txsts); 133 u8 *mac_id, u8 *ac_queue, u8 *txsts);
|
| H A D | hal_api.h | 434 u16 *wp_seq, u8 *macid, u8 *ac_queue, u8 *txsts); 486 u16 rtw_hal_handle_wp_rpt_usb(void *hal, u8 *rp, u16 len, u8 *macid, u8 *ac_queue,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_rx.h | 66 u8 macid, u16 ac_queue, u8 txsts);
|
| H A D | phl_rx.c | 1648 u8 macid, u16 ac_queue, u8 txsts) in phl_rx_wp_report_record_sts() argument 1664 wp_rpt_stats = &hal_sta->trx_stat.wp_rpt_stats[ac_queue]; in phl_rx_wp_report_record_sts() 1687 , macid, ac_queue, wp_rpt_stats->tx_ok_cnt, wp_rpt_stats->rty_fail_cnt in phl_rx_wp_report_record_sts()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_rx.c | 293 u16 rtw_hal_handle_wp_rpt_usb(void *hal, u8 *rp, u16 len, u8 *macid, u8 *ac_queue, in rtw_hal_handle_wp_rpt_usb() argument 300 rsize = trx_ops->handle_wp_rpt(hal_info, rp, len, macid, ac_queue, txsts); in rtw_hal_handle_wp_rpt_usb()
|
| H A D | hal_struct.h | 132 u8 *mac_id, u8 *ac_queue, u8 *txsts);
|
| H A D | hal_api.h | 483 u16 rtw_hal_handle_wp_rpt_usb(void *hal, u8 *rp, u16 len, u8 *macid, u8 *ac_queue,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/p54/ |
| H A D | txrx.c | 207 u16 ac_queue = p54_queue - P54_QUEUE_DATA; in p54_tx_qos_accounting_alloc() local 208 ieee80211_stop_queue(priv->hw, ac_queue); in p54_tx_qos_accounting_alloc()
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | util.c | 376 int ac_queue = sdata->vif.hw_queue[ac]; in _ieee80211_wake_txqs() local 378 if (ac_queue == i || in _ieee80211_wake_txqs() 421 int ac_queue = sdata->vif.hw_queue[ac]; in ieee80211_propagate_queue_wake() local 423 if (ac_queue == queue || in ieee80211_propagate_queue_wake() 425 local->queue_stop_reasons[ac_queue] == 0 && in ieee80211_propagate_queue_wake() 426 skb_queue_empty(&local->pending[ac_queue]))) in ieee80211_propagate_queue_wake()
|
| H A D | iface.c | 1288 int ac_queue = sdata->vif.hw_queue[ac]; in ieee80211_do_open() local 1290 if (local->queue_stop_reasons[ac_queue] == 0 && in ieee80211_do_open() 1291 skb_queue_empty(&local->pending[ac_queue])) in ieee80211_do_open()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/rtl8852b/pci/ |
| H A D | hal_trx_8852be.c | 884 u8 *macid, u8 *ac_queue, u8 *txsts) in hal_handle_rx_report_8852be() argument 896 *ac_queue = qsel_value % RTW_MAX_AC_QUEUE_NUM; in hal_handle_rx_report_8852be()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hci/ |
| H A D | phl_trx_pcie.c | 3466 u8 macid = 0, ac_queue = 0; in _phl_rx_handle_wp_report() local 3474 &macid, &ac_queue, &txsts); in _phl_rx_handle_wp_report() 3486 phl_rx_wp_report_record_sts(phl_info, macid, ac_queue, txsts); in _phl_rx_handle_wp_report()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H A D | main.c | 1008 u16 ac_queue = brcms_fifo_to_ac(queue); in brcms_c_dotxstatus() local 1010 ieee80211_queue_stopped(wlc->pub->ieee_hw, ac_queue)) in brcms_c_dotxstatus() 1011 ieee80211_wake_queue(wlc->pub->ieee_hw, ac_queue); in brcms_c_dotxstatus()
|