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

/linux-master/net/bluetooth/
H A Dl2cap_core.c1930 chan->next_tx_seq = __next_seq(chan, chan->next_tx_seq);
1982 chan->next_tx_seq = __next_seq(chan, chan->next_tx_seq);
2610 seq = __next_seq(chan, seq)) {
2618 chan->expected_tx_seq = __next_seq(chan, txseq);
2677 ackseq = __next_seq(chan, ackseq)) {
5749 chan->buffer_seq = __next_seq(chan, chan->buffer_seq);
5967 chan->expected_tx_seq = __next_seq(chan,
6118 chan->expected_tx_seq = __next_seq(chan, txseq);
6394 __next_seq(chan, chan->buffer_seq));
6396 chan->buffer_seq = __next_seq(cha
[all...]
/linux-master/include/net/bluetooth/
H A Dl2cap.h865 static inline __u16 __next_seq(struct l2cap_chan *chan, __u16 seq) function

Completed in 195 milliseconds