Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/target/iscsi/cxgbit/
Dcxgbit_target.c234 csk->wr_una_cred += flowclen16; in cxgbit_push_tx_frames()
247 csk->wr_una_cred += credits_needed; in cxgbit_push_tx_frames()
251 csk->wr_cred, csk->wr_una_cred); in cxgbit_push_tx_frames()
256 if ((csk->wr_una_cred >= (csk->wr_max_cred / 2)) || in cxgbit_push_tx_frames()
260 csk->wr_una_cred = 0; in cxgbit_push_tx_frames()
268 (csk->wr_una_cred >= (csk->wr_max_cred / 2))) { in cxgbit_push_tx_frames()
272 csk->wr_una_cred = 0; in cxgbit_push_tx_frames()
Dcxgbit.h214 u32 wr_una_cred; member
Dcxgbit_cm.c1326 csk->wr_una_cred = 0; in cxgbit_pass_accept_req()
1842 if (csk->wr_una_cred > (csk->wr_max_cred - csk->wr_cred)) in cxgbit_fw4_ack()
1843 csk->wr_una_cred = csk->wr_max_cred - csk->wr_cred; in cxgbit_fw4_ack()
1852 csk->wr_cred, csk->wr_una_cred); in cxgbit_fw4_ack()
1860 credits, csk->wr_cred, csk->wr_una_cred, in cxgbit_fw4_ack()
/linux-6.1.9/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()
999 csk->wr_una_cred = 0; in init_act_open()
/linux-6.1.9/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c811 csk->wr_una_cred += flowclen16; in push_tx_frames()
831 csk->wr_una_cred += credits_needed; in push_tx_frames()
837 csk->wr_cred, csk->wr_una_cred); in push_tx_frames()
840 ((csk->wr_una_cred >= (csk->wr_max_cred / 2)) || in push_tx_frames()
862 (csk->wr_una_cred >= (csk->wr_max_cred / 2))) { in push_tx_frames()
1887 csk->wr_una_cred = 0; in init_act_open()
/linux-6.1.9/drivers/scsi/cxgbi/
Dlibcxgbi.h130 int wr_una_cred; member
Dlibcxgbi.c1029 csk->wr_cred, csk->wr_una_cred, snd_una, seq_chk); in cxgbi_sock_rcv_wr_ack()
1034 if (csk->wr_una_cred > csk->wr_max_cred - csk->wr_cred) in cxgbi_sock_rcv_wr_ack()
1035 csk->wr_una_cred = csk->wr_max_cred - csk->wr_cred; in cxgbi_sock_rcv_wr_ack()
1043 csk->wr_cred, csk->wr_una_cred); in cxgbi_sock_rcv_wr_ack()
1050 credits, csk->wr_cred, csk->wr_una_cred, in cxgbi_sock_rcv_wr_ack()