Searched refs:__next_seq (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/bluetooth/
H A Dl2cap_core.c1954 chan->next_tx_seq = __next_seq(chan, chan->next_tx_seq);
2006 chan->next_tx_seq = __next_seq(chan, chan->next_tx_seq);
2634 seq = __next_seq(chan, seq)) {
2642 chan->expected_tx_seq = __next_seq(chan, txseq);
2701 ackseq = __next_seq(chan, ackseq)) {
5763 chan->buffer_seq = __next_seq(chan, chan->buffer_seq);
5981 chan->expected_tx_seq = __next_seq(chan,
6132 chan->expected_tx_seq = __next_seq(chan, txseq);
6408 __next_seq(chan, chan->buffer_seq));
6410 chan->buffer_seq = __next_seq(cha
[all...]
/linux-master/include/net/bluetooth/
H A Dl2cap.h879 static inline __u16 __next_seq(struct l2cap_chan *chan, __u16 seq) function

Completed in 172 milliseconds