Home
last modified time | relevance | path

Searched refs:copy_port_attr_to_resp (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/infiniband/core/
H A Duverbs_std_types_device.c139 void copy_port_attr_to_resp(struct ib_port_attr *attr, in copy_port_attr_to_resp() function
204 copy_port_attr_to_resp(&attr, &resp.legacy_resp, ib_dev, port_num); in UVERBS_HANDLER()
H A Duverbs.h319 void copy_port_attr_to_resp(struct ib_port_attr *attr,
H A Duverbs_cmd.c414 copy_port_attr_to_resp(&attr, &resp, ib_dev, cmd.port_num); in ib_uverbs_query_port()