Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dpcie.c303 u16 max_flowrings; member
401 __le16 max_flowrings; member
1229 u16 max_flowrings; in brcmf_pcie_init_ringbuffers() local
1237 max_flowrings = le16_to_cpu(ringinfo.max_flowrings); in brcmf_pcie_init_ringbuffers()
1240 max_submissionrings = le16_to_cpu(ringinfo.max_flowrings); in brcmf_pcie_init_ringbuffers()
1241 max_flowrings = max_submissionrings - in brcmf_pcie_init_ringbuffers()
1245 if (max_flowrings > 512) { in brcmf_pcie_init_ringbuffers()
1246 brcmf_err(bus, "invalid max_flowrings(%d)\n", max_flowrings); in brcmf_pcie_init_ringbuffers()
1343 devinfo->shared.max_flowrings = max_flowrings; in brcmf_pcie_init_ringbuffers()
1346 rings = kcalloc(max_flowrings, sizeof(*ring), GFP_KERNEL); in brcmf_pcie_init_ringbuffers()
[all …]
H A Dmsgbuf.c236 u16 max_flowrings; member
778 for_each_set_bit(flowid, msgbuf->flow_map, msgbuf->max_flowrings) { in brcmf_msgbuf_txflow_worker()
1387 msgbuf->max_flowrings) { in brcmf_proto_msgbuf_rx_trigger()
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()
1589 msgbuf->max_flowrings = if_msgbuf->max_flowrings; in brcmf_proto_msgbuf_attach()
1591 kcalloc(msgbuf->max_flowrings, in brcmf_proto_msgbuf_attach()
1612 if_msgbuf->max_flowrings); in brcmf_proto_msgbuf_attach()
H A Dbus.h129 u16 max_flowrings; member