Searched refs:wr_una_cred (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/target/iscsi/cxgbit/ |
D | cxgbit_target.c | 238 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()
|
D | cxgbit.h | 218 u32 wr_una_cred; member
|
D | cxgbit_cm.c | 1307 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/ |
D | cxgb3i.c | 429 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/ |
D | cxgb4i.c | 720 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/ |
D | libcxgbi.c | 1022 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()
|
D | libcxgbi.h | 122 int wr_una_cred; member
|