Lines Matching refs:flowcontrol
450 u8 flowcontrol; /* per prio flow control bitmask */ member
1177 if (fcbits & ~bus->flowcontrol) in brcmf_sdio_hostmail()
1180 if (bus->flowcontrol & ~fcbits) in brcmf_sdio_hostmail()
1184 bus->flowcontrol = fcbits; in brcmf_sdio_hostmail()
1462 if (bus->flowcontrol != fc) { in brcmf_sdio_hdparse()
1463 if (~bus->flowcontrol & fc) in brcmf_sdio_hdparse()
1465 if (bus->flowcontrol & ~fc) in brcmf_sdio_hdparse()
1468 bus->flowcontrol = fc; in brcmf_sdio_hdparse()
2342 tx_prec_map = ~bus->flowcontrol; in brcmf_sdio_sendfromq()
2351 brcmu_pktq_mlen(&bus->txq, ~bus->flowcontrol)); in brcmf_sdio_sendfromq()
2716 brcmu_pktq_mlen(&bus->txq, ~bus->flowcontrol) && txlimit && in brcmf_sdio_dpc()
2739 brcmu_pktq_mlen(&bus->txq, ~bus->flowcontrol) && in brcmf_sdio_dpc()