expected_tx_seq   559 include/net/bluetooth/l2cap.h 	__u16		expected_tx_seq;
expected_tx_seq  1227 net/bluetooth/l2cap_core.c 	chan->expected_tx_seq = chan->buffer_seq;
expected_tx_seq  2614 net/bluetooth/l2cap_core.c 	for (seq = chan->expected_tx_seq; seq != txseq;
expected_tx_seq  2623 net/bluetooth/l2cap_core.c 	chan->expected_tx_seq = __next_seq(chan, txseq);
expected_tx_seq  2704 net/bluetooth/l2cap_core.c 	chan->expected_tx_seq = chan->buffer_seq;
expected_tx_seq  3111 net/bluetooth/l2cap_core.c 	chan->expected_tx_seq = 0;
expected_tx_seq  6140 net/bluetooth/l2cap_core.c 	       chan->expected_tx_seq);
expected_tx_seq  6173 net/bluetooth/l2cap_core.c 	if (chan->expected_tx_seq == txseq) {
expected_tx_seq  6185 net/bluetooth/l2cap_core.c 	    __seq_offset(chan, chan->expected_tx_seq, chan->last_acked_seq)) {
expected_tx_seq  6243 net/bluetooth/l2cap_core.c 			chan->expected_tx_seq = __next_seq(chan,
expected_tx_seq  6246 net/bluetooth/l2cap_core.c 			chan->buffer_seq = chan->expected_tx_seq;
expected_tx_seq  6377 net/bluetooth/l2cap_core.c 			chan->expected_tx_seq = __next_seq(chan, txseq);
expected_tx_seq  6665 net/bluetooth/l2cap_core.c 	chan->expected_tx_seq = __next_seq(chan, control->txseq);