Searched refs:erp_counter (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/scsi/
H A Dzfcp_def.h180 atomic_t erp_counter; member in struct:zfcp_adapter
212 atomic_t erp_counter; member in struct:zfcp_port
231 atomic_t erp_counter; member in struct:zfcp_unit
H A Dzfcp_erp.c994 atomic_set(&unit->erp_counter, 0);
998 atomic_inc(&unit->erp_counter);
999 if (atomic_read(&unit->erp_counter) > ZFCP_MAX_ERPS) {
1021 atomic_set(&port->erp_counter, 0);
1030 atomic_inc(&port->erp_counter);
1031 if (atomic_read(&port->erp_counter) > ZFCP_MAX_ERPS) {
1052 atomic_set(&adapter->erp_counter, 0);
1057 atomic_inc(&adapter->erp_counter);
1058 if (atomic_read(&adapter->erp_counter) > ZFCP_MAX_ERPS) {
1451 atomic_set(&adapter->erp_counter,
[all...]
H A Dzfcp_dbf.c583 &adapter->erp_counter, 0, 0,
598 &port->erp_counter, port->wwpn, port->d_id,
614 &unit->erp_counter, port->wwpn, port->d_id,

Completed in 103 milliseconds