Home
last modified time | relevance | path

Searched refs:mlo_peer_id (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
H A Dwlan_mlo_mgr_ap.c628 uint16_t mlo_peer_id; in mlo_ap_ml_peerid_alloc() local
631 mlo_peer_id = mlo_ctx->last_mlo_peer_id; in mlo_ap_ml_peerid_alloc()
633 mlo_peer_id = (mlo_peer_id + 1) % mlo_ctx->max_mlo_peer_id; in mlo_ap_ml_peerid_alloc()
635 if (!mlo_peer_id) in mlo_ap_ml_peerid_alloc()
638 if (qdf_test_bit(mlo_peer_id, mlo_ctx->mlo_peer_id_bmap)) in mlo_ap_ml_peerid_alloc()
641 qdf_set_bit(mlo_peer_id, mlo_ctx->mlo_peer_id_bmap); in mlo_ap_ml_peerid_alloc()
644 mlo_ctx->last_mlo_peer_id = mlo_peer_id; in mlo_ap_ml_peerid_alloc()
650 mlo_debug(" ML peer id %d is allocated", mlo_peer_id); in mlo_ap_ml_peerid_alloc()
652 return mlo_peer_id; in mlo_ap_ml_peerid_alloc()
657 uint16_t mlo_peer_id) in mlo_ap_ml_ptqm_peerid_free() argument
[all …]
H A Dwlan_mlo_mgr_primary_umac.c1135 peer_list[i].ml_peer_id = peer_entry->mlo_peer_id; in wlan_mlo_send_ptqm_migrate_cmd()
1138 qdf_set_bit(peer_entry->mlo_peer_id, in wlan_mlo_send_ptqm_migrate_cmd()
1488 qdf_clear_bit(peer_entry->mlo_peer_id, ml_dev->mlo_peer_id_bmap); in wlan_mlo_reset_ptqm_migrate_list()
1564 peer_entry->mlo_peer_id = ml_peer->mlo_peer_id; in wlan_mlo_build_ptqm_migrate_list()
1681 peer_entry->mlo_peer_id = ml_peer->mlo_peer_id; in wlan_mlo_set_ptqm_migration()
H A Dwlan_mlo_mgr_peer_list.c229 if (mlpeer_id_arg->ml_peerid == ml_peer->mlo_peer_id) { in wlan_find_mlpeer_ml_peerid()
H A Dwlan_mlo_mgr_peer.c818 mlo_ap_ml_ptqm_peerid_free(ml_dev, ml_peer->mlo_peer_id); in mlo_peer_free()
819 mlo_ap_ml_peerid_free(ml_peer->mlo_peer_id); in mlo_peer_free()
1611 ml_peer->mlo_peer_id = mlo_ap_ml_peerid_alloc(); in wlan_mlo_peer_create()
1612 if (ml_peer->mlo_peer_id == MLO_INVALID_PEER_ID) { in wlan_mlo_peer_create()
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/
H A Dwlan_mlo_mgr_ap.h555 void mlo_ap_ml_peerid_free(uint16_t mlo_peer_id);
697 uint16_t mlo_peer_id);
701 uint16_t mlo_peer_id) in mlo_ap_ml_ptqm_peerid_free() argument
H A Dwlan_mlo_mgr_public_structs.h1099 uint32_t mlo_peer_id; member
1650 uint32_t mlo_peer_id; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_htt.c3348 uint16_t mlo_peer_id; local
3356 mlo_peer_id = HTT_RX_MLO_PEER_MAP_MLO_PEER_ID_GET(*msg_word);
3423 dp_rx_mlo_peer_map_handler(soc->dp_soc, mlo_peer_id,
3465 uint16_t mlo_peer_id; local
3467 mlo_peer_id = HTT_RX_MLO_PEER_UNMAP_MLO_PEER_ID_GET(*msg_word);
3468 dp_rx_mlo_peer_unmap_handler(soc->dp_soc, mlo_peer_id);