Searched refs:txseq (Results 1 – 3 of 3) sorted by relevance
55 u32 txseq; /* TX sequence number, 0 = none */ member211 if (ack && (ack == st->txseq || in cisco_rx()213 ack == st->txseq - 1)) { in cisco_rx()258 cisco_keepalive_send(dev, CISCO_KEEPALIVE_REQ, htonl(++st->txseq), in cisco_timer()273 st->up = st->txseq = st->rxseq = 0; in cisco_start()292 st->up = st->txseq = 0; in cisco_stop()
145 u8 txseq; /* TX sequence number */ member498 data[i++] = state(hdlc)->txseq = in fr_lmi_send()499 fr_lmi_nextseq(state(hdlc)->txseq); in fr_lmi_send()637 u8 rxseq, txseq; in fr_lmi_recv() local714 txseq = state(hdlc)->txseq; in fr_lmi_recv()723 if (rxseq == 0 || rxseq != txseq) { /* Ask for full report next time */ in fr_lmi_recv()1009 state(hdlc)->txseq = state(hdlc)->rxseq = 0; in fr_start()
2194 u8 txseq; in brcmf_sdio_txpkt_prep() local2198 txseq = bus->tx_seq; in brcmf_sdio_txpkt_prep()2232 hd_info.seq_num = txseq++; in brcmf_sdio_txpkt_prep()