Lines Matching refs:res_wr
39 struct fw_ri_res_wr *res_wr; in destroy_cq() local
44 wr_len = sizeof *res_wr + sizeof *res; in destroy_cq()
47 res_wr = __skb_put_zero(skb, wr_len); in destroy_cq()
48 res_wr->op_nres = cpu_to_be32( in destroy_cq()
52 res_wr->len16_pkd = cpu_to_be32(DIV_ROUND_UP(wr_len, 16)); in destroy_cq()
53 res_wr->cookie = (uintptr_t)wr_waitp; in destroy_cq()
54 res = res_wr->res; in destroy_cq()
74 struct fw_ri_res_wr *res_wr; in create_cq() local
118 wr_len = sizeof *res_wr + sizeof *res; in create_cq()
127 res_wr = __skb_put_zero(skb, wr_len); in create_cq()
128 res_wr->op_nres = cpu_to_be32( in create_cq()
132 res_wr->len16_pkd = cpu_to_be32(DIV_ROUND_UP(wr_len, 16)); in create_cq()
133 res_wr->cookie = (uintptr_t)wr_waitp; in create_cq()
134 res = res_wr->res; in create_cq()