Searched refs:host_attr (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/amd/fsinfo/
H A Dfsi_gram.y98 %type <h> host host_attr host_attr_list
124 tHOST host_attr list_of_filesystems list_of_mounts
127 | error tHOST host_attr list_of_filesystems list_of_mounts
132 host_attr : label
/freebsd-12-stable/sys/contrib/ena-com/
H A Dena_com.c2882 struct ena_host_attribute *host_attr = &ena_dev->host_attr; local
2886 host_attr->host_info,
2887 host_attr->host_info_dma_addr,
2888 host_attr->host_info_dma_handle);
2889 if (unlikely(!host_attr->host_info))
2892 host_attr->host_info->ena_spec_version = ((ENA_COMMON_SPEC_VERSION_MAJOR <<
2902 struct ena_host_attribute *host_attr = &ena_dev->host_attr; local
2906 host_attr
2921 struct ena_host_attribute *host_attr = &ena_dev->host_attr; local
2935 struct ena_host_attribute *host_attr = &ena_dev->host_attr; local
2949 struct ena_host_attribute *host_attr = &ena_dev->host_attr; local
[all...]
H A Dena_com.h344 struct ena_host_attribute host_attr; member in struct:ena_com_dev
H A Dena_admin_defs.h839 struct ena_admin_set_feature_host_attr_desc host_attr; member in union:ena_admin_set_feat_cmd::__anon10674
/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dosm_helper.c508 uint16_t host_attr = cl_ntoh16(attr); local
513 if (host_attr > OSM_SM_ATTR_STR_UNKNOWN_VAL)
514 host_attr = OSM_SM_ATTR_STR_UNKNOWN_VAL;
516 return ib_sm_attr_str[host_attr];
521 uint16_t host_attr = cl_ntoh16(attr); local
523 if (host_attr > OSM_SA_ATTR_STR_UNKNOWN_VAL)
524 host_attr = OSM_SA_ATTR_STR_UNKNOWN_VAL;
526 return ib_sa_attr_str[host_attr];
/freebsd-12-stable/sys/contrib/ena-com/ena_defs/
H A Dena_admin_defs.h1040 struct ena_admin_set_feature_host_attr_desc host_attr; member in union:ena_admin_set_feat_cmd::__anon10682
/freebsd-12-stable/sys/dev/ena/
H A Dena.c2793 host_info = ena_dev->host_attr.host_info;
3271 adapter->ena_dev->host_attr.host_info;

Completed in 482 milliseconds