credit_alloc      540 drivers/net/wireless/ath/ath6kl/htc.h 	u8 credit_alloc;
credit_alloc      574 drivers/net/wireless/ath/ath6kl/htc_pipe.c 		entry->credit_alloc = (credits - 6);
credit_alloc      575 drivers/net/wireless/ath/ath6kl/htc_pipe.c 		if (entry->credit_alloc == 0)
credit_alloc      576 drivers/net/wireless/ath/ath6kl/htc_pipe.c 			entry->credit_alloc++;
credit_alloc      578 drivers/net/wireless/ath/ath6kl/htc_pipe.c 		credits -= (int) entry->credit_alloc;
credit_alloc      584 drivers/net/wireless/ath/ath6kl/htc_pipe.c 		entry->credit_alloc = credit_per_maxmsg;
credit_alloc      585 drivers/net/wireless/ath/ath6kl/htc_pipe.c 		credits -= (int) entry->credit_alloc;
credit_alloc      593 drivers/net/wireless/ath/ath6kl/htc_pipe.c 		entry->credit_alloc = (u8) credits;
credit_alloc      598 drivers/net/wireless/ath/ath6kl/htc_pipe.c 		entry->credit_alloc = credits / 4;
credit_alloc      599 drivers/net/wireless/ath/ath6kl/htc_pipe.c 		if (entry->credit_alloc == 0)
credit_alloc      600 drivers/net/wireless/ath/ath6kl/htc_pipe.c 			entry->credit_alloc++;
credit_alloc      602 drivers/net/wireless/ath/ath6kl/htc_pipe.c 		credits -= (int) entry->credit_alloc;
credit_alloc      608 drivers/net/wireless/ath/ath6kl/htc_pipe.c 		entry->credit_alloc = credits / 4;
credit_alloc      609 drivers/net/wireless/ath/ath6kl/htc_pipe.c 		if (entry->credit_alloc == 0)
credit_alloc      610 drivers/net/wireless/ath/ath6kl/htc_pipe.c 			entry->credit_alloc++;
credit_alloc      612 drivers/net/wireless/ath/ath6kl/htc_pipe.c 		credits -= (int) entry->credit_alloc;
credit_alloc      618 drivers/net/wireless/ath/ath6kl/htc_pipe.c 		entry->credit_alloc = credit_per_maxmsg;
credit_alloc      619 drivers/net/wireless/ath/ath6kl/htc_pipe.c 		credits -= (int) entry->credit_alloc;
credit_alloc      625 drivers/net/wireless/ath/ath6kl/htc_pipe.c 		entry->credit_alloc = credit_per_maxmsg;
credit_alloc      626 drivers/net/wireless/ath/ath6kl/htc_pipe.c 		credits -= (int) entry->credit_alloc;
credit_alloc      633 drivers/net/wireless/ath/ath6kl/htc_pipe.c 		entry->credit_alloc = (u8) credits;
credit_alloc      646 drivers/net/wireless/ath/ath6kl/htc_pipe.c 					   credit_alloc);
credit_alloc     1206 drivers/net/wireless/ath/ath6kl/htc_pipe.c 				target->pipe.txcredit_alloc[i].credit_alloc;
credit_alloc      496 net/rds/ib_send.c 	u32 credit_alloc = 0;
credit_alloc      532 net/rds/ib_send.c 		credit_alloc = rds_ib_send_grab_credits(ic, work_alloc, &posted, 0, RDS_MAX_ADV_CREDIT);
credit_alloc      534 net/rds/ib_send.c 		if (credit_alloc < work_alloc) {
credit_alloc      535 net/rds/ib_send.c 			rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc - credit_alloc);
credit_alloc      536 net/rds/ib_send.c 			work_alloc = credit_alloc;
credit_alloc      716 net/rds/ib_send.c 	if (ic->i_flowctl && i < credit_alloc)
credit_alloc      717 net/rds/ib_send.c 		rds_ib_send_add_credits(conn, credit_alloc - i);