Lines Matching refs:txmax
6046 uint8 txmax; in dhdsdio_rxglom() local
6228 txmax = SDPCM_WINDOW_VALUE(&dptr[SDPCM_FRAMETAG_LEN]); in dhdsdio_rxglom()
6263 if ((uint8)(txmax - bus->tx_seq) > 0x70) { in dhdsdio_rxglom()
6265 __FUNCTION__, txmax, bus->tx_seq)); in dhdsdio_rxglom()
6266 txmax = bus->tx_max; in dhdsdio_rxglom()
6268 bus->tx_max = txmax; in dhdsdio_rxglom()
6471 uint8 txmax; /* Maximum tx sequence offered */ local
6788 txmax = SDPCM_WINDOW_VALUE(&bus->rxhdr[SDPCM_FRAMETAG_LEN]);
6853 if ((uint8)(txmax - bus->tx_seq) > 0x70) {
6857 __FUNCTION__, txmax, bus->tx_seq));
6858 txmax = bus->tx_seq + 2;
6862 __FUNCTION__, txmax, bus->tx_seq));
6863 txmax = bus->tx_max;
6868 bus->tx_max = txmax;
6974 txmax = SDPCM_WINDOW_VALUE(&bus->rxhdr[SDPCM_FRAMETAG_LEN]);
7020 if ((uint8)(txmax - bus->tx_seq) > 0x70) {
7022 __FUNCTION__, txmax, bus->tx_seq));
7023 txmax = bus->tx_max;
7025 bus->tx_max = txmax;