Searched refs:return_credits (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/net/bluetooth/
H A Dl2cap_core.c6658 u16 return_credits; l2cap_chan_le_send_credits() local
6666 return_credits = le_max_credits - chan->rx_credits; l2cap_chan_le_send_credits()
6668 BT_DBG("chan %p returning %u credits to sender", chan, return_credits); l2cap_chan_le_send_credits()
6670 chan->rx_credits += return_credits; l2cap_chan_le_send_credits()
6673 pkt.credits = cpu_to_le16(return_credits); l2cap_chan_le_send_credits()

Completed in 70 milliseconds