Lines Matching defs:fc_port
2448 typedef struct fc_port { struct
2449 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;
2459 unsigned int send_els_logo:1;
2460 unsigned int login_pause:1;
2461 unsigned int login_succ:1;
2462 unsigned int query:1;
2463 unsigned int id_changed:1;
2464 unsigned int scan_needed:1;
2465 unsigned int n2n_flag:1;
2466 unsigned int explicit_logout:1;
2467 unsigned int prli_pend_timer:1;
2491 struct fc_port *conflict; argument
2515 fc_port_type_t port_type; argument
2517 atomic_t state;
2518 uint32_t flags;
2520 int login_retry;
2522 struct fc_rport *rport, *drport;
2523 u32 supported_classes;
2525 uint8_t fc4_type;
2526 uint8_t fc4_features;
2527 uint8_t scan_state;
2529 unsigned long last_queue_full;
2530 unsigned long last_ramp_up;
2532 uint16_t port_id;
2534 struct nvme_fc_remote_port *nvme_remote_port;
2558 } fc_port_t; argument