Searched refs:t6req (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dsmt.c140 struct cpl_t6_smt_write_req *t6req; local
184 size = sizeof(*t6req);
189 t6req = (struct cpl_t6_smt_write_req *)__skb_put(skb, size);
190 INIT_TP_WR(t6req, 0);
191 req = (struct cpl_smt_write_req *)t6req;
H A Dcxgb4_filter.c1297 struct cpl_t6_act_open_req6 *t6req = NULL; local
1300 t6req = (struct cpl_t6_act_open_req6 *)__skb_put(skb, sizeof(*t6req));
1301 INIT_TP_WR(t6req, 0);
1302 req = (struct cpl_act_open_req6 *)t6req;
1321 t6req->params = cpu_to_be64(FILTER_TUPLE_V(hash_filter_ntuple(&f->fs,
1323 t6req->opt2 = htonl(RSS_QUEUE_VALID_F |
1335 struct cpl_t6_act_open_req *t6req = NULL; local
1338 t6req = (struct cpl_t6_act_open_req *)__skb_put(skb, sizeof(*t6req));
[all...]
/linux-master/drivers/infiniband/hw/cxgb4/
H A Dcm.c717 struct cpl_t6_act_open_req *t6req = NULL; local
837 t6req = skb_put(skb, wrlen);
838 INIT_TP_WR(t6req, 0);
839 req = (struct cpl_act_open_req *)t6req;
840 t5req = (struct cpl_t5_act_open_req *)t6req;
868 t6req->params =
870 t6req->rsvd = cpu_to_be32(isn);
871 pr_debug("snd_isn %u\n", t6req->rsvd);
872 t6req->opt2 = cpu_to_be32(opt2);

Completed in 263 milliseconds