Lines Matching refs:flowc
90 struct fw_flowc_wr *flowc, in create_flowc_wr_skb() argument
100 __skb_put_data(skb, flowc, flowclen); in create_flowc_wr_skb()
106 static int send_flowc_wr(struct sock *sk, struct fw_flowc_wr *flowc, in send_flowc_wr() argument
118 skb = create_flowc_wr_skb(sk, flowc, flowclen); in send_flowc_wr()
129 flowc, flowclen); in send_flowc_wr()
132 skb = create_flowc_wr_skb(sk, flowc, flowclen); in send_flowc_wr()
167 struct fw_flowc_wr *flowc; in send_tx_flowc_wr() local
174 flowc = &sflowc.fc; in send_tx_flowc_wr()
178 flowc->mnemval[paramidx].mnemonic = FW_FLOWC_MNEM_##__m; \ in send_tx_flowc_wr()
179 flowc->mnemval[paramidx].val = cpu_to_be32(__v); \ in send_tx_flowc_wr()
208 flowc->op_to_nparams = in send_tx_flowc_wr()
212 flowc->flowid_len16 = cpu_to_be32(FW_WR_LEN16_V(flowclen16) | in send_tx_flowc_wr()
215 return send_flowc_wr(sk, flowc, flowclen); in send_tx_flowc_wr()