Searched refs:wr_max_cred (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/iscsi/cxgbit/ |
H A D | cxgbit_cm.c | 1324 csk->wr_max_cred = csk->wr_cred; in cxgbit_pass_accept_req() 1815 if (unlikely(csk->wr_cred > csk->wr_max_cred)) { in cxgbit_credit_err() 1817 csk, csk->tid, csk->wr_cred, csk->wr_max_cred); in cxgbit_credit_err() 1826 if (unlikely((csk->wr_cred + credit) != csk->wr_max_cred)) { in cxgbit_credit_err() 1829 credit, csk->wr_max_cred); in cxgbit_credit_err() 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()
|
H A D | cxgbit.h | 215 u32 wr_max_cred; member
|
H A D | cxgbit_target.c | 256 if ((csk->wr_una_cred >= (csk->wr_max_cred / 2)) || in cxgbit_push_tx_frames() 268 (csk->wr_una_cred >= (csk->wr_max_cred / 2))) { in cxgbit_push_tx_frames()
|
/kernel/linux/linux-6.6/drivers/target/iscsi/cxgbit/ |
H A D | cxgbit_cm.c | 1325 csk->wr_max_cred = csk->wr_cred; in cxgbit_pass_accept_req() 1813 if (unlikely(csk->wr_cred > csk->wr_max_cred)) { in cxgbit_credit_err() 1815 csk, csk->tid, csk->wr_cred, csk->wr_max_cred); in cxgbit_credit_err() 1824 if (unlikely((csk->wr_cred + credit) != csk->wr_max_cred)) { in cxgbit_credit_err() 1827 credit, csk->wr_max_cred); in cxgbit_credit_err() 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()
|
H A D | cxgbit.h | 215 u32 wr_max_cred; member
|
H A D | cxgbit_target.c | 256 if ((csk->wr_una_cred >= (csk->wr_max_cred / 2)) || in cxgbit_push_tx_frames() 268 (csk->wr_una_cred >= (csk->wr_max_cred / 2))) { in cxgbit_push_tx_frames()
|
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/ |
H A D | libcxgbi.h | 128 int wr_max_cred; member
|
H A D | libcxgbi.c | 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() 1135 if (unlikely(csk->wr_cred + pending != csk->wr_max_cred)) in cxgbi_sock_check_wr_invariants() 1137 csk, csk->tid, csk->wr_cred, pending, csk->wr_max_cred); in cxgbi_sock_check_wr_invariants()
|
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/ |
H A D | libcxgbi.h | 127 int wr_max_cred; member
|
H A D | libcxgbi.c | 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() 1135 if (unlikely(csk->wr_cred + pending != csk->wr_max_cred)) in cxgbi_sock_check_wr_invariants() 1137 csk, csk->tid, csk->wr_cred, pending, csk->wr_max_cred); in cxgbi_sock_check_wr_invariants()
|
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/cxgb4i/ |
H A D | cxgb4i.c | 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() 1697 if (csk->wr_cred != csk->wr_max_cred) { in release_offload_resources() 1885 csk->wr_max_cred = csk->wr_cred; in init_act_open()
|
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/cxgb4i/ |
H A D | cxgb4i.c | 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() 1698 if (csk->wr_cred != csk->wr_max_cred) { in release_offload_resources() 1886 csk->wr_max_cred = csk->wr_cred; in init_act_open()
|
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/cxgb3i/ |
H A D | cxgb3i.c | 440 csk->wr_una_cred >= csk->wr_max_cred / 2) { in push_tx_frames() 914 if (csk->wr_cred != csk->wr_max_cred) { in release_offload_resources() 997 csk->wr_max_cred = csk->wr_cred = T3C_DATA(t3dev)->max_wrs - 1; in init_act_open()
|
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/cxgb3i/ |
H A D | cxgb3i.c | 441 csk->wr_una_cred >= csk->wr_max_cred / 2) { in push_tx_frames() 915 if (csk->wr_cred != csk->wr_max_cred) { in release_offload_resources() 998 csk->wr_max_cred = csk->wr_cred = T3C_DATA(t3dev)->max_wrs - 1; in init_act_open()
|
Completed in 31 milliseconds