Searched refs:ibnex_str2hex (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/io/ib/ibnex/ |
H A D | ibnex_hca.c | 76 extern uint64_t ibnex_str2hex(char *, int, int *); 429 *pkey = ibnex_str2hex(tmp, (tmp1 - tmp), &ret); in ibnex_prom_devname_to_pkey_n_portnum()
|
H A D | ibnex_ioctl.c | 94 extern uint64_t ibnex_str2hex(char *, int, int *); 515 hca_guid = ibnex_str2hex(guid_str, strlen(guid_str), in ibnex_devctl() 580 hca_guid = ibnex_str2hex(guid_str, strlen(guid_str), in ibnex_devctl() 700 hca_guid = ibnex_str2hex(guid_str, strlen(guid_str), in ibnex_devctl() 1831 pkey_val = ibnex_str2hex(pkey_str, strlen(pkey_str), &ret); in ibnex_get_dip_from_apid() 2033 ioc_guid = ibnex_str2hex(guid_str, strlen(guid_str), &ret); in ibnex_handle_ioc_configure() 2099 guid = ibnex_str2hex(guid_str, strlen(guid_str), &ret); in ibnex_handle_commsvcnode_configure() 2115 port_pkey = ibnex_str2hex(pkey_str, strlen(pkey_str), &ret); in ibnex_handle_commsvcnode_configure()
|
H A D | ibnex.c | 128 uint64_t ibnex_str2hex(char *, int, int *); 1732 *pkey = ibnex_str2hex(srv, (temp - srv - 1), &ret); in ibnex_get_pkey_commsvc_index_portnum() 1779 *portnum = ibnex_str2hex(temp1, (temp2 - temp1), &ret); in ibnex_devname_to_portnum() 1845 *ioc_guid = ibnex_str2hex(temp, (temp1 - temp), &ret); in ibnex_devname_to_node_n_ioc_guids() 1854 *iou_guid = ibnex_str2hex(temp1, len, &ret); in ibnex_devname_to_node_n_ioc_guids() 3268 ibnex_str2hex(char *c, int len, int *ret) in ibnex_str2hex() function
|