Lines Matching refs:tx_max
319 uint8 tx_max; /* Maximum transmit sequence allowed */ member
615 (((uint8)(bus->tx_max - bus->tx_seq) > TXCTL_CREDITS) && \
616 (((uint8)(bus->tx_max - bus->tx_seq) & 0x80) == 0))
620 (((uint8)(bus->tx_max - bus->tx_seq) != 0) && \
621 (((uint8)(bus->tx_max - bus->tx_seq) & 0x80) == 0))
625 ((uint8)(bus->tx_max - bus->tx_seq) - 1)
2893 __FUNCTION__, bus->tx_max, bus->tx_seq)); in dhd_bus_txctl()
2919 __FUNCTION__, bus->tx_max, bus->tx_seq, bus->clkstate)); in dhd_bus_txctl()
3235 bus->fcstate, pktq_n_pkts_tot(&bus->txq), bus->tx_seq, bus->tx_max, bus->rxskip, in dhd_bus_dump()
5597 bus->tx_max = 4; in dhd_bus_stop()
6266 txmax = bus->tx_max; in dhdsdio_rxglom()
6268 bus->tx_max = txmax; in dhdsdio_rxglom()
6863 txmax = bus->tx_max;
6868 bus->tx_max = txmax;
7023 txmax = bus->tx_max;
7025 bus->tx_max = txmax;
10925 bus->tx_max = 4;