Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/target/iscsi/cxgbit/
Dcxgbit_target.c238 csk->wr_una_cred += flowclen16; in cxgbit_push_tx_frames()
251 csk->wr_una_cred += credits_needed; in cxgbit_push_tx_frames()
255 csk->wr_cred, csk->wr_una_cred); in cxgbit_push_tx_frames()
260 if ((csk->wr_una_cred >= (csk->wr_max_cred / 2)) || in cxgbit_push_tx_frames()
264 csk->wr_una_cred = 0; in cxgbit_push_tx_frames()
272 (csk->wr_una_cred >= (csk->wr_max_cred / 2))) { in cxgbit_push_tx_frames()
276 csk->wr_una_cred = 0; in cxgbit_push_tx_frames()
Dcxgbit.h218 u32 wr_una_cred; member
Dcxgbit_cm.c1307 csk->wr_una_cred = 0; in cxgbit_pass_accept_req()
1810 if (csk->wr_una_cred > (csk->wr_max_cred - csk->wr_cred)) in cxgbit_fw4_ack()
1811 csk->wr_una_cred = csk->wr_max_cred - csk->wr_cred; in cxgbit_fw4_ack()
1820 csk->wr_cred, csk->wr_una_cred); in cxgbit_fw4_ack()
1827 credits, csk->wr_cred, csk->wr_una_cred, in cxgbit_fw4_ack()
/Linux-v4.19/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c429 csk->wr_una_cred += wrs_needed; in push_tx_frames()
436 csk->wr_cred, csk->wr_una_cred); in push_tx_frames()
440 csk->wr_una_cred == wrs_needed) || in push_tx_frames()
441 csk->wr_una_cred >= csk->wr_max_cred / 2) { in push_tx_frames()
443 csk->wr_una_cred = 0; in push_tx_frames()
996 csk->wr_una_cred = 0; in init_act_open()
/Linux-v4.19/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c720 csk->wr_una_cred += flowclen16; in push_tx_frames()
735 csk->wr_una_cred += credits_needed; in push_tx_frames()
741 csk->wr_cred, csk->wr_una_cred); in push_tx_frames()
750 (csk->wr_una_cred >= (csk->wr_max_cred / 2))) { in push_tx_frames()
1715 csk->wr_una_cred = 0; in init_act_open()
/Linux-v4.19/drivers/scsi/cxgbi/
Dlibcxgbi.c1022 csk->wr_cred, csk->wr_una_cred, snd_una, seq_chk); in cxgbi_sock_rcv_wr_ack()
1027 if (csk->wr_una_cred > csk->wr_max_cred - csk->wr_cred) in cxgbi_sock_rcv_wr_ack()
1028 csk->wr_una_cred = csk->wr_max_cred - csk->wr_cred; in cxgbi_sock_rcv_wr_ack()
1036 csk->wr_cred, csk->wr_una_cred); in cxgbi_sock_rcv_wr_ack()
1043 credits, csk->wr_cred, csk->wr_una_cred, in cxgbi_sock_rcv_wr_ack()
Dlibcxgbi.h122 int wr_una_cred; member