Home
last modified time | relevance | path

Searched refs:afx_hdl (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dp2p.c906 p2p->afx_hdl.my_listen_chan = err; in brcmf_p2p_scan_prep()
1118 struct afx_hdl *afx_hdl = container_of(work, struct afx_hdl, afx_work); in brcmf_p2p_afx_handler() local
1119 struct brcmf_p2p_info *p2p = container_of(afx_hdl, in brcmf_p2p_afx_handler()
1121 afx_hdl); in brcmf_p2p_afx_handler()
1125 if (!afx_hdl->is_active) in brcmf_p2p_afx_handler()
1128 if (afx_hdl->is_listen && afx_hdl->my_listen_chan) in brcmf_p2p_afx_handler()
1130 err = brcmf_p2p_discover_listen(p2p, afx_hdl->my_listen_chan, in brcmf_p2p_afx_handler()
1133 err = brcmf_p2p_act_frm_search(p2p, afx_hdl->peer_listen_chan); in brcmf_p2p_afx_handler()
1139 complete(&afx_hdl->act_frm_scan); in brcmf_p2p_afx_handler()
1152 struct afx_hdl *afx_hdl = &p2p->afx_hdl; in brcmf_p2p_af_searching_channel() local
[all …]
Dp2p.h86 struct afx_hdl { struct
133 struct afx_hdl afx_hdl; member