Searched refs:__next_seq (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/net/bluetooth/ |
D | l2cap_core.c | 1866 chan->next_tx_seq = __next_seq(chan, chan->next_tx_seq); in l2cap_streaming_send() 1921 chan->next_tx_seq = __next_seq(chan, chan->next_tx_seq); in l2cap_ertm_send() 2566 seq = __next_seq(chan, seq)) { in l2cap_send_srej() 2574 chan->expected_tx_seq = __next_seq(chan, txseq); in l2cap_send_srej() 2633 ackseq = __next_seq(chan, ackseq)) { in l2cap_process_reqseq() 5920 chan->buffer_seq = __next_seq(chan, chan->buffer_seq); in l2cap_rx_queued_iframes() 6137 chan->expected_tx_seq = __next_seq(chan, in l2cap_rx_state_recv() 6271 chan->expected_tx_seq = __next_seq(chan, txseq); in l2cap_rx_state_srej_sent() 6541 __next_seq(chan, chan->buffer_seq)); in l2cap_stream_rx() 6543 chan->buffer_seq = __next_seq(chan, chan->buffer_seq); in l2cap_stream_rx() [all …]
|
/linux-4.1.27/include/net/bluetooth/ |
D | l2cap.h | 845 static inline __u16 __next_seq(struct l2cap_chan *chan, __u16 seq) in __next_seq() function
|