Lines Matching refs:txmax
6352 uint8 txmax; in dhdsdio_rxglom() local
6534 txmax = SDPCM_WINDOW_VALUE(&dptr[SDPCM_FRAMETAG_LEN]); in dhdsdio_rxglom()
6569 if ((uint8)(txmax - bus->tx_seq) > 0x70) { in dhdsdio_rxglom()
6571 __FUNCTION__, txmax, bus->tx_seq)); in dhdsdio_rxglom()
6572 txmax = bus->tx_max; in dhdsdio_rxglom()
6574 bus->tx_max = txmax; in dhdsdio_rxglom()
6777 uint8 txmax; /* Maximum tx sequence offered */ in dhdsdio_readframes() local
7103 txmax = SDPCM_WINDOW_VALUE(&bus->rxhdr[SDPCM_FRAMETAG_LEN]); in dhdsdio_readframes()
7168 if ((uint8)(txmax - bus->tx_seq) > 0x70) { in dhdsdio_readframes()
7172 __FUNCTION__, txmax, bus->tx_seq)); in dhdsdio_readframes()
7173 txmax = bus->tx_seq + 2; in dhdsdio_readframes()
7177 __FUNCTION__, txmax, bus->tx_seq)); in dhdsdio_readframes()
7178 txmax = bus->tx_max; in dhdsdio_readframes()
7183 bus->tx_max = txmax; in dhdsdio_readframes()
7297 txmax = SDPCM_WINDOW_VALUE(&bus->rxhdr[SDPCM_FRAMETAG_LEN]); in dhdsdio_readframes()
7343 if ((uint8)(txmax - bus->tx_seq) > 0x70) { in dhdsdio_readframes()
7345 __FUNCTION__, txmax, bus->tx_seq)); in dhdsdio_readframes()
7346 txmax = bus->tx_max; in dhdsdio_readframes()
7348 bus->tx_max = txmax; in dhdsdio_readframes()