Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c162 emlxs_iotrace_t *iop = port->iotrace; in emlxs_fct_io_trace()
196 iop = port->iotrace + iotrace_index; in emlxs_fct_io_trace()
202 if (iop == (port->iotrace + iotrace_cnt)) in emlxs_fct_io_trace()
203 iop = port->iotrace; in emlxs_fct_io_trace()
941 if (port->iotrace) { in emlxs_fct_detach()
942 kmem_free(port->iotrace, in emlxs_fct_detach()
945 port->iotrace = NULL; in emlxs_fct_detach()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1133 emlxs_iotrace_t *iotrace; member