Lines Matching defs:hw_profile
85 struct hw_profile { struct
86 struct bios_struct bios;
87 struct unit_element_struct ue;
88 struct flash_struct flash;
90 u8 sas_addr[SAS_ADDR_SIZE];
91 char pcba_sn[ASD_PCBA_SN_SIZE+1];
93 u8 enabled_phys; /* mask of enabled phys */
94 struct asd_phy_desc phy_desc[ASD_MAX_PHYS];
95 u32 max_scbs; /* absolute sequencer scb queue size */
96 struct asd_dma_tok *scb_ext;
97 u32 max_ddbs;
98 struct asd_dma_tok *ddb_ext;
100 spinlock_t ddb_lock;
101 void *ddb_bitmap;
103 int num_phys; /* ENABLEABLE */
104 int max_phys; /* REPORTED + ENABLEABLE */
106 unsigned addr_range; /* max # of addrs; max # of possible ports */
107 unsigned port_name_base;
108 unsigned dev_name_base;
109 unsigned sata_name_base;