Lines Matching refs:flowclen
80 int flowclen16, flowclen; in flowc_wr_credits() local
82 flowclen = offsetof(struct fw_flowc_wr, mnemval[nparams]); in flowc_wr_credits()
83 flowclen16 = DIV_ROUND_UP(flowclen, 16); in flowc_wr_credits()
84 flowclen = flowclen16 * 16; in flowc_wr_credits()
87 *flowclenp = flowclen; in flowc_wr_credits()
94 int flowclen) in create_flowc_wr_skb() argument
99 skb = alloc_skb(flowclen, GFP_ATOMIC); in create_flowc_wr_skb()
103 memcpy(__skb_put(skb, flowclen), flowc, flowclen); in create_flowc_wr_skb()
110 int flowclen) in send_flowc_wr() argument
118 flowclen16 = flowclen / 16; in send_flowc_wr()
121 skb = create_flowc_wr_skb(sk, flowc, flowclen); in send_flowc_wr()
132 flowc, flowclen); in send_flowc_wr()
135 skb = create_flowc_wr_skb(sk, flowc, flowclen); 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()
218 return send_flowc_wr(sk, flowc, flowclen); in send_tx_flowc_wr()