Searched refs:if_msgbuf (Results 1 – 1 of 1) sorted by relevance
1502 struct brcmf_bus_msgbuf *if_msgbuf; in brcmf_proto_msgbuf_attach() local1507 if_msgbuf = drvr->bus_if->msgbuf; in brcmf_proto_msgbuf_attach()1509 if (if_msgbuf->max_flowrings >= BRCMF_FLOWRING_HASHSIZE) { in brcmf_proto_msgbuf_attach()1511 if_msgbuf->max_flowrings); in brcmf_proto_msgbuf_attach()1512 if_msgbuf->max_flowrings = BRCMF_FLOWRING_HASHSIZE - 1; in brcmf_proto_msgbuf_attach()1525 count = BITS_TO_LONGS(if_msgbuf->max_flowrings); in brcmf_proto_msgbuf_attach()1560 (struct brcmf_commonring **)if_msgbuf->commonrings; in brcmf_proto_msgbuf_attach()1561 msgbuf->flowrings = (struct brcmf_commonring **)if_msgbuf->flowrings; in brcmf_proto_msgbuf_attach()1562 msgbuf->max_flowrings = if_msgbuf->max_flowrings; in brcmf_proto_msgbuf_attach()1569 msgbuf->rx_dataoffset = if_msgbuf->rx_dataoffset; in brcmf_proto_msgbuf_attach()[all …]