Lines Matching refs:flowcontrol
443 u8 flowcontrol; /* per prio flow control bitmask */ member
1212 if (fcbits & ~bus->flowcontrol) in brcmf_sdio_hostmail()
1215 if (bus->flowcontrol & ~fcbits) in brcmf_sdio_hostmail()
1219 bus->flowcontrol = fcbits; in brcmf_sdio_hostmail()
1484 if (bus->flowcontrol != fc) { in brcmf_sdio_hdparse()
1485 if (~bus->flowcontrol & fc) in brcmf_sdio_hdparse()
1487 if (bus->flowcontrol & ~fc) in brcmf_sdio_hdparse()
1490 bus->flowcontrol = fc; in brcmf_sdio_hdparse()
2367 tx_prec_map = ~bus->flowcontrol; in brcmf_sdio_sendfromq()
2376 brcmu_pktq_mlen(&bus->txq, ~bus->flowcontrol)); in brcmf_sdio_sendfromq()
2729 brcmu_pktq_mlen(&bus->txq, ~bus->flowcontrol) && txlimit && in brcmf_sdio_dpc()
2752 brcmu_pktq_mlen(&bus->txq, ~bus->flowcontrol) && in brcmf_sdio_dpc()