Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dbcdc.c25 struct brcmf_proto_bcdc_dcmd { struct
95 struct brcmf_proto_bcdc_dcmd msg;
113 struct brcmf_proto_bcdc_dcmd *msg = &bcdc->msg; in brcmf_proto_bcdc_msg()
118 memset(msg, 0, sizeof(struct brcmf_proto_bcdc_dcmd)); in brcmf_proto_bcdc_msg()
146 len += sizeof(struct brcmf_proto_bcdc_dcmd); in brcmf_proto_bcdc_cmplt()
162 struct brcmf_proto_bcdc_dcmd *msg = &bcdc->msg; in brcmf_proto_bcdc_query_dcmd()
220 struct brcmf_proto_bcdc_dcmd *msg = &bcdc->msg; in brcmf_proto_bcdc_set_dcmd()
475 sizeof(struct brcmf_proto_bcdc_dcmd) + ROUND_UP_MARGIN; in brcmf_proto_bcdc_attach()