Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c164 uint16_t iotrace_index; in emlxs_fct_io_trace() local
173 iotrace_index = port->iotrace_index; in emlxs_fct_io_trace()
196 iop = port->iotrace + iotrace_index; in emlxs_fct_io_trace()
213 port->iotrace_index++; in emlxs_fct_io_trace()
214 if (port->iotrace_index >= iotrace_cnt) in emlxs_fct_io_trace()
215 port->iotrace_index = 0; in emlxs_fct_io_trace()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1135 uint16_t iotrace_index; member