Searched refs:erp_ready_head (Results 1 - 4 of 4) 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_erp.c78 list_move(&act->list, &act->adapter->erp_ready_head);
244 list_add_tail(&act->list, &adapter->erp_ready_head);
611 if (list_empty(&adapter->erp_ready_head) &&
663 !list_empty(&adapter->erp_ready_head));
705 !list_empty(&adapter->erp_ready_head));
1316 !list_empty(&adapter->erp_ready_head) ||
1324 next = adapter->erp_ready_head.next;
1327 if (next != &adapter->erp_ready_head) {
1374 WARN_ON(!list_empty(&adapter->erp_ready_head));
H A Dzfcp_def.h173 struct list_head erp_ready_head; /* error recovery for this member in struct:zfcp_adapter
H A Dzfcp_aux.c534 INIT_LIST_HEAD(&adapter->erp_ready_head);
H A Dzfcp_dbf.c518 list_for_each(entry, &adapter->erp_ready_head)

Completed in 129 milliseconds