Searched refs:frames_to_ack (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | l2cap_core.c | 2298 u16 frames_to_ack = __seq_offset(chan, chan->buffer_seq, in l2cap_send_ack() local 2319 frames_to_ack = 0; in l2cap_send_ack() 2329 BT_DBG("frames_to_ack %u, threshold %d", frames_to_ack, in l2cap_send_ack() 2332 if (frames_to_ack >= threshold) { in l2cap_send_ack() 2337 frames_to_ack = 0; in l2cap_send_ack() 2340 if (frames_to_ack) in l2cap_send_ack() 3257 u16 frames_to_ack; in l2cap_ack_timeout() local 3263 frames_to_ack = __seq_offset(chan, chan->buffer_seq, in l2cap_ack_timeout() 3266 if (frames_to_ack) in l2cap_ack_timeout() [all...] |
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | l2cap_core.c | 2123 u16 frames_to_ack = __seq_offset(chan, chan->buffer_seq, in l2cap_send_ack() local 2144 frames_to_ack = 0; in l2cap_send_ack() 2154 BT_DBG("frames_to_ack %u, threshold %d", frames_to_ack, in l2cap_send_ack() 2157 if (frames_to_ack >= threshold) { in l2cap_send_ack() 2162 frames_to_ack = 0; in l2cap_send_ack() 2165 if (frames_to_ack) in l2cap_send_ack() 3081 u16 frames_to_ack; in l2cap_ack_timeout() local 3087 frames_to_ack = __seq_offset(chan, chan->buffer_seq, in l2cap_ack_timeout() 3090 if (frames_to_ack) in l2cap_ack_timeout() [all...] |
Completed in 11 milliseconds