txseq              58 drivers/net/wan/hdlc_cisco.c 	u32 txseq; /* TX sequence number, 0 = none */
txseq             222 drivers/net/wan/hdlc_cisco.c 			if (ack && (ack == st->txseq ||
txseq             224 drivers/net/wan/hdlc_cisco.c 				    ack == st->txseq - 1)) {
txseq             270 drivers/net/wan/hdlc_cisco.c 	cisco_keepalive_send(dev, CISCO_KEEPALIVE_REQ, htonl(++st->txseq),
txseq             287 drivers/net/wan/hdlc_cisco.c 	st->up = st->txseq = st->rxseq = 0;
txseq             308 drivers/net/wan/hdlc_cisco.c 	st->up = st->txseq = 0;
txseq             148 drivers/net/wan/hdlc_fr.c 	u8 txseq; /* TX sequence number */
txseq             512 drivers/net/wan/hdlc_fr.c 	data[i++] = state(hdlc)->txseq =
txseq             513 drivers/net/wan/hdlc_fr.c 		fr_lmi_nextseq(state(hdlc)->txseq);
txseq             654 drivers/net/wan/hdlc_fr.c 	u8 rxseq, txseq;
txseq             730 drivers/net/wan/hdlc_fr.c 	txseq = state(hdlc)->txseq;
txseq             739 drivers/net/wan/hdlc_fr.c 	if (rxseq == 0 || rxseq != txseq) { /* Ask for full report next time */
txseq            1001 drivers/net/wan/hdlc_fr.c 		state(hdlc)->txseq = state(hdlc)->rxseq = 0;
txseq            2156 drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c 	u8 txseq;
txseq            2160 drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c 	txseq = bus->tx_seq;
txseq            2194 drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c 		hd_info.seq_num = txseq++;
txseq             293 include/net/bluetooth/bluetooth.h 	u16	txseq;
txseq             311 net/bluetooth/l2cap_core.c 		if (bt_cb(skb)->l2cap.txseq == seq)
txseq             934 net/bluetooth/l2cap_core.c 		control->txseq = 0;
txseq             939 net/bluetooth/l2cap_core.c 		control->txseq = (enh & L2CAP_CTRL_TXSEQ) >> L2CAP_CTRL_TXSEQ_SHIFT;
txseq             958 net/bluetooth/l2cap_core.c 		control->txseq = 0;
txseq             963 net/bluetooth/l2cap_core.c 		control->txseq = (ext & L2CAP_EXT_CTRL_TXSEQ) >> L2CAP_EXT_CTRL_TXSEQ_SHIFT;
txseq             997 net/bluetooth/l2cap_core.c 		packed |= control->txseq << L2CAP_EXT_CTRL_TXSEQ_SHIFT;
txseq            1016 net/bluetooth/l2cap_core.c 		packed |= control->txseq << L2CAP_CTRL_TXSEQ_SHIFT;
txseq            1892 net/bluetooth/l2cap_core.c 		control->txseq = chan->next_tx_seq;
txseq            1903 net/bluetooth/l2cap_core.c 		BT_DBG("Sent txseq %u", control->txseq);
txseq            1941 net/bluetooth/l2cap_core.c 		control->txseq = chan->next_tx_seq;
txseq            1971 net/bluetooth/l2cap_core.c 		BT_DBG("Sent txseq %u", control->txseq);
txseq            2055 net/bluetooth/l2cap_core.c 		BT_DBG("Resent txseq %d", control.txseq);
txseq            2087 net/bluetooth/l2cap_core.c 			if (bt_cb(skb)->l2cap.txseq == control->reqseq ||
txseq            2097 net/bluetooth/l2cap_core.c 					      bt_cb(skb)->l2cap.txseq);
txseq            2603 net/bluetooth/l2cap_core.c static void l2cap_send_srej(struct l2cap_chan *chan, u16 txseq)
txseq            2608 net/bluetooth/l2cap_core.c 	BT_DBG("chan %p, txseq %u", chan, txseq);
txseq            2614 net/bluetooth/l2cap_core.c 	for (seq = chan->expected_tx_seq; seq != txseq;
txseq            2623 net/bluetooth/l2cap_core.c 	chan->expected_tx_seq = __next_seq(chan, txseq);
txseq            2642 net/bluetooth/l2cap_core.c static void l2cap_send_srej_list(struct l2cap_chan *chan, u16 txseq)
txseq            2648 net/bluetooth/l2cap_core.c 	BT_DBG("chan %p, txseq %u", chan, txseq);
txseq            2659 net/bluetooth/l2cap_core.c 		if (seq == txseq || seq == L2CAP_SEQ_LIST_CLEAR)
txseq            6135 net/bluetooth/l2cap_core.c static u8 l2cap_classify_txseq(struct l2cap_chan *chan, u16 txseq)
txseq            6137 net/bluetooth/l2cap_core.c 	BT_DBG("chan %p, txseq %d", chan, txseq);
txseq            6143 net/bluetooth/l2cap_core.c 		if (__seq_offset(chan, txseq, chan->last_acked_seq) >=
txseq            6157 net/bluetooth/l2cap_core.c 		if (chan->srej_list.head == txseq) {
txseq            6162 net/bluetooth/l2cap_core.c 		if (l2cap_ertm_seq_in_queue(&chan->srej_q, txseq)) {
txseq            6167 net/bluetooth/l2cap_core.c 		if (l2cap_seq_list_contains(&chan->srej_list, txseq)) {
txseq            6173 net/bluetooth/l2cap_core.c 	if (chan->expected_tx_seq == txseq) {
txseq            6174 net/bluetooth/l2cap_core.c 		if (__seq_offset(chan, txseq, chan->last_acked_seq) >=
txseq            6184 net/bluetooth/l2cap_core.c 	if (__seq_offset(chan, txseq, chan->last_acked_seq) <
txseq            6190 net/bluetooth/l2cap_core.c 	if (__seq_offset(chan, txseq, chan->last_acked_seq) >= chan->tx_win) {
txseq            6233 net/bluetooth/l2cap_core.c 		switch (l2cap_classify_txseq(chan, control->txseq)) {
txseq            6239 net/bluetooth/l2cap_core.c 				       control->txseq);
txseq            6244 net/bluetooth/l2cap_core.c 							   control->txseq);
txseq            6274 net/bluetooth/l2cap_core.c 				       control->txseq);
txseq            6289 net/bluetooth/l2cap_core.c 			l2cap_send_srej(chan, control->txseq);
txseq            6360 net/bluetooth/l2cap_core.c 	u16 txseq = control->txseq;
txseq            6368 net/bluetooth/l2cap_core.c 		switch (l2cap_classify_txseq(chan, txseq)) {
txseq            6377 net/bluetooth/l2cap_core.c 			chan->expected_tx_seq = __next_seq(chan, txseq);
txseq            6404 net/bluetooth/l2cap_core.c 			l2cap_send_srej(chan, control->txseq);
txseq            6418 net/bluetooth/l2cap_core.c 			l2cap_send_srej_list(chan, control->txseq);
txseq            6640 net/bluetooth/l2cap_core.c 	if (l2cap_classify_txseq(chan, control->txseq) ==
txseq            6664 net/bluetooth/l2cap_core.c 	chan->last_acked_seq = control->txseq;
txseq            6665 net/bluetooth/l2cap_core.c 	chan->expected_tx_seq = __next_seq(chan, control->txseq);
txseq            6708 net/bluetooth/l2cap_core.c 		       control->txseq);