__next_seq       1905 net/bluetooth/l2cap_core.c 		chan->next_tx_seq = __next_seq(chan, chan->next_tx_seq);
__next_seq       1960 net/bluetooth/l2cap_core.c 		chan->next_tx_seq = __next_seq(chan, chan->next_tx_seq);
__next_seq       2615 net/bluetooth/l2cap_core.c 	     seq = __next_seq(chan, seq)) {
__next_seq       2623 net/bluetooth/l2cap_core.c 	chan->expected_tx_seq = __next_seq(chan, txseq);
__next_seq       2682 net/bluetooth/l2cap_core.c 	     ackseq = __next_seq(chan, ackseq)) {
__next_seq       6026 net/bluetooth/l2cap_core.c 		chan->buffer_seq = __next_seq(chan, chan->buffer_seq);
__next_seq       6243 net/bluetooth/l2cap_core.c 			chan->expected_tx_seq = __next_seq(chan,
__next_seq       6377 net/bluetooth/l2cap_core.c 			chan->expected_tx_seq = __next_seq(chan, txseq);
__next_seq       6645 net/bluetooth/l2cap_core.c 		       __next_seq(chan, chan->buffer_seq));
__next_seq       6647 net/bluetooth/l2cap_core.c 		chan->buffer_seq = __next_seq(chan, chan->buffer_seq);
__next_seq       6665 net/bluetooth/l2cap_core.c 	chan->expected_tx_seq = __next_seq(chan, control->txseq);