Searched defs:tcm_loop_hba (Results 1 – 1 of 1) sorted by relevance
44 struct tcm_loop_hba { struct45 u8 tl_proto_id;46 unsigned char tl_wwn_address[TL_WWN_ADDR_LEN];47 struct se_hba_s *se_hba;48 struct se_lun *tl_hba_lun;49 struct se_port *tl_hba_lun_sep;50 struct device dev;51 struct Scsi_Host *sh;52 struct tcm_loop_tpg tl_hba_tpgs[TL_TPGS_PER_HBA];53 struct se_wwn tl_hba_wwn;
Completed in 3 milliseconds