Home
last modified time | relevance | path

Searched refs:__next_seq (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/bluetooth/
Dl2cap_core.c2096 chan->next_tx_seq = __next_seq(chan, chan->next_tx_seq); in l2cap_streaming_send()
2151 chan->next_tx_seq = __next_seq(chan, chan->next_tx_seq); in l2cap_ertm_send()
2807 seq = __next_seq(chan, seq)) { in l2cap_send_srej()
2815 chan->expected_tx_seq = __next_seq(chan, txseq); in l2cap_send_srej()
2874 ackseq = __next_seq(chan, ackseq)) { in l2cap_process_reqseq()
6705 chan->buffer_seq = __next_seq(chan, chan->buffer_seq); in l2cap_rx_queued_iframes()
6923 chan->expected_tx_seq = __next_seq(chan, in l2cap_rx_state_recv()
7074 chan->expected_tx_seq = __next_seq(chan, txseq); in l2cap_rx_state_srej_sent()
7358 __next_seq(chan, chan->buffer_seq)); in l2cap_stream_rx()
7360 chan->buffer_seq = __next_seq(chan, chan->buffer_seq); in l2cap_stream_rx()
[all …]
/kernel/linux/linux-5.10/include/net/bluetooth/
Dl2cap.h905 static inline __u16 __next_seq(struct l2cap_chan *chan, __u16 seq) in __next_seq() function