Home
last modified time | relevance | path

Searched refs:zfcp_port (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/s390/scsi/
H A Dzfcp_ext.h20 extern struct zfcp_port *zfcp_get_port_by_wwpn(struct zfcp_adapter *, u64);
22 extern struct zfcp_port *zfcp_port_enqueue(struct zfcp_adapter *, u64, u32,
36 struct zfcp_port *, struct scsi_device *, u8, u8);
38 struct zfcp_port *port,
71 extern void zfcp_erp_set_port_status(struct zfcp_port *, u32);
72 extern void zfcp_erp_clear_port_status(struct zfcp_port *, u32);
73 extern void zfcp_erp_port_reopen(struct zfcp_port *port, int clear,
75 extern void zfcp_erp_port_shutdown(struct zfcp_port *, int, char *);
76 extern void zfcp_erp_port_forced_reopen(struct zfcp_port *, int, char *);
100 extern void zfcp_fc_trigger_did_lookup(struct zfcp_port *);
[all …]
H A Dzfcp_erp.c91 static void zfcp_erp_action_dismiss_port(struct zfcp_port *port) in zfcp_erp_action_dismiss_port()
108 struct zfcp_port *port; in zfcp_erp_action_dismiss_adapter()
122 struct zfcp_port *port, struct scsi_device *sdev) in zfcp_erp_handle_failed()
162 struct zfcp_port *port, in zfcp_erp_required_act()
215 struct zfcp_port *port, in zfcp_erp_setup_act()
282 struct zfcp_port *port, in zfcp_erp_action_enqueue()
322 static /* don't waste stack */ struct zfcp_port tmpport; in zfcp_erp_port_forced_no_port_dbf()
387 void zfcp_erp_port_shutdown(struct zfcp_port *port, int clear, char *dbftag) in zfcp_erp_port_shutdown()
393 static void zfcp_erp_port_block(struct zfcp_port *port, int clear) in zfcp_erp_port_block()
399 static void _zfcp_erp_port_forced_reopen(struct zfcp_port *port, int clear, in _zfcp_erp_port_forced_reopen()
[all …]
H A Dzfcp_unit.c53 void zfcp_unit_queue_scsi_scan(struct zfcp_port *port) in zfcp_unit_queue_scsi_scan()
67 static struct zfcp_unit *_zfcp_unit_find(struct zfcp_port *port, u64 fcp_lun) in _zfcp_unit_find()
91 struct zfcp_unit *zfcp_unit_find(struct zfcp_port *port, u64 fcp_lun) in zfcp_unit_find()
121 int zfcp_unit_add(struct zfcp_port *port, u64 fcp_lun) in zfcp_unit_add()
198 struct zfcp_port *port; in zfcp_unit_sdev()
238 int zfcp_unit_remove(struct zfcp_port *port, u64 fcp_lun) in zfcp_unit_remove()
H A Dzfcp_sysfs.c72 ZFCP_DEFINE_ATTR(zfcp_port, port, status, "0x%08x\n",
74 ZFCP_DEFINE_ATTR(zfcp_port, port, in_recovery, "%d\n",
94 struct zfcp_port *port = container_of(dev, struct zfcp_port, dev); in zfcp_sysfs_port_failed_show()
106 struct zfcp_port *port = container_of(dev, struct zfcp_port, dev); in zfcp_sysfs_port_failed_store()
250 static void zfcp_sysfs_port_set_removing(struct zfcp_port *const port) in zfcp_sysfs_port_set_removing()
256 bool zfcp_sysfs_port_is_removing(const struct zfcp_port *const port) in zfcp_sysfs_port_is_removing()
262 static bool zfcp_sysfs_port_in_use(struct zfcp_port *const port) in zfcp_sysfs_port_in_use()
303 struct zfcp_port *port; in zfcp_sysfs_port_remove_store()
444 struct zfcp_port *port = container_of(dev, struct zfcp_port, dev); in zfcp_sysfs_unit_add_store()
465 struct zfcp_port *port = container_of(dev, struct zfcp_port, dev); in zfcp_sysfs_unit_remove_store()
[all …]
H A Dzfcp_fc.c246 struct zfcp_port *port; in _zfcp_fc_incoming_rscn()
276 struct zfcp_port *port; in zfcp_fc_incoming_rscn()
305 struct zfcp_port *port; in zfcp_fc_incoming_wwpn()
383 static int zfcp_fc_ns_gid_pn_request(struct zfcp_port *port, in zfcp_fc_ns_gid_pn_request()
420 static int zfcp_fc_ns_gid_pn(struct zfcp_port *port) in zfcp_fc_ns_gid_pn()
447 struct zfcp_port *port = container_of(work, struct zfcp_port, in zfcp_fc_port_did_lookup()
472 void zfcp_fc_trigger_did_lookup(struct zfcp_port *port) in zfcp_fc_trigger_did_lookup()
486 void zfcp_fc_plogi_evaluate(struct zfcp_port *port, struct fc_els_flogi *plogi) in zfcp_fc_plogi_evaluate()
514 struct zfcp_port *port = fc_req->ct_els.port; in zfcp_fc_adisc_handler()
548 static int zfcp_fc_adisc(struct zfcp_port *port) in zfcp_fc_adisc()
[all …]
H A Dzfcp_aux.c61 struct zfcp_port *port; in zfcp_init_device_configure()
188 struct zfcp_port *zfcp_get_port_by_wwpn(struct zfcp_adapter *adapter, in zfcp_get_port_by_wwpn()
192 struct zfcp_port *port; in zfcp_get_port_by_wwpn()
488 struct zfcp_port *port = container_of(dev, struct zfcp_port, dev); in zfcp_port_release()
506 struct zfcp_port *zfcp_port_enqueue(struct zfcp_adapter *adapter, u64 wwpn, in zfcp_port_enqueue()
509 struct zfcp_port *port; in zfcp_port_enqueue()
521 port = kzalloc_obj(struct zfcp_port); in zfcp_port_enqueue()
H A Dzfcp_def.h128 struct zfcp_port *port;
206 struct zfcp_port { struct
266 struct zfcp_port *port;
286 struct zfcp_port *port;
H A Dzfcp_scsi.c119 struct zfcp_port *port; in zfcp_scsi_sdev_init()
522 struct zfcp_port *port; in zfcp_scsi_adapter_unregister()
704 struct zfcp_port *port; in zfcp_scsi_terminate_rport_io()
722 static void zfcp_scsi_rport_register(struct zfcp_port *port) in zfcp_scsi_rport_register()
754 static void zfcp_scsi_rport_block(struct zfcp_port *port) in zfcp_scsi_rport_block()
767 void zfcp_scsi_schedule_rport_register(struct zfcp_port *port) in zfcp_scsi_schedule_rport_register()
776 void zfcp_scsi_schedule_rport_block(struct zfcp_port *port) in zfcp_scsi_schedule_rport_block()
791 struct zfcp_port *port; in zfcp_scsi_schedule_rports_block()
801 struct zfcp_port *port = container_of(work, struct zfcp_port, in zfcp_scsi_rport_work()
H A Dzfcp_ccw.c114 struct zfcp_port *port, *p; in zfcp_ccw_remove()
H A Dzfcp_dbf.c309 struct zfcp_port *port, in zfcp_dbf_set_common()
337 struct zfcp_port *port, struct scsi_device *sdev, in zfcp_dbf_rec_trig()
383 struct zfcp_port *port, struct scsi_device *sdev, in zfcp_dbf_rec_trig_lock()
H A Dzfcp_fsf.c110 struct zfcp_port *port; in zfcp_fsf_status_read_port_closed()
1589 static void zfcp_fsf_log_port_fc_security(struct zfcp_port *port, in zfcp_fsf_log_port_fc_security()
1697 struct zfcp_port *port = req->data; in zfcp_fsf_open_port_handler()
1781 struct zfcp_port *port = erp_action->port; in zfcp_fsf_open_port()
1823 struct zfcp_port *port = req->data; in zfcp_fsf_close_port_handler()
2022 struct zfcp_port *port = req->data; in zfcp_fsf_close_physical_port_handler()
H A Dzfcp_fsf.h501 struct zfcp_port *port;