Home
last modified time | relevance | path

Searched refs:wr_max_cred (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c440 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()
992 csk->wr_max_cred = csk->wr_cred = T3C_DATA(t3dev)->max_wrs - 1; in init_act_open()
/linux-4.1.27/drivers/scsi/cxgbi/
Dlibcxgbi.h198 int wr_max_cred; member
Dlibcxgbi.c998 if (csk->wr_una_cred > csk->wr_max_cred - csk->wr_cred) in cxgbi_sock_rcv_wr_ack()
999 csk->wr_una_cred = csk->wr_max_cred - csk->wr_cred; in cxgbi_sock_rcv_wr_ack()
1099 if (unlikely(csk->wr_cred + pending != csk->wr_max_cred)) in cxgbi_sock_check_wr_invariants()
1101 csk, csk->tid, csk->wr_cred, pending, csk->wr_max_cred); in cxgbi_sock_check_wr_invariants()
/linux-4.1.27/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c1335 if (csk->wr_cred != csk->wr_max_cred) { in release_offload_resources()
1445 csk->wr_max_cred = csk->wr_cred; in init_act_open()