Searched refs:wr_una_cred (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.10/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 | 214 u32 wr_una_cred; member
|
| D | cxgbit_cm.c | 1325 csk->wr_una_cred = 0; in cxgbit_pass_accept_req() 1844 if (csk->wr_una_cred > (csk->wr_max_cred - csk->wr_cred)) in cxgbit_fw4_ack() 1845 csk->wr_una_cred = csk->wr_max_cred - csk->wr_cred; in cxgbit_fw4_ack() 1854 csk->wr_cred, csk->wr_una_cred); in cxgbit_fw4_ack() 1862 credits, csk->wr_cred, csk->wr_una_cred, in cxgbit_fw4_ack()
|
| /Linux-v5.10/drivers/scsi/cxgbi/cxgb3i/ |
| D | cxgb3i.c | 427 csk->wr_una_cred += wrs_needed; in push_tx_frames() 434 csk->wr_cred, csk->wr_una_cred); in push_tx_frames() 438 csk->wr_una_cred == wrs_needed) || in push_tx_frames() 439 csk->wr_una_cred >= csk->wr_max_cred / 2) { in push_tx_frames() 441 csk->wr_una_cred = 0; in push_tx_frames() 997 csk->wr_una_cred = 0; in init_act_open()
|
| /Linux-v5.10/drivers/scsi/cxgbi/cxgb4i/ |
| D | cxgb4i.c | 809 csk->wr_una_cred += flowclen16; in push_tx_frames() 829 csk->wr_una_cred += credits_needed; in push_tx_frames() 835 csk->wr_cred, csk->wr_una_cred); in push_tx_frames() 838 ((csk->wr_una_cred >= (csk->wr_max_cred / 2)) || in push_tx_frames() 860 (csk->wr_una_cred >= (csk->wr_max_cred / 2))) { in push_tx_frames() 1885 csk->wr_una_cred = 0; in init_act_open()
|
| /Linux-v5.10/drivers/scsi/cxgbi/ |
| D | libcxgbi.h | 130 int wr_una_cred; member
|
| D | libcxgbi.c | 1029 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()
|