Searched refs:flowrings (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dmsgbuf.c233 struct brcmf_commonring **flowrings; member in struct:brcmf_msgbuf
556 dma_buf = msgbuf->flowrings[flowid]->buf_addr;
607 brcmf_commonring_config(msgbuf->flowrings[flowid],
711 commonring = msgbuf->flowrings[flowid];
791 commonring = msgbuf->flowrings[flowid];
895 commonring = msgbuf->flowrings[flowid];
1389 commonring = msgbuf->flowrings[flowid];
1406 struct brcmf_commonring *commonring_del = msgbuf->flowrings[flowid];
1497 seq_puts(seq, "Active flowrings:\n");
1504 commonring = msgbuf->flowrings[
[all...]
H A Dpcie.c299 struct brcmf_pcie_ringbuf *flowrings; member in struct:brcmf_pcie_shared_info
1204 kfree(devinfo->shared.flowrings);
1205 devinfo->shared.flowrings = NULL;
1352 brcmf_dbg(PCIE, "Nr of flowrings is %d\n", max_flowrings);
1370 devinfo->shared.flowrings = rings;
2136 struct brcmf_commonring **flowrings; local
2195 flowrings = kcalloc(devinfo->shared.max_flowrings, sizeof(*flowrings),
2197 if (!flowrings)
2201 flowrings[
[all...]
H A Dbus.h117 * @flowrings: commonrings which are dynamically created and destroyed for data.
126 struct brcmf_commonring **flowrings; member in struct:brcmf_bus_msgbuf

Completed in 229 milliseconds