Lines Matching refs:flowcontrol
445 u8 flowcontrol; /* per prio flow control bitmask */ member
1141 if (fcbits & ~bus->flowcontrol) in brcmf_sdio_hostmail()
1144 if (bus->flowcontrol & ~fcbits) in brcmf_sdio_hostmail()
1148 bus->flowcontrol = fcbits; in brcmf_sdio_hostmail()
1426 if (bus->flowcontrol != fc) { in brcmf_sdio_hdparse()
1427 if (~bus->flowcontrol & fc) in brcmf_sdio_hdparse()
1429 if (bus->flowcontrol & ~fc) in brcmf_sdio_hdparse()
1432 bus->flowcontrol = fc; in brcmf_sdio_hdparse()
2303 tx_prec_map = ~bus->flowcontrol; in brcmf_sdio_sendfromq()
2312 brcmu_pktq_mlen(&bus->txq, ~bus->flowcontrol)); in brcmf_sdio_sendfromq()
2674 brcmu_pktq_mlen(&bus->txq, ~bus->flowcontrol) && txlimit && in brcmf_sdio_dpc()
2697 brcmu_pktq_mlen(&bus->txq, ~bus->flowcontrol) && in brcmf_sdio_dpc()