Lines Matching refs:tx_max
313 uint8 tx_max; /* Maximum transmit sequence allowed */ member
653 return (((uint8)(bus->tx_max - bus->tx_seq) - bus->dhd->conf->tx_max_offset > 1) && \ in dhdsdio_is_dataok()
654 (((uint8)(bus->tx_max - bus->tx_seq) & 0x80) == 0)); in dhdsdio_is_dataok()
659 return ((uint8)(bus->tx_max - bus->tx_seq) - 1 - bus->dhd->conf->tx_max_offset); in dhdsdio_get_databufcnt()
668 (((uint8)(bus->tx_max - bus->tx_seq) > 1) && \
669 (((uint8)(bus->tx_max - bus->tx_seq) & 0x80) == 0))
674 (((uint8)(bus->tx_max - bus->tx_seq) != 0) && \
675 (((uint8)(bus->tx_max - bus->tx_seq) & 0x80) == 0))
682 ((uint8)(bus->tx_max - bus->tx_seq) - 1)
3180 __FUNCTION__, bus->tx_max, bus->tx_seq)); in dhd_bus_txctl()
3213 __FUNCTION__, bus->tx_max, bus->tx_seq, bus->clkstate)); in dhd_bus_txctl()
3602 bus->fcstate, pktq_n_pkts_tot(&bus->txq), bus->tx_seq, bus->tx_max, bus->rxskip, in dhd_bus_dump()
3911 bus->tx_max = bus->tx_seq + 4; in dhdsdio_txseq_sync()
5848 bus->tx_max = 4; in dhd_bus_stop()
6572 txmax = bus->tx_max; in dhdsdio_rxglom()
6574 bus->tx_max = txmax; in dhdsdio_rxglom()
7178 txmax = bus->tx_max; in dhdsdio_readframes()
7183 bus->tx_max = txmax; in dhdsdio_readframes()
7346 txmax = bus->tx_max; in dhdsdio_readframes()
7348 bus->tx_max = txmax; in dhdsdio_readframes()
8000 if (bus->tx_max != rxlim) { in dhdsdio_dpc()
8002 bus->tx_max, rxlim)); in dhdsdio_dpc()
8003 bus->tx_max = rxlim; in dhdsdio_dpc()
8909 __FUNCTION__, bus->tx_max, bus->tx_seq, pktq_n_pkts_tot(&bus->txq))); in dhd_bus_console_in()
9000 __FUNCTION__, bus->cons_cmd, bus->tx_max, bus->tx_seq, pktq_n_pkts_tot(&bus->txq))); in dhd_bus_txcons()
9007 __FUNCTION__, bus->cons_cmd, bus->tx_max, bus->tx_seq, pktq_n_pkts_tot(&bus->txq))); in dhd_bus_txcons()