Lines Matching refs:entry_attr

282 	struct nlattr *entry_attr;  in fill_res_info_entry()  local
284 entry_attr = nla_nest_start(msg, RDMA_NLDEV_ATTR_RES_SUMMARY_ENTRY); in fill_res_info_entry()
285 if (!entry_attr) in fill_res_info_entry()
294 nla_nest_end(msg, entry_attr); in fill_res_info_entry()
298 nla_nest_cancel(msg, entry_attr); in fill_res_info_entry()
365 struct nlattr *entry_attr; in fill_res_qp_entry() local
376 entry_attr = nla_nest_start(msg, RDMA_NLDEV_ATTR_RES_QP_ENTRY); in fill_res_qp_entry()
377 if (!entry_attr) in fill_res_qp_entry()
416 nla_nest_end(msg, entry_attr); in fill_res_qp_entry()
420 nla_nest_cancel(msg, entry_attr); in fill_res_qp_entry()
433 struct nlattr *entry_attr; in fill_res_cm_id_entry() local
438 entry_attr = nla_nest_start(msg, RDMA_NLDEV_ATTR_RES_CM_ID_ENTRY); in fill_res_cm_id_entry()
439 if (!entry_attr) in fill_res_cm_id_entry()
476 nla_nest_end(msg, entry_attr); in fill_res_cm_id_entry()
480 nla_nest_cancel(msg, entry_attr); in fill_res_cm_id_entry()
490 struct nlattr *entry_attr; in fill_res_cq_entry() local
492 entry_attr = nla_nest_start(msg, RDMA_NLDEV_ATTR_RES_CQ_ENTRY); in fill_res_cq_entry()
493 if (!entry_attr) in fill_res_cq_entry()
513 nla_nest_end(msg, entry_attr); in fill_res_cq_entry()
517 nla_nest_cancel(msg, entry_attr); in fill_res_cq_entry()
527 struct nlattr *entry_attr; in fill_res_mr_entry() local
529 entry_attr = nla_nest_start(msg, RDMA_NLDEV_ATTR_RES_MR_ENTRY); in fill_res_mr_entry()
530 if (!entry_attr) in fill_res_mr_entry()
550 nla_nest_end(msg, entry_attr); in fill_res_mr_entry()
554 nla_nest_cancel(msg, entry_attr); in fill_res_mr_entry()
564 struct nlattr *entry_attr; in fill_res_pd_entry() local
566 entry_attr = nla_nest_start(msg, RDMA_NLDEV_ATTR_RES_PD_ENTRY); in fill_res_pd_entry()
567 if (!entry_attr) in fill_res_pd_entry()
593 nla_nest_end(msg, entry_attr); in fill_res_pd_entry()
597 nla_nest_cancel(msg, entry_attr); in fill_res_pd_entry()