Home
last modified time | relevance | path

Searched refs:ac_queue (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_rx.c252 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 Dhal_struct.h100 u8 *ac_queue, u8 *txsts);
133 u8 *mac_id, u8 *ac_queue, u8 *txsts);
H A Dhal_api.h434 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 Dphl_rx.h66 u8 macid, u16 ac_queue, u8 txsts);
H A Dphl_rx.c1648 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 Dhal_rx.c293 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 Dhal_struct.h132 u8 *mac_id, u8 *ac_queue, u8 *txsts);
H A Dhal_api.h483 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 Dtxrx.c207 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 Dutil.c376 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 Diface.c1288 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 Dhal_trx_8852be.c884 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 Dphl_trx_pcie.c3466 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 Dmain.c1008 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()