Lines Matching refs:table_attr

401 	struct nlattr *table_attr;  in fill_res_info()  local
407 table_attr = nla_nest_start_noflag(msg, RDMA_NLDEV_ATTR_RES_SUMMARY); in fill_res_info()
408 if (!table_attr) in fill_res_info()
420 nla_nest_end(msg, table_attr); in fill_res_info()
424 nla_nest_cancel(msg, table_attr); in fill_res_info()
765 struct nlattr *table_attr; in fill_res_srq_qps() local
769 table_attr = nla_nest_start(msg, RDMA_NLDEV_ATTR_RES_QP); in fill_res_srq_qps()
770 if (!table_attr) in fill_res_srq_qps()
806 nla_nest_end(msg, table_attr); in fill_res_srq_qps()
813 nla_nest_cancel(msg, table_attr); in fill_res_srq_qps()
891 struct nlattr *table_attr; in fill_stat_counter_qps() local
896 table_attr = nla_nest_start(msg, RDMA_NLDEV_ATTR_RES_QP); in fill_stat_counter_qps()
897 if (!table_attr) in fill_stat_counter_qps()
913 nla_nest_end(msg, table_attr); in fill_stat_counter_qps()
918 nla_nest_cancel(msg, table_attr); in fill_stat_counter_qps()
968 struct nlattr *table_attr; in fill_stat_counter_hwcounters() local
971 table_attr = nla_nest_start(msg, RDMA_NLDEV_ATTR_STAT_HWCOUNTERS); in fill_stat_counter_hwcounters()
972 if (!table_attr) in fill_stat_counter_hwcounters()
985 nla_nest_end(msg, table_attr); in fill_stat_counter_hwcounters()
990 nla_nest_cancel(msg, table_attr); in fill_stat_counter_hwcounters()
1506 struct nlattr *table_attr; in res_get_common_dumpit() local
1555 table_attr = nla_nest_start_noflag(skb, fe->nldev_attr); in res_get_common_dumpit()
1556 if (!table_attr) { in res_get_common_dumpit()
1604 nla_nest_end(skb, table_attr); in res_get_common_dumpit()
1619 nla_nest_cancel(skb, table_attr); in res_get_common_dumpit()
2162 struct nlattr *table_attr; in stat_get_doit_default_counter() local
2214 table_attr = nla_nest_start(msg, RDMA_NLDEV_ATTR_STAT_HWCOUNTERS); in stat_get_doit_default_counter()
2215 if (!table_attr) { in stat_get_doit_default_counter()
2231 nla_nest_end(msg, table_attr); in stat_get_doit_default_counter()
2239 nla_nest_cancel(msg, table_attr); in stat_get_doit_default_counter()