Home
last modified time | relevance | path

Searched refs:mlo_dev_ctxt (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be.c1184 struct dp_mlo_dev_ctxt *mlo_dev_ctxt) in dp_attach_vdev_list_in_mlo_dev_ctxt() argument
1188 qdf_spin_lock_bh(&mlo_dev_ctxt->vdev_list_lock); in dp_attach_vdev_list_in_mlo_dev_ctxt()
1190 if (mlo_dev_ctxt->bridge_vdev[be_soc->mlo_chip_id][pdev_id] in dp_attach_vdev_list_in_mlo_dev_ctxt()
1196 mlo_dev_ctxt->bridge_vdev[be_soc->mlo_chip_id][pdev_id], in dp_attach_vdev_list_in_mlo_dev_ctxt()
1199 mlo_dev_ctxt->bridge_vdev[be_soc->mlo_chip_id][pdev_id] = in dp_attach_vdev_list_in_mlo_dev_ctxt()
1201 mlo_dev_ctxt->is_bridge_vdev_present = 1; in dp_attach_vdev_list_in_mlo_dev_ctxt()
1203 if (mlo_dev_ctxt->vdev_list[be_soc->mlo_chip_id][pdev_id] in dp_attach_vdev_list_in_mlo_dev_ctxt()
1209 mlo_dev_ctxt->vdev_list[be_soc->mlo_chip_id][pdev_id], in dp_attach_vdev_list_in_mlo_dev_ctxt()
1212 mlo_dev_ctxt->vdev_list[be_soc->mlo_chip_id][pdev_id] = in dp_attach_vdev_list_in_mlo_dev_ctxt()
1215 mlo_dev_ctxt->vdev_count++; in dp_attach_vdev_list_in_mlo_dev_ctxt()
[all …]
H A Ddp_be_tx.c643 msdu_info.gsn = be_vdev->mlo_dev_ctxt->seq_num; in dp_tx_mlo_mcast_multipass_send()
754 if (qdf_unlikely(be_vdev->mlo_dev_ctxt->seq_num > MAX_GSN_NUM)) in dp_tx_mlo_mcast_multipass_handler()
755 be_vdev->mlo_dev_ctxt->seq_num = 0; in dp_tx_mlo_mcast_multipass_handler()
757 be_vdev->mlo_dev_ctxt->seq_num++; in dp_tx_mlo_mcast_multipass_handler()
766 if (qdf_unlikely(be_vdev->mlo_dev_ctxt->seq_num > MAX_GSN_NUM)) in dp_tx_mlo_mcast_multipass_handler()
767 be_vdev->mlo_dev_ctxt->seq_num = 0; in dp_tx_mlo_mcast_multipass_handler()
769 be_vdev->mlo_dev_ctxt->seq_num++; in dp_tx_mlo_mcast_multipass_handler()
822 msdu_info.gsn = be_vdev->mlo_dev_ctxt->seq_num; in dp_tx_mlo_mcast_pkt_send()
870 if (qdf_unlikely(be_vdev->mlo_dev_ctxt->seq_num > MAX_GSN_NUM)) in dp_tx_mlo_mcast_handler_be()
871 be_vdev->mlo_dev_ctxt->seq_num = 0; in dp_tx_mlo_mcast_handler_be()
[all …]
H A Ddp_be.h453 struct dp_mlo_dev_ctxt *mlo_dev_ctxt; member
1136 void dp_mlo_dev_ctxt_unref_delete(struct dp_mlo_dev_ctxt *mlo_dev_ctxt,
1148 dp_mlo_dev_get_ref(struct dp_mlo_dev_ctxt *mlo_dev_ctxt,
H A Ddp_be_rx.c1536 if (!be_vdev->mlo_dev_ctxt) { in dp_rx_intrabss_ucast_check_be()
1546 be_vdev->mlo_dev_ctxt->vdev_list[dest_chip_id] in dp_rx_intrabss_ucast_check_be()
1552 be_vdev->mlo_dev_ctxt->vdev_list[dest_chip_id] in dp_rx_intrabss_ucast_check_be()
1641 if (!be_vdev->mlo_dev_ctxt) in dp_rx_intrabss_ucast_check_be()
1650 if (!(be_vdev->mlo_dev_ctxt->vdev_list[dest_chip_id][0]
1652 !(be_vdev->mlo_dev_ctxt->vdev_list[dest_chip_id][1]
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/mlo/
H A Ddp_mlo.c709 if (!vdev_be || !vdev_be->mlo_dev_ctxt) { in dp_mlo_get_mld_vdev_stats()
737 &vdev_be->mlo_dev_ctxt->stats, in dp_mlo_get_mld_vdev_stats()
754 &vdev_be->mlo_dev_ctxt->stats, in dp_mlo_get_mld_vdev_stats()
1106 if (!be_vdev->mlo_dev_ctxt) { in dp_mlo_iter_ptnr_vdev()
1124 be_vdev->mlo_dev_ctxt->vdev_list[i][j], in dp_mlo_iter_ptnr_vdev()
1155 be_vdev->mlo_dev_ctxt->bridge_vdev[i][j], in dp_mlo_iter_ptnr_vdev()
1213 if (!be_vdev->mlo_dev_ctxt) { in dp_mlo_get_mcast_primary_vdev()
1237 be_vdev->mlo_dev_ctxt->vdev_list[i][j], in dp_mlo_get_mcast_primary_vdev()