Lines Matching refs:flowcontrol
452 u8 flowcontrol; /* per prio flow control bitmask */ member
1166 if (fcbits & ~bus->flowcontrol) in brcmf_sdio_hostmail()
1169 if (bus->flowcontrol & ~fcbits) in brcmf_sdio_hostmail()
1173 bus->flowcontrol = fcbits; in brcmf_sdio_hostmail()
1451 if (bus->flowcontrol != fc) { in brcmf_sdio_hdparse()
1452 if (~bus->flowcontrol & fc) in brcmf_sdio_hdparse()
1454 if (bus->flowcontrol & ~fc) in brcmf_sdio_hdparse()
1457 bus->flowcontrol = fc; in brcmf_sdio_hdparse()
2331 tx_prec_map = ~bus->flowcontrol; in brcmf_sdio_sendfromq()
2340 brcmu_pktq_mlen(&bus->txq, ~bus->flowcontrol)); in brcmf_sdio_sendfromq()
2705 brcmu_pktq_mlen(&bus->txq, ~bus->flowcontrol) && txlimit && in brcmf_sdio_dpc()
2728 brcmu_pktq_mlen(&bus->txq, ~bus->flowcontrol) && in brcmf_sdio_dpc()