Searched refs:if_msgbuf (Results 1 – 1 of 1) sorted by relevance
1559 struct brcmf_bus_msgbuf *if_msgbuf; in brcmf_proto_msgbuf_attach() local1564 if_msgbuf = drvr->bus_if->msgbuf; in brcmf_proto_msgbuf_attach()1566 if (if_msgbuf->max_flowrings >= BRCMF_FLOWRING_HASHSIZE) { in brcmf_proto_msgbuf_attach()1568 if_msgbuf->max_flowrings); in brcmf_proto_msgbuf_attach()1569 if_msgbuf->max_flowrings = BRCMF_FLOWRING_HASHSIZE - 1; in brcmf_proto_msgbuf_attach()1582 count = BITS_TO_LONGS(if_msgbuf->max_flowrings); in brcmf_proto_msgbuf_attach()1617 (struct brcmf_commonring **)if_msgbuf->commonrings; in brcmf_proto_msgbuf_attach()1618 msgbuf->flowrings = (struct brcmf_commonring **)if_msgbuf->flowrings; in brcmf_proto_msgbuf_attach()1619 msgbuf->max_flowrings = if_msgbuf->max_flowrings; in brcmf_proto_msgbuf_attach()1626 msgbuf->rx_dataoffset = if_msgbuf->rx_dataoffset; in brcmf_proto_msgbuf_attach()[all …]