Searched refs:ibnex_str2hex (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ib/ibnex/ |
H A D | ibnex_hca.c | 80 extern uint64_t ibnex_str2hex(char *, int, int *); 434 *pkey = ibnex_str2hex(tmp, (tmp1 - tmp), &ret); in ibnex_prom_devname_to_pkey_n_portnum()
|
H A D | ibnex_ioctl.c | 98 extern uint64_t ibnex_str2hex(char *, int, int *); 518 hca_guid = ibnex_str2hex(guid_str, strlen(guid_str), in ibnex_devctl() 583 hca_guid = ibnex_str2hex(guid_str, strlen(guid_str), in ibnex_devctl() 703 hca_guid = ibnex_str2hex(guid_str, strlen(guid_str), in ibnex_devctl() 1834 pkey_val = ibnex_str2hex(pkey_str, strlen(pkey_str), &ret); in ibnex_get_dip_from_apid() 2036 ioc_guid = ibnex_str2hex(guid_str, strlen(guid_str), &ret); in ibnex_handle_ioc_configure() 2102 guid = ibnex_str2hex(guid_str, strlen(guid_str), &ret); in ibnex_handle_commsvcnode_configure() 2118 port_pkey = ibnex_str2hex(pkey_str, strlen(pkey_str), &ret); in ibnex_handle_commsvcnode_configure()
|
H A D | ibnex.c | 133 uint64_t ibnex_str2hex(char *, int, int *); 1737 *pkey = ibnex_str2hex(srv, (temp - srv - 1), &ret); in ibnex_get_pkey_commsvc_index_portnum() 1784 *portnum = ibnex_str2hex(temp1, (temp2 - temp1), &ret); in ibnex_devname_to_portnum() 1850 *ioc_guid = ibnex_str2hex(temp, (temp1 - temp), &ret); in ibnex_devname_to_node_n_ioc_guids() 1859 *iou_guid = ibnex_str2hex(temp1, len, &ret); in ibnex_devname_to_node_n_ioc_guids() 3273 ibnex_str2hex(char *c, int len, int *ret) in ibnex_str2hex() function
|