Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bluetooth/
Dl2cap_core.c2298 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()
3281 u16 frames_to_ack; in l2cap_ack_timeout() local
3287 frames_to_ack = __seq_offset(chan, chan->buffer_seq, in l2cap_ack_timeout()
3290 if (frames_to_ack) in l2cap_ack_timeout()