Home
last modified time | relevance | path

Searched refs:manuf_sec (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/aic94xx/
H A Daic94xx_sds.c735 * @manuf_sec: pointer to the manufacturing sector
753 struct asd_manuf_sec *manuf_sec) in asd_ms_get_phy_params()
761 phy_param = asd_find_ll_by_id(manuf_sec, 'P', 'M'); in asd_ms_get_phy_params()
823 struct asd_manuf_sec *manuf_sec) in asd_ms_get_connector_map()
827 cm = asd_find_ll_by_id(manuf_sec, 'M', 'C'); in asd_ms_get_connector_map()
854 struct asd_manuf_sec *manuf_sec; in asd_process_ms() local
867 manuf_sec = kmalloc(size, GFP_KERNEL); in asd_process_ms()
868 if (!manuf_sec) { in asd_process_ms()
873 err = asd_read_flash_seg(asd_ha, (void *)manuf_sec, offs, size); in asd_process_ms()
880 err = asd_validate_ms(manuf_sec); in asd_process_ms()
752 asd_ms_get_phy_params(struct asd_ha_struct *asd_ha, struct asd_manuf_sec *manuf_sec) asd_ms_get_phy_params() argument
822 asd_ms_get_connector_map(struct asd_ha_struct *asd_ha, struct asd_manuf_sec *manuf_sec) asd_ms_get_connector_map() argument
[all...]
/kernel/linux/linux-6.6/drivers/scsi/aic94xx/
H A Daic94xx_sds.c739 * @manuf_sec: pointer to the manufacturing sector
757 struct asd_manuf_sec *manuf_sec) in asd_ms_get_phy_params()
765 phy_param = asd_find_ll_by_id(manuf_sec, 'P', 'M'); in asd_ms_get_phy_params()
827 struct asd_manuf_sec *manuf_sec) in asd_ms_get_connector_map()
831 cm = asd_find_ll_by_id(manuf_sec, 'M', 'C'); in asd_ms_get_connector_map()
858 struct asd_manuf_sec *manuf_sec; in asd_process_ms() local
871 manuf_sec = kmalloc(size, GFP_KERNEL); in asd_process_ms()
872 if (!manuf_sec) { in asd_process_ms()
877 err = asd_read_flash_seg(asd_ha, (void *)manuf_sec, offs, size); in asd_process_ms()
884 err = asd_validate_ms(manuf_sec); in asd_process_ms()
756 asd_ms_get_phy_params(struct asd_ha_struct *asd_ha, struct asd_manuf_sec *manuf_sec) asd_ms_get_phy_params() argument
826 asd_ms_get_connector_map(struct asd_ha_struct *asd_ha, struct asd_manuf_sec *manuf_sec) asd_ms_get_connector_map() argument
[all...]

Completed in 4 milliseconds