Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c160 emlxs_iotrace_t *iop = port->iotrace;
194 iop = port->iotrace + iotrace_index;
200 if (iop == (port->iotrace + iotrace_cnt))
201 iop = port->iotrace;
938 if (port->iotrace) {
939 kmem_free(port->iotrace,
942 port->iotrace = NULL;
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1129 emlxs_iotrace_t *iotrace; member