Lines Matching refs:table_attr

436 	struct nlattr *table_attr;  in fill_res_info()  local
442 table_attr = nla_nest_start_noflag(msg, RDMA_NLDEV_ATTR_RES_SUMMARY); in fill_res_info()
443 if (!table_attr) in fill_res_info()
455 nla_nest_end(msg, table_attr); in fill_res_info()
459 nla_nest_cancel(msg, table_attr); in fill_res_info()
800 struct nlattr *table_attr; in fill_res_srq_qps() local
804 table_attr = nla_nest_start(msg, RDMA_NLDEV_ATTR_RES_QP); in fill_res_srq_qps()
805 if (!table_attr) in fill_res_srq_qps()
841 nla_nest_end(msg, table_attr); in fill_res_srq_qps()
848 nla_nest_cancel(msg, table_attr); in fill_res_srq_qps()
944 struct nlattr *table_attr; in fill_stat_counter_qps() local
949 table_attr = nla_nest_start(msg, RDMA_NLDEV_ATTR_RES_QP); in fill_stat_counter_qps()
950 if (!table_attr) in fill_stat_counter_qps()
966 nla_nest_end(msg, table_attr); in fill_stat_counter_qps()
971 nla_nest_cancel(msg, table_attr); in fill_stat_counter_qps()
1021 struct nlattr *table_attr; in fill_stat_counter_hwcounters() local
1024 table_attr = nla_nest_start(msg, RDMA_NLDEV_ATTR_STAT_HWCOUNTERS); in fill_stat_counter_hwcounters()
1025 if (!table_attr) in fill_stat_counter_hwcounters()
1038 nla_nest_end(msg, table_attr); in fill_stat_counter_hwcounters()
1043 nla_nest_cancel(msg, table_attr); in fill_stat_counter_hwcounters()
1565 struct nlattr *table_attr; in res_get_common_dumpit() local
1617 table_attr = nla_nest_start_noflag(skb, fe->nldev_attr); in res_get_common_dumpit()
1618 if (!table_attr) { in res_get_common_dumpit()
1669 nla_nest_end(skb, table_attr); in res_get_common_dumpit()
1684 nla_nest_cancel(skb, table_attr); in res_get_common_dumpit()
2273 struct nlattr *table_attr; in stat_get_doit_default_counter() local
2325 table_attr = nla_nest_start(msg, RDMA_NLDEV_ATTR_STAT_HWCOUNTERS); in stat_get_doit_default_counter()
2326 if (!table_attr) { in stat_get_doit_default_counter()
2342 nla_nest_end(msg, table_attr); in stat_get_doit_default_counter()
2350 nla_nest_cancel(msg, table_attr); in stat_get_doit_default_counter()