rx_credits        225 drivers/target/iscsi/cxgbit/cxgbit.h 	u32 rx_credits;
rx_credits       1069 drivers/target/iscsi/cxgbit/cxgbit_cm.c 		      RX_CREDITS_V(csk->rx_credits);
rx_credits       1074 drivers/target/iscsi/cxgbit/cxgbit_cm.c 	csk->rx_credits = 0;
rx_credits       1635 drivers/target/iscsi/cxgbit/cxgbit_cm.c 		csk->rx_credits = (csk->rcv_win - (RCV_BUFSIZ_M << 10));
rx_credits       1554 drivers/target/iscsi/cxgbit/cxgbit_target.c 	csk->rx_credits += lro_cb->pdu_totallen;
rx_credits       1556 drivers/target/iscsi/cxgbit/cxgbit_target.c 	if (csk->rx_credits >= (csk->rcv_win / 4))
rx_credits        542 include/net/bluetooth/l2cap.h 	__u16		rx_credits;
rx_credits        193 include/net/bluetooth/rfcomm.h 	uint          rx_credits;
rx_credits         29 include/net/phonet/pep.h 	u8			rx_credits;
rx_credits        530 net/bluetooth/l2cap_core.c 	chan->rx_credits = (chan->imtu / chan->mps) + 1;
rx_credits        700 net/bluetooth/l2cap_core.c 	rsp.credits = cpu_to_le16(chan->rx_credits);
rx_credits       1298 net/bluetooth/l2cap_core.c 	req.credits = cpu_to_le16(chan->rx_credits);
rx_credits       3719 net/bluetooth/l2cap_core.c 	rsp.credits = cpu_to_le16(chan->rx_credits);
rx_credits       5576 net/bluetooth/l2cap_core.c 	credits = chan->rx_credits;
rx_credits       6768 net/bluetooth/l2cap_core.c 	return_credits = ((chan->imtu / chan->mps) + 1) - chan->rx_credits;
rx_credits       6775 net/bluetooth/l2cap_core.c 	chan->rx_credits += return_credits;
rx_credits       6804 net/bluetooth/l2cap_core.c 	if (!chan->rx_credits) {
rx_credits       6815 net/bluetooth/l2cap_core.c 	chan->rx_credits--;
rx_credits       6816 net/bluetooth/l2cap_core.c 	BT_DBG("rx_credits %u -> %u", chan->rx_credits + 1, chan->rx_credits);
rx_credits       6821 net/bluetooth/l2cap_core.c 	if (!chan->rx_credits)
rx_credits       1539 net/bluetooth/l2cap_sock.c 		chan->rx_credits = pchan->rx_credits;
rx_credits        300 net/bluetooth/rfcomm/core.c 	d->rx_credits = RFCOMM_DEFAULT_CREDITS;
rx_credits       1690 net/bluetooth/rfcomm/core.c 		d->rx_credits--;
rx_credits       1797 net/bluetooth/rfcomm/core.c 			d, d->state, d->cfc, d->rx_credits, d->tx_credits);
rx_credits       1807 net/bluetooth/rfcomm/core.c 				d->rx_credits <= (d->cfc >> 2)) {
rx_credits       1808 net/bluetooth/rfcomm/core.c 			rfcomm_send_credits(d->session, d->addr, d->cfc - d->rx_credits);
rx_credits       1809 net/bluetooth/rfcomm/core.c 			d->rx_credits = d->cfc;
rx_credits       2161 net/bluetooth/rfcomm/core.c 				   d->rx_credits, d->tx_credits);
rx_credits        239 net/phonet/pep.c 			pn->rx_credits = 1;
rx_credits        242 net/phonet/pep.c 		if ((pn->rx_credits + CREDITS_THR) > CREDITS_MAX)
rx_credits        245 net/phonet/pep.c 					CREDITS_MAX - pn->rx_credits,
rx_credits        247 net/phonet/pep.c 			pn->rx_credits = CREDITS_MAX;
rx_credits        399 net/phonet/pep.c 		if (pn->rx_credits == 0) {
rx_credits        404 net/phonet/pep.c 		pn->rx_credits--;
rx_credits        438 net/phonet/pep.c 		pn->rx_credits = 0;
rx_credits        569 net/phonet/pep.c 		if (pn->rx_credits == 0) {
rx_credits        574 net/phonet/pep.c 		pn->rx_credits--;
rx_credits        864 net/phonet/pep.c 	newpn->rx_credits = 0;
rx_credits        970 net/phonet/pep.c 	pn->rx_credits = 0;