Lines Matching refs:flowcontrol
317 uint8 flowcontrol; /* per prio flow control bitmask */ member
2167 (!DATAOK(bus)) || (bus->flowcontrol & NBITVAL(prec)) || in dhd_bus_txdata()
2673 tx_prec_map = ~bus->flowcontrol; in dhdsdio_sendfromq()
6552 else if (pktq_mlen(&bus->txq, ~bus->flowcontrol) > 0) {
6562 (pktq_mlen(&bus->txq, ~bus->flowcontrol) > bus->txinrx_thres)) {
6830 if (~bus->flowcontrol & fcbits) {
6834 if (bus->flowcontrol & ~fcbits) {
6841 bus->flowcontrol = fcbits;
6998 if (~bus->flowcontrol & fcbits) {
7002 if (bus->flowcontrol & ~fcbits) {
7009 bus->flowcontrol = fcbits;
7269 if (fcbits & ~bus->flowcontrol)
7271 if (bus->flowcontrol & ~fcbits)
7275 bus->flowcontrol = fcbits;
7567 pktq_mlen(&bus->txq, ~bus->flowcontrol) && txlimit && DATAOK(bus)) {
7607 (!bus->fcstate && pktq_mlen(&bus->txq, ~bus->flowcontrol) && DATAOK(bus)) ||
7640 pktq_mlen(&bus->txq, ~bus->flowcontrol), is_resched_by_readframe));