Searched refs:hw_link_id (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/net/wireless/ath/ath12k/ |
| H A D | core.h | 139 u8 hw_link_id; member 671 u8 hw_link_id; member 819 u32 hw_link_id; member 1297 static inline struct ath12k *ath12k_ah_to_ar(struct ath12k_hw *ah, u8 hw_link_id) in ath12k_ah_to_ar() argument 1299 if (WARN(hw_link_id >= ah->num_radio, in ath12k_ah_to_ar() 1300 "bad hw link id %d, so switch to default link\n", hw_link_id)) in ath12k_ah_to_ar() 1301 hw_link_id = 0; in ath12k_ah_to_ar() 1303 return &ah->radio[hw_link_id]; in ath12k_ah_to_ar()
|
| H A D | dp_rx.c | 2660 u8 hw_link_id, pdev_id; in ath12k_dp_rx_process_received_packets() local 2670 hw_link_id = rxcb->hw_link_id; in ath12k_dp_rx_process_received_packets() 2738 u8 hw_link_id, device_id; in ath12k_dp_rx_process() local 2765 hw_link_id = le32_get_bits(desc->info0, in ath12k_dp_rx_process() 2826 rxcb->hw_link_id = hw_link_id; in ath12k_dp_rx_process() 3579 u8 hw_link_id, device_id; in ath12k_dp_rx_process_err() local 3929 u8 hw_link_id, device_id; in ath12k_dp_rx_process_wbm_err() local 4036 rxcb->hw_link_id = hw_link_id; in ath12k_dp_rx_process_wbm_err() 4044 rxcb->hw_link_id = hw_link_id; in ath12k_dp_rx_process_wbm_err() 4075 hw_link_id = rxcb->hw_link_id; in ath12k_dp_rx_process_wbm_err() [all …]
|
| H A D | qmi.c | 46 hw_link_id), 2049 u8 hw_link_id = 0; in ath12k_host_cap_parse_mlo() local 2110 info->hw_link_id[j] = partner_ab->wsi_info.hw_link_id_base + j; in ath12k_host_cap_parse_mlo() 2114 info->hw_link_id[j]); in ath12k_host_cap_parse_mlo() 2116 hw_link_id++; in ath12k_host_cap_parse_mlo() 2120 if (hw_link_id <= 0) in ath12k_host_cap_parse_mlo()
|
| H A D | qmi.h | 193 u8 hw_link_id[QMI_WLFW_MAX_NUM_MLO_LINKS_PER_CHIP_V01]; member
|
| H A D | mac.c | 3162 ml->partner_info[i].hw_link_id = arvif->ar->pdev->hw_link_id; in ath12k_peer_assoc_h_mlo() 8942 partner_info->hw_link_id = arvif_p->ar->pdev->hw_link_id; in ath12k_mac_mlo_get_vdev_args() 11447 partner_link_id[num_link] = pdev->hw_link_id; in __ath12k_mac_mlo_setup() 11451 i, j, pdev->hw_link_id, num_link); in __ath12k_mac_mlo_setup() 11658 ar->hw_link_id = pdev->hw_link_id; in ath12k_mac_hw_allocate() 11663 ag->hw_links[ar->hw_link_id].device_id = ab->device_id; in ath12k_mac_hw_allocate() 11664 ag->hw_links[ar->hw_link_id].pdev_idx = pdev_idx; in ath12k_mac_hw_allocate()
|
| H A D | wmi.h | 2837 __le32 hw_link_id; member 2988 u32 hw_link_id; member 3846 __le32 hw_link_id; member
|
| H A D | wmi.c | 509 pdev->hw_link_id = ath12k_wmi_mac_phy_get_hw_link_id(mac_caps); in ath12k_pull_mac_phy_cap_svc_ready_ext() 1193 partner_info->hw_link_id = in ath12k_wmi_vdev_start() 1194 cpu_to_le32(arg->ml.partner_info[i].hw_link_id); in ath12k_wmi_vdev_start() 1199 partner_info->vdev_id, partner_info->hw_link_id, in ath12k_wmi_vdev_start() 2378 partner_info->hw_link_id = in ath12k_wmi_send_peer_assoc_cmd() 2379 cpu_to_le32(arg->ml.partner_info[i].hw_link_id); in ath12k_wmi_send_peer_assoc_cmd()
|