Searched refs:wr_una_cred (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/iscsi/cxgbit/ |
D | cxgbit_target.c | 234 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()
|
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()
|
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 428 csk->wr_una_cred += wrs_needed; in push_tx_frames() 435 csk->wr_cred, csk->wr_una_cred); in push_tx_frames() 439 csk->wr_una_cred == wrs_needed) || in push_tx_frames() 440 csk->wr_una_cred >= csk->wr_max_cred / 2) { in push_tx_frames() 442 csk->wr_una_cred = 0; in push_tx_frames() 998 csk->wr_una_cred = 0; in init_act_open()
|
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 810 csk->wr_una_cred += flowclen16; in push_tx_frames() 830 csk->wr_una_cred += credits_needed; in push_tx_frames() 836 csk->wr_cred, csk->wr_una_cred); in push_tx_frames() 839 ((csk->wr_una_cred >= (csk->wr_max_cred / 2)) || in push_tx_frames() 861 (csk->wr_una_cred >= (csk->wr_max_cred / 2))) { in push_tx_frames() 1886 csk->wr_una_cred = 0; in init_act_open()
|
/kernel/linux/linux-5.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()
|