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

/linux-master/net/bluetooth/
H A Dl2cap_core.c2150 u16 frames_to_ack = __seq_offset(chan, chan->buffer_seq,
3114 frames_to_ack = __seq_offset(chan, chan->buffer_seq,
5880 if (__seq_offset(chan, txseq, chan->last_acked_seq) >=
5911 if (__seq_offset(chan, txseq, chan->last_acked_seq) >=
5921 if (__seq_offset(chan, txseq, chan->last_acked_seq) <
5922 __seq_offset(chan, chan->expected_tx_seq, chan->last_acked_seq)) {
5927 if (__seq_offset(chan, txseq, chan->last_acked_seq) >= chan->tx_win) {
6340 unacked = __seq_offset(chan, chan->next_tx_seq, chan->expected_ack_seq);
6341 return __seq_offset(chan, chan->next_tx_seq, reqseq) <= unacked;
/linux-master/include/net/bluetooth/
H A Dl2cap.h871 static inline int __seq_offset(struct l2cap_chan *chan, __u16 seq1, __u16 seq2) function

Completed in 238 milliseconds