Lines Matching refs:flowcontrol
445 u8 flowcontrol; /* per prio flow control bitmask */ member
1219 if (fcbits & ~bus->flowcontrol) in brcmf_sdio_hostmail()
1222 if (bus->flowcontrol & ~fcbits) in brcmf_sdio_hostmail()
1226 bus->flowcontrol = fcbits; in brcmf_sdio_hostmail()
1491 if (bus->flowcontrol != fc) { in brcmf_sdio_hdparse()
1492 if (~bus->flowcontrol & fc) in brcmf_sdio_hdparse()
1494 if (bus->flowcontrol & ~fc) in brcmf_sdio_hdparse()
1497 bus->flowcontrol = fc; in brcmf_sdio_hdparse()
2374 tx_prec_map = ~bus->flowcontrol; in brcmf_sdio_sendfromq()
2383 brcmu_pktq_mlen(&bus->txq, ~bus->flowcontrol)); in brcmf_sdio_sendfromq()
2727 brcmu_pktq_mlen(&bus->txq, ~bus->flowcontrol) && txlimit && in brcmf_sdio_dpc()
2750 brcmu_pktq_mlen(&bus->txq, ~bus->flowcontrol) && in brcmf_sdio_dpc()