Lines Matching defs:hw_profile
103 struct hw_profile { struct
104 struct bios_struct bios;
105 struct unit_element_struct ue;
106 struct flash_struct flash;
108 u8 sas_addr[SAS_ADDR_SIZE];
109 char pcba_sn[ASD_PCBA_SN_SIZE+1];
111 u8 enabled_phys; /* mask of enabled phys */
112 struct asd_phy_desc phy_desc[ASD_MAX_PHYS];
113 u32 max_scbs; /* absolute sequencer scb queue size */
114 struct asd_dma_tok *scb_ext;
115 u32 max_ddbs;
116 struct asd_dma_tok *ddb_ext;
118 spinlock_t ddb_lock;
119 void *ddb_bitmap;
121 int num_phys; /* ENABLEABLE */
122 int max_phys; /* REPORTED + ENABLEABLE */
124 unsigned addr_range; /* max # of addrs; max # of possible ports */
125 unsigned port_name_base;
126 unsigned dev_name_base;
127 unsigned sata_name_base;