Home
last modified time | relevance | path

Searched refs:entry_attr (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/infiniband/core/
Dnldev.c340 struct nlattr *entry_attr; in fill_res_info_entry() local
342 entry_attr = nla_nest_start_noflag(msg, in fill_res_info_entry()
344 if (!entry_attr) in fill_res_info_entry()
353 nla_nest_end(msg, entry_attr); in fill_res_info_entry()
357 nla_nest_cancel(msg, entry_attr); in fill_res_info_entry()
669 struct nlattr *entry_attr; in fill_stat_counter_qp_entry() local
671 entry_attr = nla_nest_start(msg, RDMA_NLDEV_ATTR_RES_QP_ENTRY); in fill_stat_counter_qp_entry()
672 if (!entry_attr) in fill_stat_counter_qp_entry()
678 nla_nest_end(msg, entry_attr); in fill_stat_counter_qp_entry()
682 nla_nest_cancel(msg, entry_attr); in fill_stat_counter_qp_entry()
[all …]
/Linux-v5.4/net/core/
Ddevlink.c2026 struct nlattr *entry_attr, *matches_attr, *actions_attr; in devlink_dpipe_entry_put() local
2029 entry_attr = nla_nest_start_noflag(skb, DEVLINK_ATTR_DPIPE_ENTRY); in devlink_dpipe_entry_put()
2030 if (!entry_attr) in devlink_dpipe_entry_put()
2067 nla_nest_end(skb, entry_attr); in devlink_dpipe_entry_put()
2074 nla_nest_cancel(skb, entry_attr); in devlink_dpipe_entry_put()