Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/s390/scsi/
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,
68 extern void zfcp_erp_set_port_status(struct zfcp_port *, u32);
69 extern void zfcp_erp_clear_port_status(struct zfcp_port *, u32);
70 extern void zfcp_erp_port_reopen(struct zfcp_port *port, int clear,
72 extern void zfcp_erp_port_shutdown(struct zfcp_port *, int, char *);
73 extern void zfcp_erp_port_forced_reopen(struct zfcp_port *, int, char *);
97 extern void zfcp_fc_trigger_did_lookup(struct zfcp_port *);
[all …]
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()
Dzfcp_erp.c92 static void zfcp_erp_action_dismiss_port(struct zfcp_port *port) in zfcp_erp_action_dismiss_port()
109 struct zfcp_port *port; in zfcp_erp_action_dismiss_adapter()
123 struct zfcp_port *port, struct scsi_device *sdev) in zfcp_erp_handle_failed()
163 struct zfcp_port *port, in zfcp_erp_required_act()
216 struct zfcp_port *port, in zfcp_erp_setup_act()
283 struct zfcp_port *port, in zfcp_erp_action_enqueue()
323 static /* don't waste stack */ struct zfcp_port tmpport; in zfcp_erp_port_forced_no_port_dbf()
388 void zfcp_erp_port_shutdown(struct zfcp_port *port, int clear, char *dbftag) in zfcp_erp_port_shutdown()
394 static void zfcp_erp_port_block(struct zfcp_port *port, int clear) in zfcp_erp_port_block()
400 static void _zfcp_erp_port_forced_reopen(struct zfcp_port *port, int clear, in _zfcp_erp_port_forced_reopen()
[all …]
Dzfcp_sysfs.c73 ZFCP_DEFINE_ATTR(zfcp_port, port, status, "0x%08x\n",
75 ZFCP_DEFINE_ATTR(zfcp_port, port, in_recovery, "%d\n",
95 struct zfcp_port *port = container_of(dev, struct zfcp_port, dev); in zfcp_sysfs_port_failed_show()
107 struct zfcp_port *port = container_of(dev, struct zfcp_port, dev); in zfcp_sysfs_port_failed_store()
251 static void zfcp_sysfs_port_set_removing(struct zfcp_port *const port) in zfcp_sysfs_port_set_removing()
257 bool zfcp_sysfs_port_is_removing(const struct zfcp_port *const port) in zfcp_sysfs_port_is_removing()
263 static bool zfcp_sysfs_port_in_use(struct zfcp_port *const port) in zfcp_sysfs_port_in_use()
304 struct zfcp_port *port; in zfcp_sysfs_port_remove_store()
446 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 …]
Dzfcp_aux.c62 struct zfcp_port *port; in zfcp_init_device_configure()
189 struct zfcp_port *zfcp_get_port_by_wwpn(struct zfcp_adapter *adapter, in zfcp_get_port_by_wwpn()
193 struct zfcp_port *port; in zfcp_get_port_by_wwpn()
491 struct zfcp_port *port = container_of(dev, struct zfcp_port, dev); in zfcp_port_release()
509 struct zfcp_port *zfcp_port_enqueue(struct zfcp_adapter *adapter, u64 wwpn, in zfcp_port_enqueue()
512 struct zfcp_port *port; in zfcp_port_enqueue()
524 port = kzalloc(sizeof(struct zfcp_port), GFP_KERNEL); in zfcp_port_enqueue()
Dzfcp_fc.c247 struct zfcp_port *port; in _zfcp_fc_incoming_rscn()
277 struct zfcp_port *port; in zfcp_fc_incoming_rscn()
306 struct zfcp_port *port; in zfcp_fc_incoming_wwpn()
384 static int zfcp_fc_ns_gid_pn_request(struct zfcp_port *port, in zfcp_fc_ns_gid_pn_request()
421 static int zfcp_fc_ns_gid_pn(struct zfcp_port *port) in zfcp_fc_ns_gid_pn()
448 struct zfcp_port *port = container_of(work, struct zfcp_port, in zfcp_fc_port_did_lookup()
473 void zfcp_fc_trigger_did_lookup(struct zfcp_port *port) in zfcp_fc_trigger_did_lookup()
487 void zfcp_fc_plogi_evaluate(struct zfcp_port *port, struct fc_els_flogi *plogi) in zfcp_fc_plogi_evaluate()
515 struct zfcp_port *port = fc_req->ct_els.port; in zfcp_fc_adisc_handler()
545 static int zfcp_fc_adisc(struct zfcp_port *port) in zfcp_fc_adisc()
[all …]
Dzfcp_def.h128 struct zfcp_port *port;
206 struct zfcp_port { struct
266 struct zfcp_port *port;
286 struct zfcp_port *port;
Dzfcp_scsi.c119 struct zfcp_port *port; in zfcp_scsi_slave_alloc()
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()
Dzfcp_ccw.c115 struct zfcp_port *port, *p; in zfcp_ccw_remove()
Dzfcp_dbf.c268 struct zfcp_port *port, in zfcp_dbf_set_common()
296 struct zfcp_port *port, struct scsi_device *sdev, in zfcp_dbf_rec_trig()
342 struct zfcp_port *port, struct scsi_device *sdev, in zfcp_dbf_rec_trig_lock()
Dzfcp_fsf.c111 struct zfcp_port *port; in zfcp_fsf_status_read_port_closed()
1587 static void zfcp_fsf_log_port_fc_security(struct zfcp_port *port, in zfcp_fsf_log_port_fc_security()
1695 struct zfcp_port *port = req->data; in zfcp_fsf_open_port_handler()
1779 struct zfcp_port *port = erp_action->port; in zfcp_fsf_open_port()
1821 struct zfcp_port *port = req->data; in zfcp_fsf_close_port_handler()
2020 struct zfcp_port *port = req->data; in zfcp_fsf_close_physical_port_handler()
Dzfcp_fsf.h501 struct zfcp_port *port;