Home
last modified time | relevance | path

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

/titanic_44/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; i++) {
231 if (i >= iotrace_cnt) {
[all …]
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1130 uint16_t iotrace_cnt; member