Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dpcie.c301 u16 max_flowrings; member
403 __le16 max_flowrings; member
1231 u16 max_flowrings; in brcmf_pcie_init_ringbuffers() local
1239 max_flowrings = le16_to_cpu(ringinfo.max_flowrings); in brcmf_pcie_init_ringbuffers()
1243 max_flowrings = max_submissionrings - in brcmf_pcie_init_ringbuffers()
1247 if (max_flowrings > 512) { in brcmf_pcie_init_ringbuffers()
1345 devinfo->shared.max_flowrings = max_flowrings; in brcmf_pcie_init_ringbuffers()
1348 rings = kcalloc(max_flowrings, sizeof(*ring), GFP_KERNEL); in brcmf_pcie_init_ringbuffers()
1354 for (i = 0; i < max_flowrings; i++) { in brcmf_pcie_init_ringbuffers()
2205 for (i = 0; i < devinfo->shared.max_flowrings; i++) in brcmf_pcie_setup()
[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