Home
last modified time | relevance | path

Searched refs:hw_link_id (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_peer.c443 if (dp_pdev->hw_link_id >= ATH12K_GROUP_MAX_RADIO) in ath12k_dp_link_peer_find_by_peerid()
450 link_id = dp_peer->hw_links[dp_pdev->hw_link_id]; in ath12k_dp_link_peer_find_by_peerid()
541 u8 link_id, u32 hw_link_id) in ath12k_dp_link_peer_assign() argument
576 peer->hw_link_id = hw_link_id; in ath12k_dp_link_peer_assign()
578 dp_peer->hw_links[peer->hw_link_id] = link_id; in ath12k_dp_link_peer_assign()
597 if (temp_peer && temp_peer->hw_link_id != hw_link_id) in ath12k_dp_link_peer_assign()
625 u8 vdev_id, u8 *addr, u32 hw_link_id) in ath12k_dp_link_peer_unassign() argument
642 dp_peer->hw_links[peer->hw_link_id] = 0; in ath12k_dp_link_peer_unassign()
656 if (temp_peer && temp_peer->hw_link_id == hw_link_id) in ath12k_dp_link_peer_unassign()
H A Dpeer.c162 addr, ar->hw_link_id); in ath12k_peer_delete()
323 ar->hw_link_id); in ath12k_peer_create()
415 ar->hw_link_id); in ath12k_peer_mlo_link_peers_delete()
H A Ddp_peer.h104 u8 hw_link_id; member
H A Dcore.h147 u8 hw_link_id; member
680 u8 hw_link_id; member
857 u32 hw_link_id; member
H A Dqmi.h193 u8 hw_link_id[QMI_WLFW_MAX_NUM_MLO_LINKS_PER_CHIP_V01]; member
H A Dqmi.c49 hw_link_id),
2135 u8 hw_link_id = 0; in ath12k_host_cap_parse_mlo() local
2196 info->hw_link_id[j] = partner_ab->wsi_info.hw_link_id_base + j; in ath12k_host_cap_parse_mlo()
2200 info->hw_link_id[j]); in ath12k_host_cap_parse_mlo()
2202 hw_link_id++; in ath12k_host_cap_parse_mlo()
2206 if (hw_link_id <= 0) in ath12k_host_cap_parse_mlo()
H A Ddp.h161 u8 hw_link_id; member
H A Ddp.c884 dp_pdev->hw_link_id = ar->hw_link_id; in ath12k_dp_pdev_alloc()
H A Dwmi.h2978 __le32 hw_link_id; member
3131 u32 hw_link_id; member
3998 __le32 hw_link_id; member
4110 __le32 hw_link_id; member
H A Dmac.c3597 ml->partner_info[i].hw_link_id = arvif->ar->pdev->hw_link_id; in ath12k_peer_assoc_h_mlo()
11346 partner_info->hw_link_id = arvif_p->ar->pdev->hw_link_id; in ath12k_mac_mlo_get_vdev_args()
15179 partner_link_id[num_link] = pdev->hw_link_id; in __ath12k_mac_mlo_setup()
15183 i, j, pdev->hw_link_id, num_link); in __ath12k_mac_mlo_setup()
15388 ar->hw_link_id = pdev->hw_link_id; in ath12k_mac_hw_allocate()
15394 ag->hw_links[ar->hw_link_id].device_id = ab->device_id; in ath12k_mac_hw_allocate()
15395 ag->hw_links[ar->hw_link_id].pdev_idx = pdev_idx; in ath12k_mac_hw_allocate()
H A Dwmi.c508 pdev->hw_link_id = ath12k_wmi_mac_phy_get_hw_link_id(mac_caps); in ath12k_pull_mac_phy_cap_svc_ready_ext()
861 ml_params->hw_link_id = cpu_to_le32(WMI_MGMT_LINK_AGNOSTIC_ID); in ath12k_wmi_mgmt_send()
1268 partner_info->hw_link_id = cpu_to_le32(pinfo->hw_link_id); in ath12k_wmi_vdev_start()
1276 pinfo->vdev_id, pinfo->hw_link_id, in ath12k_wmi_vdev_start()
2486 partner_info->hw_link_id = in ath12k_wmi_send_peer_assoc_cmd()
2487 cpu_to_le32(arg->ml.partner_info[i].hw_link_id); in ath12k_wmi_send_peer_assoc_cmd()
/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Ddp_rx.c602 u8 hw_link_id, pdev_idx; in ath12k_wifi7_dp_rx_process_received_packets() local
615 hw_link_id = rxcb->hw_link_id; in ath12k_wifi7_dp_rx_process_received_packets()
617 hw_links[hw_link_id].device_id); in ath12k_wifi7_dp_rx_process_received_packets()
619 hw_links[hw_link_id].pdev_idx); in ath12k_wifi7_dp_rx_process_received_packets()
669 u8 hw_link_id, device_id; in ath12k_wifi7_dp_rx_process() local
696 hw_link_id = le32_get_bits(desc->info0, in ath12k_wifi7_dp_rx_process()
703 device_id = hw_links[hw_link_id].device_id; in ath12k_wifi7_dp_rx_process()
758 rxcb->hw_link_id = hw_link_id; in ath12k_wifi7_dp_rx_process()
1429 u8 hw_link_id, device_id; in ath12k_wifi7_dp_rx_process_err() local
1458 hw_link_id = le32_get_bits(reo_desc->info0, in ath12k_wifi7_dp_rx_process_err()
[all …]