Searched refs:orig_attr (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c437 if (ib_port && ib_port > device_attr.orig_attr.phys_port_cnt) {
447 if (strlen(device_attr.orig_attr.fw_ver))
448 printf("\tfw_ver:\t\t\t\t%s\n", device_attr.orig_attr.fw_ver);
449 printf("\tnode_guid:\t\t\t%s\n", guid_str(device_attr.orig_attr.node_guid, buf));
450 printf("\tsys_image_guid:\t\t\t%s\n", guid_str(device_attr.orig_attr.sys_image_guid, buf));
451 printf("\tvendor_id:\t\t\t0x%04x\n", device_attr.orig_attr.vendor_id);
452 printf("\tvendor_part_id:\t\t\t%d\n", device_attr.orig_attr.vendor_part_id);
453 printf("\thw_ver:\t\t\t\t0x%X\n", device_attr.orig_attr.hw_ver);
458 printf("\tphys_port_cnt:\t\t\t%d\n", device_attr.orig_attr.phys_port_cnt);
462 (unsigned long long) device_attr.orig_attr
[all...]
/freebsd-11-stable/contrib/opie/libopie/
H A Dreadpass.c78 struct termios attr, orig_attr; local
108 if (tcgetattr(0, &orig_attr))
112 memcpy(&attr, &orig_attr, sizeof(struct termios));
293 if (tcsetattr(0, TCSAFLUSH, &orig_attr))
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dmlx4.c229 context->max_qp_wr = dev_attrs.orig_attr.max_qp_wr;
230 context->max_sge = dev_attrs.orig_attr.max_sge;
H A Dverbs.c98 snprintf(attr->orig_attr.fw_ver, sizeof attr->orig_attr.fw_ver,
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxgehal-device.h353 xge_hal_device_attr_t orig_attr; member in struct:__anon11198
663 return &((xge_hal_device_t*)devh)->orig_attr;
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dmlx5.c924 device_attr.orig_attr.device_cap_flags;
925 context->atomic_cap = device_attr.orig_attr.atomic_cap;
H A Dverbs.c1974 a = &attr->orig_attr;
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dcmd.c163 memset(attr->orig_attr.fw_ver, 0, sizeof(attr->orig_attr.fw_ver));
164 memset(&attr->comp_mask, 0, attr_size - sizeof(attr->orig_attr));
170 copy_query_dev_fields(&attr->orig_attr, &resp->base, raw_fw_ver);
H A Dverbs.h263 struct ibv_device_attr orig_attr; member in struct:ibv_device_attr_ex
2094 ret = ibv_query_device(context, &attr->orig_attr);
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-device.c5177 xge_os_memcpy(&hldev->orig_attr, attr,

Completed in 281 milliseconds