Lines Matching refs:if_request
1971 struct brcmf_fil_p2p_if_le if_request; in brcmf_p2p_ifchange() local
1995 if_request.type = cpu_to_le16((u16)if_type); in brcmf_p2p_ifchange()
1996 if_request.chspec = cpu_to_le16(chanspec); in brcmf_p2p_ifchange()
1997 memcpy(if_request.addr, p2p->int_addr, sizeof(if_request.addr)); in brcmf_p2p_ifchange()
2000 err = brcmf_fil_iovar_data_set(vif->ifp, "p2p_ifupd", &if_request, in brcmf_p2p_ifchange()
2001 sizeof(if_request)); in brcmf_p2p_ifchange()
2025 struct brcmf_fil_p2p_if_le if_request; in brcmf_p2p_request_p2p_if() local
2033 memcpy(if_request.addr, ea, ETH_ALEN); in brcmf_p2p_request_p2p_if()
2034 if_request.type = cpu_to_le16((u16)iftype); in brcmf_p2p_request_p2p_if()
2035 if_request.chspec = cpu_to_le16(chanspec); in brcmf_p2p_request_p2p_if()
2037 err = brcmf_fil_iovar_data_set(ifp, "p2p_ifadd", &if_request, in brcmf_p2p_request_p2p_if()
2038 sizeof(if_request)); in brcmf_p2p_request_p2p_if()