Searched defs:fc_port (Results 1 – 6 of 6) sorted by relevance
2376 typedef struct fc_port { struct2377 struct list_head list;2378 struct scsi_qla_host *vha;2380 uint8_t node_name[WWN_SIZE];2381 uint8_t port_name[WWN_SIZE];2382 port_id_t d_id;2383 uint16_t loop_id;2384 uint16_t old_loop_id;2386 unsigned int conf_compl_supported:1;2387 unsigned int deleted:2;[all …]
25 struct fc_port *fc_port; member
62 fc_port_t fc_port; in qla2x00_dfs_tgt_port_database_show() local
1186 struct fc_port *fc_port, in tcm_qla2xxx_set_sess_by_s_id()1291 struct fc_port *fc_port, in tcm_qla2xxx_set_sess_by_loop_id()
1389 struct scsi_cmnd *cmd, int (*do_reset)(struct fc_port *, uint64_t, int)) in __qla2xxx_eh_generic_reset() argument
381 union bfa_fw_fc_port_stats_s fc_port; member