Searched defs: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.c161 uint16_t iotrace_cnt; local
170 iotrace_cnt = port->iotrace_cnt;
180 for (i = 0; i < iotrace_cnt; i++) {
186 if (i < iotrace_cnt) {
195 for (i = 0; i < iotrace_cnt; i++) {
200 if (iop == (port->iotrace + iotrace_cnt))
203 if (i >= iotrace_cnt) {
212 if (port->iotrace_index >= iotrace_cnt)
225 for (i = 0; i < iotrace_cnt;
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1130 uint16_t iotrace_cnt; member in struct:emlxs_port

Completed in 1081 milliseconds