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

/linux-4.1.27/net/bluetooth/
H A Dl2cap_core.c2068 u16 frames_to_ack = __seq_offset(chan, chan->buffer_seq, l2cap_send_ack()
3044 frames_to_ack = __seq_offset(chan, chan->buffer_seq, l2cap_ack_timeout()
6037 if (__seq_offset(chan, txseq, chan->last_acked_seq) >= l2cap_classify_txseq()
6068 if (__seq_offset(chan, txseq, chan->last_acked_seq) >= l2cap_classify_txseq()
6078 if (__seq_offset(chan, txseq, chan->last_acked_seq) < l2cap_classify_txseq()
6079 __seq_offset(chan, chan->expected_tx_seq, chan->last_acked_seq)) { l2cap_classify_txseq()
6084 if (__seq_offset(chan, txseq, chan->last_acked_seq) >= chan->tx_win) { l2cap_classify_txseq()
6487 unacked = __seq_offset(chan, chan->next_tx_seq, chan->expected_ack_seq); __valid_reqseq()
6488 return __seq_offset(chan, chan->next_tx_seq, reqseq) <= unacked; __valid_reqseq()
/linux-4.1.27/include/net/bluetooth/
H A Dl2cap.h837 static inline int __seq_offset(struct l2cap_chan *chan, __u16 seq1, __u16 seq2) __seq_offset() function

Completed in 124 milliseconds