Home
last modified time | relevance | path

Searched refs:ib_attr (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.c148 struct ib_device_attr *ib_attr, in bnxt_re_query_device() argument
154 memset(ib_attr, 0, sizeof(*ib_attr)); in bnxt_re_query_device()
156 memcpy(&ib_attr->fw_ver, dev_attr->fw_ver, 4); in bnxt_re_query_device()
157 bnxt_qplib_get_guid(rdev->dev_addr, (u8 *)&ib_attr->sys_image_guid); in bnxt_re_query_device()
158 ib_attr->max_mr_size = BNXT_RE_MAX_MR_SIZE; in bnxt_re_query_device()
159 ib_attr->page_size_cap = dev_attr->page_size_cap; in bnxt_re_query_device()
160 ib_attr->vendor_id = rdev->en_dev->pdev->vendor; in bnxt_re_query_device()
161 ib_attr->vendor_part_id = rdev->en_dev->pdev->device; in bnxt_re_query_device()
162 ib_attr->hw_ver = rdev->en_dev->pdev->subsystem_device; in bnxt_re_query_device()
163 ib_attr->max_qp = dev_attr->max_qp; in bnxt_re_query_device()
[all …]
H A Dib_verbs.h263 struct ib_device_attr *ib_attr,
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_def.h437 struct ib_device_attr ib_attr; member
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c2013 static bool flow_is_multicast_only(struct ib_flow_attr *ib_attr) in flow_is_multicast_only() argument
2017 if (ib_attr->type != IB_FLOW_ATTR_NORMAL || in flow_is_multicast_only()
2018 ib_attr->size < sizeof(struct ib_flow_attr) + in flow_is_multicast_only()
2020 ib_attr->num_of_specs < 1) in flow_is_multicast_only()
2023 eth_spec = (struct ib_flow_spec_eth *)(ib_attr + 1); in flow_is_multicast_only()