wr_max_cred       441 drivers/scsi/cxgbi/cxgb3i/cxgb3i.c 			     csk->wr_una_cred >= csk->wr_max_cred / 2) {
wr_max_cred       916 drivers/scsi/cxgbi/cxgb3i/cxgb3i.c 	if (csk->wr_cred != csk->wr_max_cred) {
wr_max_cred       998 drivers/scsi/cxgbi/cxgb3i/cxgb3i.c 	csk->wr_max_cred = csk->wr_cred = T3C_DATA(t3dev)->max_wrs - 1;
wr_max_cred       781 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 			   (csk->wr_una_cred >= (csk->wr_max_cred / 2))) {
wr_max_cred      1617 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 	if (csk->wr_cred != csk->wr_max_cred) {
wr_max_cred      1805 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 	csk->wr_max_cred = csk->wr_cred;
wr_max_cred      1032 drivers/scsi/cxgbi/libcxgbi.c 	if (csk->wr_una_cred > csk->wr_max_cred - csk->wr_cred)
wr_max_cred      1033 drivers/scsi/cxgbi/libcxgbi.c 		csk->wr_una_cred = csk->wr_max_cred - csk->wr_cred;
wr_max_cred      1133 drivers/scsi/cxgbi/libcxgbi.c 	if (unlikely(csk->wr_cred + pending != csk->wr_max_cred))
wr_max_cred      1135 drivers/scsi/cxgbi/libcxgbi.c 			csk, csk->tid, csk->wr_cred, pending, csk->wr_max_cred);
wr_max_cred       120 drivers/scsi/cxgbi/libcxgbi.h 	int wr_max_cred;
wr_max_cred       216 drivers/target/iscsi/cxgbit/cxgbit.h 	u32 wr_max_cred;
wr_max_cred      1324 drivers/target/iscsi/cxgbit/cxgbit_cm.c 	csk->wr_max_cred = csk->wr_cred;
wr_max_cred      1800 drivers/target/iscsi/cxgbit/cxgbit_cm.c 	if (unlikely(csk->wr_cred > csk->wr_max_cred)) {
wr_max_cred      1802 drivers/target/iscsi/cxgbit/cxgbit_cm.c 		       csk, csk->tid, csk->wr_cred, csk->wr_max_cred);
wr_max_cred      1811 drivers/target/iscsi/cxgbit/cxgbit_cm.c 	if (unlikely((csk->wr_cred + credit) != csk->wr_max_cred)) {
wr_max_cred      1814 drivers/target/iscsi/cxgbit/cxgbit_cm.c 		       credit, csk->wr_max_cred);
wr_max_cred      1829 drivers/target/iscsi/cxgbit/cxgbit_cm.c 	if (csk->wr_una_cred > (csk->wr_max_cred - csk->wr_cred))
wr_max_cred      1830 drivers/target/iscsi/cxgbit/cxgbit_cm.c 		csk->wr_una_cred = csk->wr_max_cred - csk->wr_cred;
wr_max_cred       257 drivers/target/iscsi/cxgbit/cxgbit_target.c 			if ((csk->wr_una_cred >= (csk->wr_max_cred / 2)) ||
wr_max_cred       269 drivers/target/iscsi/cxgbit/cxgbit_target.c 			   (csk->wr_una_cred >= (csk->wr_max_cred / 2))) {