Symbol: zfcp_port
drivers/s390/scsi/zfcp_aux.c
188
struct zfcp_port *zfcp_get_port_by_wwpn(struct zfcp_adapter *adapter,
drivers/s390/scsi/zfcp_aux.c
192
struct zfcp_port *port;
drivers/s390/scsi/zfcp_aux.c
488
struct zfcp_port *port = container_of(dev, struct zfcp_port, dev);
drivers/s390/scsi/zfcp_aux.c
506
struct zfcp_port *zfcp_port_enqueue(struct zfcp_adapter *adapter, u64 wwpn,
drivers/s390/scsi/zfcp_aux.c
509
struct zfcp_port *port;
drivers/s390/scsi/zfcp_aux.c
521
port = kzalloc_obj(struct zfcp_port);
drivers/s390/scsi/zfcp_aux.c
61
struct zfcp_port *port;
drivers/s390/scsi/zfcp_ccw.c
114
struct zfcp_port *port, *p;
drivers/s390/scsi/zfcp_dbf.c
309
struct zfcp_port *port,
drivers/s390/scsi/zfcp_dbf.c
337
struct zfcp_port *port, struct scsi_device *sdev,
drivers/s390/scsi/zfcp_dbf.c
383
struct zfcp_port *port, struct scsi_device *sdev,
drivers/s390/scsi/zfcp_def.h
128
struct zfcp_port *port;
drivers/s390/scsi/zfcp_def.h
266
struct zfcp_port *port;
drivers/s390/scsi/zfcp_def.h
286
struct zfcp_port *port;
drivers/s390/scsi/zfcp_erp.c
1030
struct zfcp_port *port = act->port;
drivers/s390/scsi/zfcp_erp.c
1044
struct zfcp_port *port = act->port;
drivers/s390/scsi/zfcp_erp.c
108
struct zfcp_port *port;
drivers/s390/scsi/zfcp_erp.c
1085
struct zfcp_port *port = erp_action->port;
drivers/s390/scsi/zfcp_erp.c
122
struct zfcp_port *port, struct scsi_device *sdev)
drivers/s390/scsi/zfcp_erp.c
1220
struct zfcp_port *port, enum zfcp_erp_act_result result)
drivers/s390/scsi/zfcp_erp.c
1295
struct zfcp_port *port = erp_action->port;
drivers/s390/scsi/zfcp_erp.c
1336
struct zfcp_port *port = act->port;
drivers/s390/scsi/zfcp_erp.c
1412
static void zfcp_erp_try_rport_unblock(struct zfcp_port *port)
drivers/s390/scsi/zfcp_erp.c
1471
struct zfcp_port *port = act->port;
drivers/s390/scsi/zfcp_erp.c
162
struct zfcp_port *port,
drivers/s390/scsi/zfcp_erp.c
1694
struct zfcp_port *port;
drivers/s390/scsi/zfcp_erp.c
1731
struct zfcp_port *port;
drivers/s390/scsi/zfcp_erp.c
1776
void zfcp_erp_set_port_status(struct zfcp_port *port, u32 mask)
drivers/s390/scsi/zfcp_erp.c
1802
void zfcp_erp_clear_port_status(struct zfcp_port *port, u32 mask)
drivers/s390/scsi/zfcp_erp.c
215
struct zfcp_port *port,
drivers/s390/scsi/zfcp_erp.c
282
struct zfcp_port *port,
drivers/s390/scsi/zfcp_erp.c
322
static /* don't waste stack */ struct zfcp_port tmpport;
drivers/s390/scsi/zfcp_erp.c
387
void zfcp_erp_port_shutdown(struct zfcp_port *port, int clear, char *dbftag)
drivers/s390/scsi/zfcp_erp.c
393
static void zfcp_erp_port_block(struct zfcp_port *port, int clear)
drivers/s390/scsi/zfcp_erp.c
399
static void _zfcp_erp_port_forced_reopen(struct zfcp_port *port, int clear,
drivers/s390/scsi/zfcp_erp.c
415
void zfcp_erp_port_forced_reopen(struct zfcp_port *port, int clear,
drivers/s390/scsi/zfcp_erp.c
426
static void _zfcp_erp_port_reopen(struct zfcp_port *port, int clear,
drivers/s390/scsi/zfcp_erp.c
442
void zfcp_erp_port_reopen(struct zfcp_port *port, int clear, char *dbftag)
drivers/s390/scsi/zfcp_erp.c
482
struct zfcp_port *port = zfcp_sdev->port;
drivers/s390/scsi/zfcp_erp.c
516
struct zfcp_port *port = zfcp_sdev->port;
drivers/s390/scsi/zfcp_erp.c
540
static void zfcp_erp_port_unblock(struct zfcp_port *port)
drivers/s390/scsi/zfcp_erp.c
647
struct zfcp_port *port;
drivers/s390/scsi/zfcp_erp.c
660
struct zfcp_port *port;
drivers/s390/scsi/zfcp_erp.c
668
static void _zfcp_erp_lun_reopen_all(struct zfcp_port *port, int clear,
drivers/s390/scsi/zfcp_erp.c
732
struct zfcp_port *port;
drivers/s390/scsi/zfcp_erp.c
91
static void zfcp_erp_action_dismiss_port(struct zfcp_port *port)
drivers/s390/scsi/zfcp_erp.c
974
struct zfcp_port *port = erp_action->port;
drivers/s390/scsi/zfcp_ext.h
100
extern void zfcp_fc_trigger_did_lookup(struct zfcp_port *);
drivers/s390/scsi/zfcp_ext.h
101
extern void zfcp_fc_plogi_evaluate(struct zfcp_port *, struct fc_els_flogi *);
drivers/s390/scsi/zfcp_ext.h
102
extern void zfcp_fc_test_link(struct zfcp_port *);
drivers/s390/scsi/zfcp_ext.h
172
extern void zfcp_scsi_schedule_rport_register(struct zfcp_port *);
drivers/s390/scsi/zfcp_ext.h
173
extern void zfcp_scsi_schedule_rport_block(struct zfcp_port *);
drivers/s390/scsi/zfcp_ext.h
192
bool zfcp_sysfs_port_is_removing(const struct zfcp_port *const port);
drivers/s390/scsi/zfcp_ext.h
195
extern int zfcp_unit_add(struct zfcp_port *, u64);
drivers/s390/scsi/zfcp_ext.h
196
extern int zfcp_unit_remove(struct zfcp_port *, u64);
drivers/s390/scsi/zfcp_ext.h
197
extern struct zfcp_unit *zfcp_unit_find(struct zfcp_port *, u64);
drivers/s390/scsi/zfcp_ext.h
20
extern struct zfcp_port *zfcp_get_port_by_wwpn(struct zfcp_adapter *, u64);
drivers/s390/scsi/zfcp_ext.h
200
extern void zfcp_unit_queue_scsi_scan(struct zfcp_port *);
drivers/s390/scsi/zfcp_ext.h
22
extern struct zfcp_port *zfcp_port_enqueue(struct zfcp_adapter *, u64, u32,
drivers/s390/scsi/zfcp_ext.h
36
struct zfcp_port *, struct scsi_device *, u8, u8);
drivers/s390/scsi/zfcp_ext.h
38
struct zfcp_port *port,
drivers/s390/scsi/zfcp_ext.h
71
extern void zfcp_erp_set_port_status(struct zfcp_port *, u32);
drivers/s390/scsi/zfcp_ext.h
72
extern void zfcp_erp_clear_port_status(struct zfcp_port *, u32);
drivers/s390/scsi/zfcp_ext.h
73
extern void zfcp_erp_port_reopen(struct zfcp_port *port, int clear,
drivers/s390/scsi/zfcp_ext.h
75
extern void zfcp_erp_port_shutdown(struct zfcp_port *, int, char *);
drivers/s390/scsi/zfcp_ext.h
76
extern void zfcp_erp_port_forced_reopen(struct zfcp_port *, int, char *);
drivers/s390/scsi/zfcp_fc.c
1039
struct zfcp_port *port;
drivers/s390/scsi/zfcp_fc.c
246
struct zfcp_port *port;
drivers/s390/scsi/zfcp_fc.c
276
struct zfcp_port *port;
drivers/s390/scsi/zfcp_fc.c
305
struct zfcp_port *port;
drivers/s390/scsi/zfcp_fc.c
383
static int zfcp_fc_ns_gid_pn_request(struct zfcp_port *port,
drivers/s390/scsi/zfcp_fc.c
420
static int zfcp_fc_ns_gid_pn(struct zfcp_port *port)
drivers/s390/scsi/zfcp_fc.c
447
struct zfcp_port *port = container_of(work, struct zfcp_port,
drivers/s390/scsi/zfcp_fc.c
472
void zfcp_fc_trigger_did_lookup(struct zfcp_port *port)
drivers/s390/scsi/zfcp_fc.c
486
void zfcp_fc_plogi_evaluate(struct zfcp_port *port, struct fc_els_flogi *plogi)
drivers/s390/scsi/zfcp_fc.c
514
struct zfcp_port *port = fc_req->ct_els.port;
drivers/s390/scsi/zfcp_fc.c
548
static int zfcp_fc_adisc(struct zfcp_port *port)
drivers/s390/scsi/zfcp_fc.c
596
struct zfcp_port *port =
drivers/s390/scsi/zfcp_fc.c
597
container_of(work, struct zfcp_port, test_link_work);
drivers/s390/scsi/zfcp_fc.c
628
void zfcp_fc_test_link(struct zfcp_port *port)
drivers/s390/scsi/zfcp_fc.c
719
static void zfcp_fc_validate_port(struct zfcp_port *port, struct list_head *lh)
drivers/s390/scsi/zfcp_fc.c
740
struct zfcp_port *port, *tmp;
drivers/s390/scsi/zfcp_fsf.c
110
struct zfcp_port *port;
drivers/s390/scsi/zfcp_fsf.c
1589
static void zfcp_fsf_log_port_fc_security(struct zfcp_port *port,
drivers/s390/scsi/zfcp_fsf.c
1697
struct zfcp_port *port = req->data;
drivers/s390/scsi/zfcp_fsf.c
1781
struct zfcp_port *port = erp_action->port;
drivers/s390/scsi/zfcp_fsf.c
1823
struct zfcp_port *port = req->data;
drivers/s390/scsi/zfcp_fsf.c
2022
struct zfcp_port *port = req->data;
drivers/s390/scsi/zfcp_fsf.h
501
struct zfcp_port *port;
drivers/s390/scsi/zfcp_scsi.c
119
struct zfcp_port *port;
drivers/s390/scsi/zfcp_scsi.c
522
struct zfcp_port *port;
drivers/s390/scsi/zfcp_scsi.c
704
struct zfcp_port *port;
drivers/s390/scsi/zfcp_scsi.c
722
static void zfcp_scsi_rport_register(struct zfcp_port *port)
drivers/s390/scsi/zfcp_scsi.c
754
static void zfcp_scsi_rport_block(struct zfcp_port *port)
drivers/s390/scsi/zfcp_scsi.c
767
void zfcp_scsi_schedule_rport_register(struct zfcp_port *port)
drivers/s390/scsi/zfcp_scsi.c
776
void zfcp_scsi_schedule_rport_block(struct zfcp_port *port)
drivers/s390/scsi/zfcp_scsi.c
791
struct zfcp_port *port;
drivers/s390/scsi/zfcp_scsi.c
801
struct zfcp_port *port = container_of(work, struct zfcp_port,
drivers/s390/scsi/zfcp_sysfs.c
106
struct zfcp_port *port = container_of(dev, struct zfcp_port, dev);
drivers/s390/scsi/zfcp_sysfs.c
250
static void zfcp_sysfs_port_set_removing(struct zfcp_port *const port)
drivers/s390/scsi/zfcp_sysfs.c
256
bool zfcp_sysfs_port_is_removing(const struct zfcp_port *const port)
drivers/s390/scsi/zfcp_sysfs.c
262
static bool zfcp_sysfs_port_in_use(struct zfcp_port *const port)
drivers/s390/scsi/zfcp_sysfs.c
303
struct zfcp_port *port;
drivers/s390/scsi/zfcp_sysfs.c
444
struct zfcp_port *port = container_of(dev, struct zfcp_port, dev);
drivers/s390/scsi/zfcp_sysfs.c
465
struct zfcp_port *port = container_of(dev, struct zfcp_port, dev);
drivers/s390/scsi/zfcp_sysfs.c
482
struct zfcp_port *port = container_of(dev, struct zfcp_port, dev);
drivers/s390/scsi/zfcp_sysfs.c
72
ZFCP_DEFINE_ATTR(zfcp_port, port, status, "0x%08x\n",
drivers/s390/scsi/zfcp_sysfs.c
74
ZFCP_DEFINE_ATTR(zfcp_port, port, in_recovery, "%d\n",
drivers/s390/scsi/zfcp_sysfs.c
94
struct zfcp_port *port = container_of(dev, struct zfcp_port, dev);
drivers/s390/scsi/zfcp_unit.c
121
int zfcp_unit_add(struct zfcp_port *port, u64 fcp_lun)
drivers/s390/scsi/zfcp_unit.c
198
struct zfcp_port *port;
drivers/s390/scsi/zfcp_unit.c
238
int zfcp_unit_remove(struct zfcp_port *port, u64 fcp_lun)
drivers/s390/scsi/zfcp_unit.c
53
void zfcp_unit_queue_scsi_scan(struct zfcp_port *port)
drivers/s390/scsi/zfcp_unit.c
67
static struct zfcp_unit *_zfcp_unit_find(struct zfcp_port *port, u64 fcp_lun)
drivers/s390/scsi/zfcp_unit.c
91
struct zfcp_unit *zfcp_unit_find(struct zfcp_port *port, u64 fcp_lun)