Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dflowring.c141 for (i = 0; i < flow->nrofrings; i++) { in brcmf_flowring_create()
145 if (i == flow->nrofrings) in brcmf_flowring_create()
200 for (i = 0; i < flow->nrofrings; i++) { in brcmf_flowring_block()
358 struct brcmf_flowring *brcmf_flowring_attach(struct device *dev, u16 nrofrings) in brcmf_flowring_attach() argument
366 flow->nrofrings = nrofrings; in brcmf_flowring_attach()
372 flow->rings = kcalloc(nrofrings, sizeof(*flow->rings), in brcmf_flowring_attach()
392 for (flowid = 0; flowid < flow->nrofrings; flowid++) { in brcmf_flowring_detach()
H A Dflowring.h44 u16 nrofrings; member
64 struct brcmf_flowring *brcmf_flowring_attach(struct device *dev, u16 nrofrings);
H A Dmsgbuf.c1498 for (i = 0; i < msgbuf->flow->nrofrings; i++) { in brcmf_msgbuf_stats_read()