Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bluetooth/
H A Dl2cap_core.c7521 u16 return_credits; in l2cap_chan_le_send_credits() local
7523 return_credits = (chan->imtu / chan->mps) + 1; in l2cap_chan_le_send_credits()
7525 if (chan->rx_credits >= return_credits) in l2cap_chan_le_send_credits()
7528 return_credits -= chan->rx_credits; in l2cap_chan_le_send_credits()
7530 BT_DBG("chan %p returning %u credits to sender", chan, return_credits); in l2cap_chan_le_send_credits()
7532 chan->rx_credits += return_credits; in l2cap_chan_le_send_credits()
7535 pkt.credits = cpu_to_le16(return_credits); in l2cap_chan_le_send_credits()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dl2cap_core.c6515 u16 return_credits; in l2cap_chan_le_send_credits() local
6517 return_credits = (chan->imtu / chan->mps) + 1; in l2cap_chan_le_send_credits()
6519 if (chan->rx_credits >= return_credits) in l2cap_chan_le_send_credits()
6522 return_credits -= chan->rx_credits; in l2cap_chan_le_send_credits()
6524 BT_DBG("chan %p returning %u credits to sender", chan, return_credits); in l2cap_chan_le_send_credits()
6526 chan->rx_credits += return_credits; in l2cap_chan_le_send_credits()
6529 pkt.credits = cpu_to_le16(return_credits); in l2cap_chan_le_send_credits()

Completed in 16 milliseconds