Searched defs:fc_port (Results 1 – 11 of 11) sorted by relevance
2448 typedef struct fc_port { struct2449 struct list_head list;2450 struct scsi_qla_host *vha;2452 unsigned int conf_compl_supported:1;2453 unsigned int deleted:2;2454 unsigned int free_pending:1;2455 unsigned int local:1;2456 unsigned int logout_on_delete:1;2457 unsigned int logo_ack_needed:1;2458 unsigned int keep_nport_handle:1;[all …]
25 struct fc_port *fc_port; member
182 fc_port_t fc_port; in qla2x00_dfs_tgt_port_database_show() local
1210 struct fc_port *fc_port, in tcm_qla2xxx_set_sess_by_s_id()1315 struct fc_port *fc_port, in tcm_qla2xxx_set_sess_by_loop_id()
1361 struct scsi_cmnd *cmd, int (*do_reset)(struct fc_port *, uint64_t, int)) in __qla2xxx_eh_generic_reset() argument
2569 typedef struct fc_port { struct2570 struct list_head list;2571 struct scsi_qla_host *vha;2572 struct list_head unsol_ctx_head;2574 unsigned int conf_compl_supported:1;2575 unsigned int deleted:2;2576 unsigned int free_pending:1;2577 unsigned int local:1;2578 unsigned int logout_on_delete:1;2579 unsigned int logo_ack_needed:1;[all …]
1165 struct fc_port *fc_port, in tcm_qla2xxx_set_sess_by_s_id()1270 struct fc_port *fc_port, in tcm_qla2xxx_set_sess_by_loop_id()
381 union bfa_fw_fc_port_stats_s fc_port; member