Lines Matching refs:flowcontrol
450 u8 flowcontrol; /* per prio flow control bitmask */ member
1178 if (fcbits & ~bus->flowcontrol) in brcmf_sdio_hostmail()
1181 if (bus->flowcontrol & ~fcbits) in brcmf_sdio_hostmail()
1185 bus->flowcontrol = fcbits; in brcmf_sdio_hostmail()
1463 if (bus->flowcontrol != fc) { in brcmf_sdio_hdparse()
1464 if (~bus->flowcontrol & fc) in brcmf_sdio_hdparse()
1466 if (bus->flowcontrol & ~fc) in brcmf_sdio_hdparse()
1469 bus->flowcontrol = fc; in brcmf_sdio_hdparse()
2343 tx_prec_map = ~bus->flowcontrol; in brcmf_sdio_sendfromq()
2352 brcmu_pktq_mlen(&bus->txq, ~bus->flowcontrol)); in brcmf_sdio_sendfromq()
2717 brcmu_pktq_mlen(&bus->txq, ~bus->flowcontrol) && txlimit && in brcmf_sdio_dpc()
2740 brcmu_pktq_mlen(&bus->txq, ~bus->flowcontrol) && in brcmf_sdio_dpc()