Searched refs:dp_hw_grp (Results 1 – 4 of 4) sorted by relevance
592 struct ath12k_dp_hw_group *dp_hw_grp = &ag->dp_hw_grp; in ath12k_wifi7_dp_rx_process_received_packets() local616 partner_dp = ath12k_dp_hw_grp_to_dp(dp_hw_grp, in ath12k_wifi7_dp_rx_process_received_packets()658 struct ath12k_dp_hw_group *dp_hw_grp = &ag->dp_hw_grp; in ath12k_wifi7_dp_rx_process() local704 partner_dp = ath12k_dp_hw_grp_to_dp(dp_hw_grp, device_id); in ath12k_wifi7_dp_rx_process()799 partner_dp = ath12k_dp_hw_grp_to_dp(dp_hw_grp, device_id); in ath12k_wifi7_dp_rx_process()1415 struct ath12k_dp_hw_group *dp_hw_grp = &ag->dp_hw_grp; in ath12k_wifi7_dp_rx_process_err() local1461 partner_dp = ath12k_dp_hw_grp_to_dp(dp_hw_grp, device_id); in ath12k_wifi7_dp_rx_process_err()1565 partner_dp = ath12k_dp_hw_grp_to_dp(dp_hw_grp, device_id); in ath12k_wifi7_dp_rx_process_err()1901 struct ath12k_dp_hw_group *dp_hw_grp = &ag->dp_hw_grp; in ath12k_wifi7_dp_rx_process_wbm_err() local1962 partner_dp = ath12k_dp_hw_grp_to_dp(dp_hw_grp, device_id); in ath12k_wifi7_dp_rx_process_wbm_err()[all …]
1609 struct ath12k_dp_hw_group *dp_hw_grp = &ag->dp_hw_grp; in ath12k_dp_cmn_hw_group_unassign() local1613 dp_hw_grp->dp[dp->device_id] = NULL; in ath12k_dp_cmn_hw_group_unassign()1623 struct ath12k_dp_hw_group *dp_hw_grp = &ag->dp_hw_grp; in ath12k_dp_cmn_hw_group_assign() local1627 dp_hw_grp->dp[dp->device_id] = dp; in ath12k_dp_cmn_hw_group_assign()
656 ath12k_dp_hw_grp_to_dp(struct ath12k_dp_hw_group *dp_hw_grp, u8 device_id) in ath12k_dp_hw_grp_to_dp() argument658 return dp_hw_grp->dp[device_id]; in ath12k_dp_hw_grp_to_dp()
898 struct ath12k_dp_hw_group dp_hw_grp; member