Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dp2p.c891 p2p->afx_hdl.my_listen_chan = err; in brcmf_p2p_scan_prep()
1102 struct afx_hdl *afx_hdl = container_of(work, struct afx_hdl, afx_work); in brcmf_p2p_afx_handler() local
1103 struct brcmf_p2p_info *p2p = container_of(afx_hdl, in brcmf_p2p_afx_handler()
1105 afx_hdl); in brcmf_p2p_afx_handler()
1108 if (!afx_hdl->is_active) in brcmf_p2p_afx_handler()
1111 if (afx_hdl->is_listen && afx_hdl->my_listen_chan) in brcmf_p2p_afx_handler()
1113 err = brcmf_p2p_discover_listen(p2p, afx_hdl->my_listen_chan, in brcmf_p2p_afx_handler()
1116 err = brcmf_p2p_act_frm_search(p2p, afx_hdl->peer_listen_chan); in brcmf_p2p_afx_handler()
1122 complete(&afx_hdl->act_frm_scan); in brcmf_p2p_afx_handler()
1135 struct afx_hdl *afx_hdl = &p2p->afx_hdl; in brcmf_p2p_af_searching_channel() local
[all …]
Dp2p.h95 struct afx_hdl { struct
140 struct afx_hdl afx_hdl; member