Searched refs:__next_seq (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/net/bluetooth/ |
D | l2cap_core.c | 1954 chan->next_tx_seq = __next_seq(chan, chan->next_tx_seq); in l2cap_streaming_send() 2006 chan->next_tx_seq = __next_seq(chan, chan->next_tx_seq); in l2cap_ertm_send() 2634 seq = __next_seq(chan, seq)) { in l2cap_send_srej() 2642 chan->expected_tx_seq = __next_seq(chan, txseq); in l2cap_send_srej() 2701 ackseq = __next_seq(chan, ackseq)) { in l2cap_process_reqseq() 5749 chan->buffer_seq = __next_seq(chan, chan->buffer_seq); in l2cap_rx_queued_iframes() 5967 chan->expected_tx_seq = __next_seq(chan, in l2cap_rx_state_recv() 6118 chan->expected_tx_seq = __next_seq(chan, txseq); in l2cap_rx_state_srej_sent() 6394 __next_seq(chan, chan->buffer_seq)); in l2cap_stream_rx() 6396 chan->buffer_seq = __next_seq(chan, chan->buffer_seq); in l2cap_stream_rx() [all …]
|
/linux-6.12.1/include/net/bluetooth/ |
D | l2cap.h | 879 static inline __u16 __next_seq(struct l2cap_chan *chan, __u16 seq) in __next_seq() function
|