Lines Matching refs:table_attr

390 	struct nlattr *table_attr;  in fill_res_info()  local
396 table_attr = nla_nest_start_noflag(msg, RDMA_NLDEV_ATTR_RES_SUMMARY); in fill_res_info()
397 if (!table_attr) in fill_res_info()
409 nla_nest_end(msg, table_attr); in fill_res_info()
413 nla_nest_cancel(msg, table_attr); in fill_res_info()
751 struct nlattr *table_attr; in fill_stat_counter_qps() local
756 table_attr = nla_nest_start(msg, RDMA_NLDEV_ATTR_RES_QP); in fill_stat_counter_qps()
771 nla_nest_end(msg, table_attr); in fill_stat_counter_qps()
776 nla_nest_cancel(msg, table_attr); in fill_stat_counter_qps()
826 struct nlattr *table_attr; in fill_stat_counter_hwcounters() local
829 table_attr = nla_nest_start(msg, RDMA_NLDEV_ATTR_STAT_HWCOUNTERS); in fill_stat_counter_hwcounters()
830 if (!table_attr) in fill_stat_counter_hwcounters()
837 nla_nest_end(msg, table_attr); in fill_stat_counter_hwcounters()
841 nla_nest_cancel(msg, table_attr); in fill_stat_counter_hwcounters()
1332 struct nlattr *table_attr; in res_get_common_dumpit() local
1381 table_attr = nla_nest_start_noflag(skb, fe->nldev_attr); in res_get_common_dumpit()
1382 if (!table_attr) { in res_get_common_dumpit()
1430 nla_nest_end(skb, table_attr); in res_get_common_dumpit()
1445 nla_nest_cancel(skb, table_attr); in res_get_common_dumpit()
1884 struct nlattr *table_attr; in stat_get_doit_default_counter() local
1940 table_attr = nla_nest_start(msg, RDMA_NLDEV_ATTR_STAT_HWCOUNTERS); in stat_get_doit_default_counter()
1941 if (!table_attr) { in stat_get_doit_default_counter()
1953 nla_nest_end(msg, table_attr); in stat_get_doit_default_counter()
1961 nla_nest_cancel(msg, table_attr); in stat_get_doit_default_counter()