Home
last modified time | relevance | path

Searched refs:dp_hw_grp (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Ddp_rx.c592 struct ath12k_dp_hw_group *dp_hw_grp = &ag->dp_hw_grp; in ath12k_wifi7_dp_rx_process_received_packets() local
616 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() local
704 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() local
1461 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() local
1962 partner_dp = ath12k_dp_hw_grp_to_dp(dp_hw_grp, device_id); in ath12k_wifi7_dp_rx_process_wbm_err()
[all …]
/linux/drivers/net/wireless/ath/ath12k/
H A Ddp.c1609 struct ath12k_dp_hw_group *dp_hw_grp = &ag->dp_hw_grp; in ath12k_dp_cmn_hw_group_unassign() local
1613 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() local
1627 dp_hw_grp->dp[dp->device_id] = dp; in ath12k_dp_cmn_hw_group_assign()
H A Ddp.h656 ath12k_dp_hw_grp_to_dp(struct ath12k_dp_hw_group *dp_hw_grp, u8 device_id) in ath12k_dp_hw_grp_to_dp() argument
658 return dp_hw_grp->dp[device_id]; in ath12k_dp_hw_grp_to_dp()
H A Dcore.h898 struct ath12k_dp_hw_group dp_hw_grp; member