• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/scsi/

Lines Matching defs:clear_mask

204 zfcp_erp_adapter_reopen_internal(struct zfcp_adapter *adapter, int clear_mask)
212 zfcp_erp_adapter_block(adapter, clear_mask);
240 zfcp_erp_adapter_reopen(struct zfcp_adapter *adapter, int clear_mask)
247 retval = zfcp_erp_adapter_reopen_internal(adapter, clear_mask);
255 zfcp_erp_adapter_shutdown(struct zfcp_adapter *adapter, int clear_mask)
262 clear_mask);
268 zfcp_erp_port_shutdown(struct zfcp_port *port, int clear_mask)
275 clear_mask);
281 zfcp_erp_unit_shutdown(struct zfcp_unit *unit, int clear_mask)
288 clear_mask);
489 zfcp_erp_port_forced_reopen_internal(struct zfcp_port *port, int clear_mask)
500 zfcp_erp_port_block(port, clear_mask);
529 zfcp_erp_port_forced_reopen(struct zfcp_port *port, int clear_mask)
538 retval = zfcp_erp_port_forced_reopen_internal(port, clear_mask);
556 zfcp_erp_port_reopen_internal(struct zfcp_port *port, int clear_mask)
567 zfcp_erp_port_block(port, clear_mask);
591 * @clear_mask: specifies flags in port status to be cleared
599 zfcp_erp_port_reopen(struct zfcp_port *port, int clear_mask)
607 retval = zfcp_erp_port_reopen_internal(port, clear_mask);
625 zfcp_erp_unit_reopen_internal(struct zfcp_unit *unit, int clear_mask)
636 zfcp_erp_unit_block(unit, clear_mask);
659 * @clear_mask: specifies flags in unit status to be cleared
667 zfcp_erp_unit_reopen(struct zfcp_unit *unit, int clear_mask)
679 retval = zfcp_erp_unit_reopen_internal(unit, clear_mask);
689 static void zfcp_erp_adapter_block(struct zfcp_adapter *adapter, int clear_mask)
694 clear_mask, ZFCP_CLEAR);
716 zfcp_erp_port_block(struct zfcp_port *port, int clear_mask)
723 ZFCP_STATUS_COMMON_UNBLOCKED | clear_mask,
754 zfcp_erp_unit_block(struct zfcp_unit *unit, int clear_mask)
761 ZFCP_STATUS_COMMON_UNBLOCKED | clear_mask,
1828 zfcp_erp_port_reopen_all(struct zfcp_adapter *adapter, int clear_mask)
1835 retval = zfcp_erp_port_reopen_all_internal(adapter, clear_mask);
1843 zfcp_erp_port_reopen_all_internal(struct zfcp_adapter *adapter, int clear_mask)
1850 zfcp_erp_port_reopen_internal(port, clear_mask);
1856 zfcp_erp_unit_reopen_all_internal(struct zfcp_port *port, int clear_mask)
1862 zfcp_erp_unit_reopen_internal(unit, clear_mask);