Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wan/
Dhdlc_cisco.c61 u32 rxseq; /* RX sequence number */ member
226 st->rxseq = ntohl(cisco_data->par1); in cisco_rx()
280 htonl(st->rxseq)); in cisco_timer()
298 st->up = st->txseq = st->rxseq = 0; in cisco_start()
Dhdlc_fr.c151 u8 rxseq; /* RX sequence number */ member
518 data[i++] = state(hdlc)->rxseq; in fr_lmi_send()
661 u8 rxseq, txseq; in fr_lmi_recv() local
735 state(hdlc)->rxseq = skb->data[i++]; /* TX sequence from peer */ in fr_lmi_recv()
736 rxseq = skb->data[i++]; /* Should confirm our sequence */ in fr_lmi_recv()
747 if (rxseq == 0 || rxseq != txseq) { /* Ask for full report next time */ in fr_lmi_recv()
1011 state(hdlc)->txseq = state(hdlc)->rxseq = 0; in fr_start()
/linux-2.6.39/drivers/staging/brcm80211/brcmfmac/
Ddhd_sdio.c3169 static u8 dhdsdio_rxglom(dhd_bus_t *bus, u8 rxseq) in dhdsdio_rxglom() argument
3260 totlen, rxseq)); in dhdsdio_rxglom()
3404 if (rxseq != seq) { in dhdsdio_rxglom()
3406 __func__, seq, rxseq)); in dhdsdio_rxglom()
3408 rxseq = seq; in dhdsdio_rxglom()
3486 for (num = 0; pfirst; rxseq++, pfirst = pnext) { in dhdsdio_rxglom()
3504 if (rxseq != seq) { in dhdsdio_rxglom()
3506 __func__, seq, rxseq)); in dhdsdio_rxglom()
3508 rxseq = seq; in dhdsdio_rxglom()
3586 u8 rxseq; /* Next sequence number to expect */ in dhdsdio_readframes() local
[all …]