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.c576 struct ath12k_dp_hw_group *dp_hw_grp = &ag->dp_hw_grp; in ath12k_wifi7_dp_rx_process_received_packets() local
600 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() local
688 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() local
1444 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() local
1890 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.c1612 struct ath12k_dp_hw_group *dp_hw_grp = &ag->dp_hw_grp; in ath12k_dp_cmn_hw_group_unassign() local
1616 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() local
1630 dp_hw_grp->dp[dp->device_id] = dp; in ath12k_dp_cmn_hw_group_assign()
H A Ddp.h655 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
657 return dp_hw_grp->dp[device_id]; in ath12k_dp_hw_grp_to_dp()
H A Dcore.h875 struct ath12k_dp_hw_group dp_hw_grp; member