Searched defs:fc_port (Results 1 – 6 of 6) sorted by relevance
2332 typedef struct fc_port { struct2333 struct list_head list;2334 struct scsi_qla_host *vha;2336 uint8_t node_name[WWN_SIZE];2337 uint8_t port_name[WWN_SIZE];2338 port_id_t d_id;2339 uint16_t loop_id;2340 uint16_t old_loop_id;2342 unsigned int conf_compl_supported:1;2343 unsigned int deleted:2;[all …]
25 struct fc_port *fc_port; member
61 fc_port_t fc_port; in qla2x00_dfs_tgt_port_database_show() local
1259 struct fc_port *fc_port, in tcm_qla2xxx_set_sess_by_s_id()1364 struct fc_port *fc_port, in tcm_qla2xxx_set_sess_by_loop_id()
1406 struct scsi_cmnd *cmd, int (*do_reset)(struct fc_port *, uint64_t, int)) in __qla2xxx_eh_generic_reset() argument
389 union bfa_fw_fc_port_stats_s fc_port; member