Lines Matching defs:fc_port
2332 typedef struct fc_port { struct
2333 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;
2344 unsigned int free_pending:1;
2368 struct fc_port *conflict; argument
2389 fc_port_type_t port_type; argument
2391 atomic_t state;
2392 uint32_t flags;
2394 int login_retry;
2396 struct fc_rport *rport, *drport;
2397 u32 supported_classes;
2399 uint8_t fc4_type;
2400 uint8_t fc4f_nvme;
2401 uint8_t scan_state;
2402 uint8_t n2n_flag;
2404 unsigned long last_queue_full;
2405 unsigned long last_ramp_up;
2429 } fc_port_t; argument