Searched refs:wr_max_cred (Results 1 – 7 of 7) sorted by relevance
1306 csk->wr_max_cred = csk->wr_cred; in cxgbit_pass_accept_req()1781 if (unlikely(csk->wr_cred > csk->wr_max_cred)) { in cxgbit_credit_err()1783 csk, csk->tid, csk->wr_cred, csk->wr_max_cred); in cxgbit_credit_err()1792 if (unlikely((csk->wr_cred + credit) != csk->wr_max_cred)) { in cxgbit_credit_err()1795 credit, csk->wr_max_cred); in cxgbit_credit_err()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()
219 u32 wr_max_cred; member
260 if ((csk->wr_una_cred >= (csk->wr_max_cred / 2)) || in cxgbit_push_tx_frames()272 (csk->wr_una_cred >= (csk->wr_max_cred / 2))) { in cxgbit_push_tx_frames()
441 csk->wr_una_cred >= csk->wr_max_cred / 2) { in push_tx_frames()916 if (csk->wr_cred != csk->wr_max_cred) { in release_offload_resources()995 csk->wr_max_cred = csk->wr_cred = T3C_DATA(t3dev)->max_wrs - 1; in init_act_open()
120 int wr_max_cred; member
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()1128 if (unlikely(csk->wr_cred + pending != csk->wr_max_cred)) in cxgbi_sock_check_wr_invariants()1130 csk, csk->tid, csk->wr_cred, pending, csk->wr_max_cred); in cxgbi_sock_check_wr_invariants()
750 (csk->wr_una_cred >= (csk->wr_max_cred / 2))) { in push_tx_frames()1579 if (csk->wr_cred != csk->wr_max_cred) { in release_offload_resources()1714 csk->wr_max_cred = csk->wr_cred; in init_act_open()