Home
last modified time | relevance | path

Searched refs:io_cnt (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dqla1280.c766 if (up->io_cnt == 0 || up->io_cnt < 2) in qla1280_proc_info()
773 b, t, l, up->io_cnt); in qla1280_proc_info()
782 (up->resp_time / up->io_cnt) * in qla1280_proc_info()
789 (up->act_time / up->io_cnt) * 100); in qla1280_proc_info()
Dgdth.h917 unchar io_cnt[MAXID]; /* current IO count */ member
Dqla1280.h135 unsigned long io_cnt; /* total xfer count */ member
Dgdth.c2532 if (ha->raw[BUS_L2P(ha,b)].io_cnt[t] >= GDTH_MAX_RAW || in gdth_next()
2536 ha->raw[BUS_L2P(ha,b)].io_cnt[t]++; in gdth_next()
3924 ha->raw[BUS_L2P(ha,b)].io_cnt[t]--; in gdth_sync_event()
5181 ha->raw[BUS_L2P(ha,b)].io_cnt[i] = 0; in gdth_eh_bus_reset()