Lines Matching refs:table_attr
452 struct nlattr *table_attr; in fill_res_info() local
458 table_attr = nla_nest_start_noflag(msg, RDMA_NLDEV_ATTR_RES_SUMMARY); in fill_res_info()
459 if (!table_attr) in fill_res_info()
471 nla_nest_end(msg, table_attr); in fill_res_info()
475 nla_nest_cancel(msg, table_attr); in fill_res_info()
816 struct nlattr *table_attr; in fill_res_srq_qps() local
820 table_attr = nla_nest_start(msg, RDMA_NLDEV_ATTR_RES_QP); in fill_res_srq_qps()
821 if (!table_attr) in fill_res_srq_qps()
857 nla_nest_end(msg, table_attr); in fill_res_srq_qps()
864 nla_nest_cancel(msg, table_attr); in fill_res_srq_qps()
960 struct nlattr *table_attr; in fill_stat_counter_qps() local
965 table_attr = nla_nest_start(msg, RDMA_NLDEV_ATTR_RES_QP); in fill_stat_counter_qps()
966 if (!table_attr) in fill_stat_counter_qps()
982 nla_nest_end(msg, table_attr); in fill_stat_counter_qps()
987 nla_nest_cancel(msg, table_attr); in fill_stat_counter_qps()
1037 struct nlattr *table_attr; in fill_stat_counter_hwcounters() local
1040 table_attr = nla_nest_start(msg, RDMA_NLDEV_ATTR_STAT_HWCOUNTERS); in fill_stat_counter_hwcounters()
1041 if (!table_attr) in fill_stat_counter_hwcounters()
1054 nla_nest_end(msg, table_attr); in fill_stat_counter_hwcounters()
1059 nla_nest_cancel(msg, table_attr); in fill_stat_counter_hwcounters()
1581 struct nlattr *table_attr; in res_get_common_dumpit() local
1633 table_attr = nla_nest_start_noflag(skb, fe->nldev_attr); in res_get_common_dumpit()
1634 if (!table_attr) { in res_get_common_dumpit()
1685 nla_nest_end(skb, table_attr); in res_get_common_dumpit()
1700 nla_nest_cancel(skb, table_attr); in res_get_common_dumpit()
2303 struct nlattr *table_attr; in stat_get_doit_default_counter() local
2355 table_attr = nla_nest_start(msg, RDMA_NLDEV_ATTR_STAT_HWCOUNTERS); in stat_get_doit_default_counter()
2356 if (!table_attr) { in stat_get_doit_default_counter()
2372 nla_nest_end(msg, table_attr); in stat_get_doit_default_counter()
2380 nla_nest_cancel(msg, table_attr); in stat_get_doit_default_counter()
2792 struct nlattr *table_attr; in nldev_frmr_pools_get_dumpit() local
2830 table_attr = nla_nest_start_noflag(skb, RDMA_NLDEV_ATTR_FRMR_POOLS); in nldev_frmr_pools_get_dumpit()
2831 if (!table_attr) { in nldev_frmr_pools_get_dumpit()
2868 nla_nest_end(skb, table_attr); in nldev_frmr_pools_get_dumpit()