Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/infiniband/core/
Dnldev.c368 struct nlattr *entry_attr; in fill_res_info_entry() local
370 entry_attr = nla_nest_start_noflag(msg, in fill_res_info_entry()
372 if (!entry_attr) in fill_res_info_entry()
381 nla_nest_end(msg, entry_attr); in fill_res_info_entry()
385 nla_nest_cancel(msg, entry_attr); in fill_res_info_entry()
734 struct nlattr *entry_attr; in fill_res_range_qp_entry() local
739 entry_attr = nla_nest_start(msg, RDMA_NLDEV_ATTR_RES_QP_ENTRY); in fill_res_range_qp_entry()
740 if (!entry_attr) in fill_res_range_qp_entry()
752 nla_nest_end(msg, entry_attr); in fill_res_range_qp_entry()
756 nla_nest_cancel(msg, entry_attr); in fill_res_range_qp_entry()
[all …]
/Linux-v6.1/net/core/
Ddevlink.c3683 struct nlattr *entry_attr, *matches_attr, *actions_attr; in devlink_dpipe_entry_put() local
3686 entry_attr = nla_nest_start_noflag(skb, DEVLINK_ATTR_DPIPE_ENTRY); in devlink_dpipe_entry_put()
3687 if (!entry_attr) in devlink_dpipe_entry_put()
3724 nla_nest_end(skb, entry_attr); in devlink_dpipe_entry_put()
3731 nla_nest_cancel(skb, entry_attr); in devlink_dpipe_entry_put()