Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c428 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()
995 csk->wr_una_cred = 0; in init_act_open()
/linux-4.4.14/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c656 csk->wr_una_cred += flowclen16; in push_tx_frames()
671 csk->wr_una_cred += credits_needed; in push_tx_frames()
677 csk->wr_cred, csk->wr_una_cred); in push_tx_frames()
1470 csk->wr_una_cred = 0; in init_act_open()
/linux-4.4.14/drivers/scsi/cxgbi/
Dlibcxgbi.c997 csk->wr_cred, csk->wr_una_cred, snd_una, seq_chk); in cxgbi_sock_rcv_wr_ack()
1002 if (csk->wr_una_cred > csk->wr_max_cred - csk->wr_cred) in cxgbi_sock_rcv_wr_ack()
1003 csk->wr_una_cred = csk->wr_max_cred - csk->wr_cred; in cxgbi_sock_rcv_wr_ack()
1011 csk->wr_cred, csk->wr_una_cred); in cxgbi_sock_rcv_wr_ack()
1018 credits, csk->wr_cred, csk->wr_una_cred, in cxgbi_sock_rcv_wr_ack()
Dlibcxgbi.h200 int wr_una_cred; member