Home
last modified time | relevance | path

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

/linux-4.1.27/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()
993 csk->wr_una_cred = 0; in init_act_open()
/linux-4.1.27/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c649 csk->wr_una_cred += flowclen16; in push_tx_frames()
664 csk->wr_una_cred += credits_needed; in push_tx_frames()
670 csk->wr_cred, csk->wr_una_cred); in push_tx_frames()
1446 csk->wr_una_cred = 0; in init_act_open()
/linux-4.1.27/drivers/scsi/cxgbi/
Dlibcxgbi.c993 csk->wr_cred, csk->wr_una_cred, snd_una, seq_chk); in cxgbi_sock_rcv_wr_ack()
998 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()
1007 csk->wr_cred, csk->wr_una_cred); in cxgbi_sock_rcv_wr_ack()
1014 credits, csk->wr_cred, csk->wr_una_cred, in cxgbi_sock_rcv_wr_ack()
Dlibcxgbi.h200 int wr_una_cred; member