Lines Matching refs:tx_seq
318 uint8 tx_seq; /* Transmit sequence number (next) */ 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)
2559 pkt_len = dhdsdio_txpkt_preprocess(bus, pkt, chan, bus->tx_seq + i, in dhdsdio_txpkt()
2603 bus->tx_seq = (bus->tx_seq + num_pkt) % SDPCM_SEQUENCE_WRAP; in dhdsdio_txpkt()
2781 if (*frame_seq != bus->tx_seq) { in dhdsdio_sendpendctl()
2784 __FUNCTION__, *frame_seq, bus->tx_seq)); in dhdsdio_sendpendctl()
2785 *frame_seq = bus->tx_seq; in dhdsdio_sendpendctl()
2792 bus->tx_seq = (bus->tx_seq + 1) % SDPCM_SEQUENCE_WRAP; in dhdsdio_sendpendctl()
2863 | bus->tx_seq in dhd_bus_txctl()
2879 | bus->tx_seq | ((doff << SDPCM_DOFFSET_SHIFT) & SDPCM_DOFFSET_MASK); in dhd_bus_txctl()
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()
5595 bus->tx_seq = bus->rx_seq = 0; in dhd_bus_stop()
6263 if ((uint8)(txmax - bus->tx_seq) > 0x70) { in dhdsdio_rxglom()
6265 __FUNCTION__, txmax, bus->tx_seq)); in dhdsdio_rxglom()
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));
7020 if ((uint8)(txmax - bus->tx_seq) > 0x70) {
7022 __FUNCTION__, txmax, bus->tx_seq));
8487 bus->tx_seq = SDPCM_SEQUENCE_WRAP - 1;
10844 ((dhd_bus_t*)bus)->tx_seq = (((dhd_bus_t*)bus)->tx_seq + 1) % SDPCM_SEQUENCE_WRAP;
10924 bus->tx_seq = bus->rx_seq = 0;