Searched refs:res_wr (Results 1 – 2 of 2) sorted by relevance
38 struct fw_ri_res_wr *res_wr; in destroy_cq() local45 wr_len = sizeof *res_wr + sizeof *res; in destroy_cq()51 res_wr = (struct fw_ri_res_wr *)__skb_put(skb, wr_len); in destroy_cq()52 memset(res_wr, 0, wr_len); in destroy_cq()53 res_wr->op_nres = cpu_to_be32( in destroy_cq()57 res_wr->len16_pkd = cpu_to_be32(DIV_ROUND_UP(wr_len, 16)); in destroy_cq()58 res_wr->cookie = (uintptr_t)&wr_wait; in destroy_cq()59 res = res_wr->res; in destroy_cq()81 struct fw_ri_res_wr *res_wr; in create_cq() local112 wr_len = sizeof *res_wr + sizeof *res; in create_cq()[all …]
173 struct fw_ri_res_wr *res_wr; in create_qp() local262 wr_len = sizeof *res_wr + 2 * sizeof *res; in create_qp()271 res_wr = (struct fw_ri_res_wr *)__skb_put(skb, wr_len); in create_qp()272 memset(res_wr, 0, wr_len); in create_qp()273 res_wr->op_nres = cpu_to_be32( in create_qp()277 res_wr->len16_pkd = cpu_to_be32(DIV_ROUND_UP(wr_len, 16)); in create_qp()278 res_wr->cookie = (uintptr_t)&wr_wait; in create_qp()279 res = res_wr->res; in create_qp()