Searched defs:hw_profile (Results 1 – 2 of 2) sorted by relevance
85 struct hw_profile { struct86 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;[all …]
872 int (*hw_profile)(struct hns_roce_dev *hr_dev); member