Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dp2p.c2051 struct brcmf_fil_p2p_if_le if_request; in brcmf_p2p_ifchange() local
2075 if_request.type = cpu_to_le16((u16)if_type); in brcmf_p2p_ifchange()
2076 if_request.chspec = cpu_to_le16(chanspec); in brcmf_p2p_ifchange()
2077 memcpy(if_request.addr, p2p->conn_int_addr, sizeof(if_request.addr)); in brcmf_p2p_ifchange()
2081 sizeof(if_request)); in brcmf_p2p_ifchange()
2105 struct brcmf_fil_p2p_if_le if_request; in brcmf_p2p_request_p2p_if() local
2113 memcpy(if_request.addr, ea, ETH_ALEN); in brcmf_p2p_request_p2p_if()
2114 if_request.type = cpu_to_le16((u16)iftype); in brcmf_p2p_request_p2p_if()
2115 if_request.chspec = cpu_to_le16(chanspec); in brcmf_p2p_request_p2p_if()
2117 err = brcmf_fil_iovar_data_set(ifp, "p2p_ifadd", &if_request, in brcmf_p2p_request_p2p_if()
[all …]