Searched defs:fc_port (Results 1 – 4 of 4) sorted by relevance
2590 typedef struct fc_port { struct2591 struct list_head list;2592 struct scsi_qla_host *vha;2593 struct list_head unsol_ctx_head;2595 unsigned int conf_compl_supported:1;2596 unsigned int deleted:2;2597 unsigned int free_pending:1;2598 unsigned int local:1;2599 unsigned int logout_on_delete:1;2600 unsigned int logo_ack_needed:1;[all …]
25 struct fc_port *fc_port; member
1181 struct fc_port *fc_port, in tcm_qla2xxx_set_sess_by_s_id()1286 struct fc_port *fc_port, in tcm_qla2xxx_set_sess_by_loop_id()
381 union bfa_fw_fc_port_stats_s fc_port; member