Searched refs:wr_una_cred (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/target/iscsi/cxgbit/ |
| D | cxgbit_target.c | 235 csk->wr_una_cred += flowclen16; in cxgbit_push_tx_frames() 248 csk->wr_una_cred += credits_needed; in cxgbit_push_tx_frames() 252 csk->wr_cred, csk->wr_una_cred); in cxgbit_push_tx_frames() 257 if ((csk->wr_una_cred >= (csk->wr_max_cred / 2)) || in cxgbit_push_tx_frames() 261 csk->wr_una_cred = 0; in cxgbit_push_tx_frames() 269 (csk->wr_una_cred >= (csk->wr_max_cred / 2))) { in cxgbit_push_tx_frames() 273 csk->wr_una_cred = 0; in cxgbit_push_tx_frames()
|
| D | cxgbit.h | 215 u32 wr_una_cred; member
|
| D | cxgbit_cm.c | 1325 csk->wr_una_cred = 0; in cxgbit_pass_accept_req() 1829 if (csk->wr_una_cred > (csk->wr_max_cred - csk->wr_cred)) in cxgbit_fw4_ack() 1830 csk->wr_una_cred = csk->wr_max_cred - csk->wr_cred; in cxgbit_fw4_ack() 1839 csk->wr_cred, csk->wr_una_cred); in cxgbit_fw4_ack() 1847 credits, csk->wr_cred, csk->wr_una_cred, in cxgbit_fw4_ack()
|
| /Linux-v5.4/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() 999 csk->wr_una_cred = 0; in init_act_open()
|
| /Linux-v5.4/drivers/scsi/cxgbi/cxgb4i/ |
| D | cxgb4i.c | 751 csk->wr_una_cred += flowclen16; in push_tx_frames() 766 csk->wr_una_cred += credits_needed; in push_tx_frames() 772 csk->wr_cred, csk->wr_una_cred); in push_tx_frames() 781 (csk->wr_una_cred >= (csk->wr_max_cred / 2))) { in push_tx_frames() 1806 csk->wr_una_cred = 0; in init_act_open()
|
| /Linux-v5.4/drivers/scsi/cxgbi/ |
| D | libcxgbi.c | 1026 csk->wr_cred, csk->wr_una_cred, snd_una, seq_chk); in cxgbi_sock_rcv_wr_ack() 1031 if (csk->wr_una_cred > csk->wr_max_cred - csk->wr_cred) in cxgbi_sock_rcv_wr_ack() 1032 csk->wr_una_cred = csk->wr_max_cred - csk->wr_cred; in cxgbi_sock_rcv_wr_ack() 1040 csk->wr_cred, csk->wr_una_cred); in cxgbi_sock_rcv_wr_ack() 1047 credits, csk->wr_cred, csk->wr_una_cred, in cxgbi_sock_rcv_wr_ack()
|
| D | libcxgbi.h | 122 int wr_una_cred; member
|