Lines Matching refs:flowc
93 struct fw_flowc_wr *flowc, in create_flowc_wr_skb() argument
103 memcpy(__skb_put(skb, flowclen), flowc, flowclen); in create_flowc_wr_skb()
109 static int send_flowc_wr(struct sock *sk, struct fw_flowc_wr *flowc, in send_flowc_wr() argument
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()
170 struct fw_flowc_wr *flowc; in send_tx_flowc_wr() local
177 flowc = &sflowc.fc; in send_tx_flowc_wr()
181 flowc->mnemval[paramidx].mnemonic = FW_FLOWC_MNEM_##__m; \ in send_tx_flowc_wr()
182 flowc->mnemval[paramidx].val = cpu_to_be32(__v); \ in send_tx_flowc_wr()
211 flowc->op_to_nparams = in send_tx_flowc_wr()
215 flowc->flowid_len16 = cpu_to_be32(FW_WR_LEN16_V(flowclen16) | in send_tx_flowc_wr()
218 return send_flowc_wr(sk, flowc, flowclen); in send_tx_flowc_wr()