Home
last modified time | relevance | path

Searched refs:ti_ident (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_misc.c362 ti->ti_ident = kmem_zalloc(MAXNAMELEN, KM_SLEEP); in eibnx_start_port_monitor()
385 (void) snprintf(ti->ti_ident, MAXNAMELEN, "%s%d,%x", in eibnx_start_port_monitor()
424 kmem_free(ti->ti_ident, MAXNAMELEN); in eibnx_stop_port_monitor()
556 if (ti->ti_ident[0] == '\0') in eibnx_locate_node_name()
562 "%s@%s,%x", EIB_DRV_NAME, ti->ti_ident, in eibnx_locate_node_name()
619 if (info->ti_ident[0] == NULL) in eibnx_make_nodename()
624 info->ti_ident, gw_portid); in eibnx_make_nodename()
/titanic_44/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h313 char *ti_ident; member