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

/linux-master/net/bluetooth/
H A Dl2cap_core.c2126 u16 frames_to_ack = __seq_offset(chan, chan->buffer_seq,
3090 frames_to_ack = __seq_offset(chan, chan->buffer_seq,
5866 if (__seq_offset(chan, txseq, chan->last_acked_seq) >=
5897 if (__seq_offset(chan, txseq, chan->last_acked_seq) >=
5907 if (__seq_offset(chan, txseq, chan->last_acked_seq) <
5908 __seq_offset(chan, chan->expected_tx_seq, chan->last_acked_seq)) {
5913 if (__seq_offset(chan, txseq, chan->last_acked_seq) >= chan->tx_win) {
6326 unacked = __seq_offset(chan, chan->next_tx_seq, chan->expected_ack_seq);
6327 return __seq_offset(chan, chan->next_tx_seq, reqseq) <= unacked;
/linux-master/include/net/bluetooth/
H A Dl2cap.h857 static inline int __seq_offset(struct l2cap_chan *chan, __u16 seq1, __u16 seq2) function

Completed in 269 milliseconds