Searched refs:mlo_peer_id (Results 1 – 7 of 7) sorted by relevance
628 uint16_t mlo_peer_id; in mlo_ap_ml_peerid_alloc() local631 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 …]
1135 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()
229 if (mlpeer_id_arg->ml_peerid == ml_peer->mlo_peer_id) { in wlan_find_mlpeer_ml_peerid()
818 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()
555 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
1099 uint32_t mlo_peer_id; member1650 uint32_t mlo_peer_id; member
3348 uint16_t mlo_peer_id; local3356 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; local3467 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);