Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c163 uint16_t iotrace_cnt; in emlxs_fct_io_trace() local
172 iotrace_cnt = port->iotrace_cnt; in emlxs_fct_io_trace()
182 for (i = 0; i < iotrace_cnt; i++) { in emlxs_fct_io_trace()
188 if (i < iotrace_cnt) { in emlxs_fct_io_trace()
197 for (i = 0; i < iotrace_cnt; i++) { in emlxs_fct_io_trace()
202 if (iop == (port->iotrace + iotrace_cnt)) in emlxs_fct_io_trace()
205 if (i >= iotrace_cnt) { in emlxs_fct_io_trace()
214 if (port->iotrace_index >= iotrace_cnt) in emlxs_fct_io_trace()
227 for (i = 0; i < iotrace_cnt; i++) { in emlxs_fct_io_trace()
233 if (i >= iotrace_cnt) { in emlxs_fct_io_trace()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1134 uint16_t iotrace_cnt; member