Lines Matching refs:tx_seq
446 u8 tx_seq; /* Transmit sequence number (next) */ member
743 return (u8)(bus->tx_max - bus->tx_seq) != 0 && in data_ok()
744 ((u8)(bus->tx_max - bus->tx_seq) & 0x80) == 0; in data_ok()
1500 if ((u8)(tx_seq_max - bus->tx_seq) > 0x40) { in brcmf_sdio_hdparse()
1502 tx_seq_max = bus->tx_seq + 2; in brcmf_sdio_hdparse()
2230 txseq = bus->tx_seq; in brcmf_sdio_txpkt_prep()
2355 bus->tx_seq = (bus->tx_seq + pktq->qlen) % SDPCM_SEQ_WRAP; in brcmf_sdio_txpkt()
2380 pkt_num = min_t(u8, bus->tx_max - bus->tx_seq, in brcmf_sdio_sendfromq()
2463 hd_info.seq_num = bus->tx_seq; in brcmf_sdio_tx_ctrlframe()
2483 bus->tx_seq = (bus->tx_seq + 1) % SDPCM_SEQ_WRAP; in brcmf_sdio_tx_ctrlframe()
2552 bus->tx_seq = bus->rx_seq = 0; in brcmf_sdio_bus_stop()
4159 bus->tx_seq = SDPCM_SEQ_WRAP - 1; in brcmf_sdio_probe()