Searched defs: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.c162 uint16_t iotrace_index; local
171 iotrace_index = port->iotrace_index;
194 iop = port->iotrace + iotrace_index;
211 port->iotrace_index++;
212 if (port->iotrace_index >= iotrace_cnt)
213 port->iotrace_index = 0;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1131 uint16_t iotrace_index; member in struct:emlxs_port

Completed in 71 milliseconds