Lines Matching refs:flowclen16
80 int flowclen16, flowclen; in flowc_wr_credits() local
83 flowclen16 = DIV_ROUND_UP(flowclen, 16); in flowc_wr_credits()
84 flowclen = flowclen16 * 16; in flowc_wr_credits()
89 return flowclen16; in flowc_wr_credits()
115 int flowclen16; in send_flowc_wr() local
118 flowclen16 = flowclen / 16; in send_flowc_wr()
134 return flowclen16; in send_flowc_wr()
139 return flowclen16; in send_flowc_wr()
169 int nparams, paramidx, flowclen16, flowclen; in send_tx_flowc_wr() local
210 flowclen16 = flowc_wr_credits(nparams, &flowclen); in send_tx_flowc_wr()
215 flowc->flowid_len16 = cpu_to_be32(FW_WR_LEN16_V(flowclen16) | in send_tx_flowc_wr()
628 int flowclen16 = 0; in chtls_push_frames() local
647 flowclen16 = send_tx_flowc_wr(sk, 1, tp->snd_nxt, in chtls_push_frames()
649 if (flowclen16 <= 0) in chtls_push_frames()
651 csk->wr_credits -= flowclen16; in chtls_push_frames()
652 csk->wr_unacked += flowclen16; in chtls_push_frames()
653 csk->wr_nondata += flowclen16; in chtls_push_frames()