Home
last modified time | relevance | path

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

/linux-3.4.99/net/bluetooth/
Dl2cap_core.c3972 int num_to_ack = (chan->tx_win/6) + 1; in l2cap_data_channel_iframe() local
4098 chan->num_acked = (chan->num_acked + 1) % num_to_ack; in l2cap_data_channel_iframe()
4099 if (chan->num_acked == num_to_ack - 1) in l2cap_data_channel_iframe()