Searched refs:wr_una_cred (Results 1 – 4 of 4) sorted by relevance
428 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()
656 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()
997 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()
200 int wr_una_cred; member