Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/
Dl2cap_core.c2075 u16 frames_to_ack = __seq_offset(chan, chan->buffer_seq, in l2cap_send_ack() local
2096 frames_to_ack = 0; in l2cap_send_ack()
2106 BT_DBG("frames_to_ack %u, threshold %d", frames_to_ack, in l2cap_send_ack()
2109 if (frames_to_ack >= threshold) { in l2cap_send_ack()
2114 frames_to_ack = 0; in l2cap_send_ack()
2117 if (frames_to_ack) in l2cap_send_ack()
3058 u16 frames_to_ack; in l2cap_ack_timeout() local
3064 frames_to_ack = __seq_offset(chan, chan->buffer_seq, in l2cap_ack_timeout()
3067 if (frames_to_ack) in l2cap_ack_timeout()