Searched refs:__next_seq (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/net/bluetooth/ |
D | l2cap_core.c | 1862 chan->next_tx_seq = __next_seq(chan, chan->next_tx_seq); in l2cap_streaming_send() 1917 chan->next_tx_seq = __next_seq(chan, chan->next_tx_seq); in l2cap_ertm_send() 2562 seq = __next_seq(chan, seq)) { in l2cap_send_srej() 2570 chan->expected_tx_seq = __next_seq(chan, txseq); in l2cap_send_srej() 2629 ackseq = __next_seq(chan, ackseq)) { in l2cap_process_reqseq() 5930 chan->buffer_seq = __next_seq(chan, chan->buffer_seq); in l2cap_rx_queued_iframes() 6147 chan->expected_tx_seq = __next_seq(chan, in l2cap_rx_state_recv() 6281 chan->expected_tx_seq = __next_seq(chan, txseq); in l2cap_rx_state_srej_sent() 6551 __next_seq(chan, chan->buffer_seq)); in l2cap_stream_rx() 6553 chan->buffer_seq = __next_seq(chan, chan->buffer_seq); in l2cap_stream_rx() [all …]
|
/linux-4.4.14/include/net/bluetooth/ |
D | l2cap.h | 849 static inline __u16 __next_seq(struct l2cap_chan *chan, __u16 seq) in __next_seq() function
|