Searched refs:dp_link_vif (Results 1 – 4 of 4) sorted by relevance
124 struct ath12k_dp_link_vif *dp_link_vif; in ath12k_wifi7_dp_tx() local173 dp_link_vif = ath12k_dp_vif_to_dp_link_vif(&ahvif->dp_vif, arvif->link_id); in ath12k_wifi7_dp_tx()175 ti.bank_id = dp_link_vif->bank_id; in ath12k_wifi7_dp_tx()176 ti.meta_data_flags = dp_link_vif->tcl_metadata; in ath12k_wifi7_dp_tx()177 ti.bss_ast_hash = dp_link_vif->ast_hash; in ath12k_wifi7_dp_tx()178 ti.bss_ast_idx = dp_link_vif->ast_idx; in ath12k_wifi7_dp_tx()225 ti.addr_search_flags = dp_link_vif->hal_addr_search_flags; in ath12k_wifi7_dp_tx()226 ti.search_type = dp_link_vif->search_type; in ath12k_wifi7_dp_tx()229 ti.lmac_id = dp_link_vif->lmac_id; in ath12k_wifi7_dp_tx()231 ti.vdev_id = dp_link_vif->vdev_id; in ath12k_wifi7_dp_tx()[all …]
916 struct ath12k_dp_link_vif *dp_link_vif; in ath12k_dp_update_vdev_search() local918 dp_link_vif = ath12k_dp_vif_to_dp_link_vif(&ahvif->dp_vif, link_id); in ath12k_dp_update_vdev_search()922 dp_link_vif->hal_addr_search_flags = HAL_TX_ADDRY_EN; in ath12k_dp_update_vdev_search()923 dp_link_vif->search_type = HAL_TX_ADDR_SEARCH_DEFAULT; in ath12k_dp_update_vdev_search()927 dp_link_vif->hal_addr_search_flags = HAL_TX_ADDRX_EN; in ath12k_dp_update_vdev_search()928 dp_link_vif->search_type = HAL_TX_ADDR_SEARCH_DEFAULT; in ath12k_dp_update_vdev_search()942 struct ath12k_dp_link_vif *dp_link_vif; in ath12k_dp_vdev_tx_attach() local944 dp_link_vif = ath12k_dp_vif_to_dp_link_vif(&ahvif->dp_vif, link_id); in ath12k_dp_vdev_tx_attach()946 dp_link_vif->tcl_metadata = u32_encode_bits(1, HTT_TCL_META_DATA_TYPE) | in ath12k_dp_vdev_tx_attach()953 dp_link_vif->tcl_metadata &= ~HTT_TCL_META_DATA_VALID_HTT; in ath12k_dp_vdev_tx_attach()[all …]
196 struct ath12k_dp_link_vif *dp_link_vif; in ath12k_peer_create() local207 dp_link_vif = ath12k_dp_vif_to_dp_link_vif(&ahvif->dp_vif, link_id); in ath12k_peer_create()272 dp_link_vif->ast_hash = peer->ast_hash; in ath12k_peer_create()273 dp_link_vif->ast_idx = peer->hw_peer_id; in ath12k_peer_create()
10428 struct ath12k_dp_link_vif *dp_link_vif = NULL; in ath12k_mac_vdev_create() local10512 dp_link_vif = ath12k_dp_vif_to_dp_link_vif(&ahvif->dp_vif, arvif->link_id); in ath12k_mac_vdev_create()10514 dp_link_vif->vdev_id = arvif->vdev_id; in ath12k_mac_vdev_create()10515 dp_link_vif->lmac_id = ar->lmac_id; in ath12k_mac_vdev_create()10516 dp_link_vif->pdev_idx = ar->pdev_idx; in ath12k_mac_vdev_create()10927 struct ath12k_dp_link_vif *dp_link_vif; in ath12k_mac_vdev_delete() local10975 dp_link_vif = ath12k_dp_vif_to_dp_link_vif(&ahvif->dp_vif, arvif->link_id); in ath12k_mac_vdev_delete()10976 ath12k_dp_tx_put_bank_profile(ath12k_ab_to_dp(ab), dp_link_vif->bank_id); in ath12k_mac_vdev_delete()