Searched refs:wr_una_cred (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/scsi/cxgbi/cxgb3i/
H A Dcxgb3i.c429 csk->wr_una_cred += wrs_needed;
436 csk->wr_cred, csk->wr_una_cred);
440 csk->wr_una_cred == wrs_needed) ||
441 csk->wr_una_cred >= csk->wr_max_cred / 2) {
443 csk->wr_una_cred = 0;
999 csk->wr_una_cred = 0;
/linux-master/drivers/target/iscsi/cxgbit/
H A Dcxgbit_target.c234 csk->wr_una_cred += flowclen16;
247 csk->wr_una_cred += credits_needed;
251 csk->wr_cred, csk->wr_una_cred);
256 if ((csk->wr_una_cred >= (csk->wr_max_cred / 2)) ||
260 csk->wr_una_cred = 0;
268 (csk->wr_una_cred >= (csk->wr_max_cred / 2))) {
272 csk->wr_una_cred = 0;
H A Dcxgbit.h214 u32 wr_una_cred; member in struct:cxgbit_sock
H A Dcxgbit_cm.c1326 csk->wr_una_cred = 0;
1842 if (csk->wr_una_cred > (csk->wr_max_cred - csk->wr_cred))
1843 csk->wr_una_cred = csk->wr_max_cred - csk->wr_cred;
1852 csk->wr_cred, csk->wr_una_cred);
1860 credits, csk->wr_cred, csk->wr_una_cred,
/linux-master/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c811 csk->wr_una_cred += flowclen16;
831 csk->wr_una_cred += credits_needed;
837 csk->wr_cred, csk->wr_una_cred);
840 ((csk->wr_una_cred >= (csk->wr_max_cred / 2)) ||
862 (csk->wr_una_cred >= (csk->wr_max_cred / 2))) {
1887 csk->wr_una_cred = 0;
/linux-master/drivers/scsi/cxgbi/
H A Dlibcxgbi.h129 int wr_una_cred; member in struct:cxgbi_sock
H A Dlibcxgbi.c1029 csk->wr_cred, csk->wr_una_cred, snd_una, seq_chk);
1034 if (csk->wr_una_cred > csk->wr_max_cred - csk->wr_cred)
1035 csk->wr_una_cred = csk->wr_max_cred - csk->wr_cred;
1043 csk->wr_cred, csk->wr_una_cred);
1050 credits, csk->wr_cred, csk->wr_una_cred,

Completed in 212 milliseconds