Lines Matching refs:table_attr
17 struct nlattr *table_attr; in hns_roce_fill_res_cq_entry() local
19 table_attr = nla_nest_start(msg, RDMA_NLDEV_ATTR_DRIVER); in hns_roce_fill_res_cq_entry()
20 if (!table_attr) in hns_roce_fill_res_cq_entry()
35 nla_nest_end(msg, table_attr); in hns_roce_fill_res_cq_entry()
40 nla_nest_cancel(msg, table_attr); in hns_roce_fill_res_cq_entry()
85 struct nlattr *table_attr; in hns_roce_fill_res_qp_entry() local
87 table_attr = nla_nest_start(msg, RDMA_NLDEV_ATTR_DRIVER); in hns_roce_fill_res_qp_entry()
88 if (!table_attr) in hns_roce_fill_res_qp_entry()
106 nla_nest_end(msg, table_attr); in hns_roce_fill_res_qp_entry()
111 nla_nest_cancel(msg, table_attr); in hns_roce_fill_res_qp_entry()
175 struct nlattr *table_attr; in hns_roce_fill_res_mr_entry() local
177 table_attr = nla_nest_start(msg, RDMA_NLDEV_ATTR_DRIVER); in hns_roce_fill_res_mr_entry()
178 if (!table_attr) in hns_roce_fill_res_mr_entry()
192 nla_nest_end(msg, table_attr); in hns_roce_fill_res_mr_entry()
197 nla_nest_cancel(msg, table_attr); in hns_roce_fill_res_mr_entry()