Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dflowring.c145 for (i = 0; i < flow->nrofrings; i++) { in brcmf_flowring_create()
149 if (i == flow->nrofrings) in brcmf_flowring_create()
200 for (i = 0; i < flow->nrofrings; i++) { in brcmf_flowring_block()
350 struct brcmf_flowring *brcmf_flowring_attach(struct device *dev, u16 nrofrings) in brcmf_flowring_attach() argument
358 flow->nrofrings = nrofrings; in brcmf_flowring_attach()
364 flow->rings = kcalloc(nrofrings, sizeof(*flow->rings), in brcmf_flowring_attach()
384 for (flowid = 0; flowid < flow->nrofrings; flowid++) { in brcmf_flowring_detach()
Dflowring.h54 u16 nrofrings; member
74 struct brcmf_flowring *brcmf_flowring_attach(struct device *dev, u16 nrofrings);