Searched refs:mlo_grp_id (Results 1 – 8 of 8) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/dispatcher/src/ |
H A D | wlan_mgmt_txrx_rx_reo_tgt_api.c | 146 reo_params->mlo_grp_id = ml_grp_id; in tgt_mgmt_rx_reo_enter_algo_without_buffer() 222 uint8_t mlo_grp_id; in tgt_mgmt_rx_reo_release_frames() local 225 mlo_grp_id = wlan_mlo_get_psoc_group_id(psoc); in tgt_mgmt_rx_reo_release_frames() 231 return wlan_mgmt_rx_reo_release_frames(mlo_grp_id, link_bitmap); in tgt_mgmt_rx_reo_release_frames() 358 mgmt_rx_params->reo_params->mlo_grp_id = ml_grp_id; in tgt_mgmt_rx_reo_frame_handler()
|
H A D | wlan_mgmt_txrx_rx_reo_utils_api.c | 485 wlan_mgmt_rx_reo_release_frames(uint8_t mlo_grp_id, uint32_t link_bitmap) in wlan_mgmt_rx_reo_release_frames() argument 487 return mgmt_rx_reo_release_frames(mlo_grp_id, link_bitmap); in wlan_mgmt_rx_reo_release_frames()
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/core/src/ |
H A D | wlan_mgmt_txrx_rx_reo_i.h | 600 uint8_t mlo_grp_id; member 993 uint8_t mlo_grp_id; member 1280 return rx_params->reo_params->mlo_grp_id; in mgmt_rx_reo_get_mlo_grp_id() 1569 mgmt_rx_reo_release_frames(uint8_t mlo_grp_id, uint32_t link_bitmap);
|
H A D | wlan_mgmt_txrx_rx_reo.c | 2842 uint8_t mlo_grp_id; in mgmt_rx_reo_defer_delivery() local 2851 mlo_grp_id = entry->rx_params->reo_params->mlo_grp_id; in mgmt_rx_reo_defer_delivery() 2853 pdev = wlan_get_pdev_from_mlo_link_id(link_id, mlo_grp_id, in mgmt_rx_reo_defer_delivery() 2857 link_id, mlo_grp_id); in mgmt_rx_reo_defer_delivery() 2886 uint8_t mlo_grp_id; in mgmt_rx_reo_schedule_delivery() local 2917 mlo_grp_id = entry->rx_params->reo_params->mlo_grp_id; in mgmt_rx_reo_schedule_delivery() 2918 pdev = wlan_get_pdev_from_mlo_link_id(link_id, mlo_grp_id, in mgmt_rx_reo_schedule_delivery() 2922 link_id, mlo_grp_id); in mgmt_rx_reo_schedule_delivery() 2930 link_id, mlo_grp_id); in mgmt_rx_reo_schedule_delivery() 3130 mgmt_rx_reo_release_frames(uint8_t mlo_grp_id, uint32_t link_bitmap) in mgmt_rx_reo_release_frames() argument [all …]
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/dispatcher/inc/ |
H A D | wlan_mgmt_txrx_rx_reo_public_structs.h | 123 uint8_t mlo_grp_id; member
|
H A D | wlan_mgmt_txrx_rx_reo_utils_api.h | 529 wlan_mgmt_rx_reo_release_frames(uint8_t mlo_grp_id, uint32_t link_bitmap);
|
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/ |
H A D | wlan_mlo_mgr_cmn.c | 502 if (ml_grp_id != itr->mlo_grp_id) in wlan_pdev_hw_link_iterator() 532 itr.mlo_grp_id = ml_grp_id; in wlan_mlo_get_pdev_by_hw_link_id()
|
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/ |
H A D | wlan_mlo_mgr_cmn.h | 448 uint8_t mlo_grp_id; member
|