Home
last modified time | relevance | path

Searched refs:txseq (Results 1 – 3 of 3) sorted by relevance

/drivers/net/wan/
Dhdlc_cisco.c55 u32 txseq; /* TX sequence number, 0 = none */ member
211 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()
Dhdlc_fr.c145 u8 txseq; /* TX sequence number */ member
498 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() local
714 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()
/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dsdio.c2194 u8 txseq; in brcmf_sdio_txpkt_prep() local
2198 txseq = bus->tx_seq; in brcmf_sdio_txpkt_prep()
2232 hd_info.seq_num = txseq++; in brcmf_sdio_txpkt_prep()