Searched refs:dp_hw_grp (Results 1 – 4 of 4) sorted by relevance
576 struct ath12k_dp_hw_group *dp_hw_grp = &ag->dp_hw_grp; in ath12k_wifi7_dp_rx_process_received_packets() local600 partner_dp = ath12k_dp_hw_grp_to_dp(dp_hw_grp, in ath12k_wifi7_dp_rx_process_received_packets()642 struct ath12k_dp_hw_group *dp_hw_grp = &ag->dp_hw_grp; in ath12k_wifi7_dp_rx_process() local688 partner_dp = ath12k_dp_hw_grp_to_dp(dp_hw_grp, device_id); in ath12k_wifi7_dp_rx_process()783 partner_dp = ath12k_dp_hw_grp_to_dp(dp_hw_grp, device_id); in ath12k_wifi7_dp_rx_process()1398 struct ath12k_dp_hw_group *dp_hw_grp = &ag->dp_hw_grp; in ath12k_wifi7_dp_rx_process_err() local1444 partner_dp = ath12k_dp_hw_grp_to_dp(dp_hw_grp, device_id); in ath12k_wifi7_dp_rx_process_err()1548 partner_dp = ath12k_dp_hw_grp_to_dp(dp_hw_grp, device_id); in ath12k_wifi7_dp_rx_process_err()1829 struct ath12k_dp_hw_group *dp_hw_grp = &ag->dp_hw_grp; in ath12k_wifi7_dp_rx_process_wbm_err() local1890 partner_dp = ath12k_dp_hw_grp_to_dp(dp_hw_grp, device_id); in ath12k_wifi7_dp_rx_process_wbm_err()[all …]
1612 struct ath12k_dp_hw_group *dp_hw_grp = &ag->dp_hw_grp; in ath12k_dp_cmn_hw_group_unassign() local1616 dp_hw_grp->dp[dp->device_id] = NULL; in ath12k_dp_cmn_hw_group_unassign()1626 struct ath12k_dp_hw_group *dp_hw_grp = &ag->dp_hw_grp; in ath12k_dp_cmn_hw_group_assign() local1630 dp_hw_grp->dp[dp->device_id] = dp; in ath12k_dp_cmn_hw_group_assign()
655 ath12k_dp_hw_grp_to_dp(struct ath12k_dp_hw_group *dp_hw_grp, u8 device_id) in ath12k_dp_hw_grp_to_dp() argument657 return dp_hw_grp->dp[device_id]; in ath12k_dp_hw_grp_to_dp()
875 struct ath12k_dp_hw_group dp_hw_grp; member