Home
last modified time | relevance | path

Searched defs:hw_profile (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/scsi/aic94xx/
Daic94xx_hwi.h85 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;
[all …]
/linux-6.1.9/drivers/infiniband/hw/hns/
Dhns_roce_device.h861 int (*hw_profile)(struct hns_roce_dev *hr_dev); member