return_credits 6766 net/bluetooth/l2cap_core.c u16 return_credits; return_credits 6768 net/bluetooth/l2cap_core.c return_credits = ((chan->imtu / chan->mps) + 1) - chan->rx_credits; return_credits 6770 net/bluetooth/l2cap_core.c if (!return_credits) return_credits 6773 net/bluetooth/l2cap_core.c BT_DBG("chan %p returning %u credits to sender", chan, return_credits); return_credits 6775 net/bluetooth/l2cap_core.c chan->rx_credits += return_credits; return_credits 6778 net/bluetooth/l2cap_core.c pkt.credits = cpu_to_le16(return_credits);