Lines Matching refs:flowclen16
77 int flowclen16, flowclen; in flowc_wr_credits() local
80 flowclen16 = DIV_ROUND_UP(flowclen, 16); in flowc_wr_credits()
81 flowclen = flowclen16 * 16; in flowc_wr_credits()
86 return flowclen16; in flowc_wr_credits()
112 int flowclen16; in send_flowc_wr() local
115 flowclen16 = flowclen / 16; in send_flowc_wr()
131 return flowclen16; in send_flowc_wr()
136 return flowclen16; in send_flowc_wr()
166 int nparams, paramidx, flowclen16, flowclen; in send_tx_flowc_wr() local
207 flowclen16 = flowc_wr_credits(nparams, &flowclen); in send_tx_flowc_wr()
212 flowc->flowid_len16 = cpu_to_be32(FW_WR_LEN16_V(flowclen16) | in send_tx_flowc_wr()
624 int flowclen16 = 0; in chtls_push_frames() local
643 flowclen16 = send_tx_flowc_wr(sk, 1, tp->snd_nxt, in chtls_push_frames()
645 if (flowclen16 <= 0) in chtls_push_frames()
647 csk->wr_credits -= flowclen16; in chtls_push_frames()
648 csk->wr_unacked += flowclen16; in chtls_push_frames()
649 csk->wr_nondata += flowclen16; in chtls_push_frames()