Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dmsgbuf.c1529 struct brcmf_bus_msgbuf *if_msgbuf; in brcmf_proto_msgbuf_attach() local
1534 if_msgbuf = drvr->bus_if->msgbuf; in brcmf_proto_msgbuf_attach()
1536 if (if_msgbuf->max_flowrings >= BRCMF_FLOWRING_HASHSIZE) { in brcmf_proto_msgbuf_attach()
1538 if_msgbuf->max_flowrings); in brcmf_proto_msgbuf_attach()
1539 if_msgbuf->max_flowrings = BRCMF_FLOWRING_HASHSIZE - 1; in brcmf_proto_msgbuf_attach()
1552 count = BITS_TO_LONGS(if_msgbuf->max_flowrings); in brcmf_proto_msgbuf_attach()
1587 (struct brcmf_commonring **)if_msgbuf->commonrings; in brcmf_proto_msgbuf_attach()
1588 msgbuf->flowrings = (struct brcmf_commonring **)if_msgbuf->flowrings; in brcmf_proto_msgbuf_attach()
1589 msgbuf->max_flowrings = if_msgbuf->max_flowrings; in brcmf_proto_msgbuf_attach()
1596 msgbuf->rx_dataoffset = if_msgbuf->rx_dataoffset; in brcmf_proto_msgbuf_attach()
[all …]