Searched refs:vpd_config (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic79xx.h | 897 struct vpd_config { struct 1353 struct vpd_config *vpd);
|
H A D | aic79xx_pci.c | 508 struct vpd_config vpd; in ahd_check_extport()
|
H A D | aic79xx_core.c | 255 static int ahd_verify_vpd_cksum(struct vpd_config *vpd); 7752 ahd_parse_vpddata(struct ahd_softc *ahd, struct vpd_config *vpd) in ahd_parse_vpddata() 10045 ahd_verify_vpd_cksum(struct vpd_config *vpd) in ahd_verify_vpd_cksum() 10053 maxaddr = offsetof(struct vpd_config, vpd_checksum); in ahd_verify_vpd_cksum() 10055 for (i = offsetof(struct vpd_config, resource_type); i < maxaddr; i++) in ahd_verify_vpd_cksum() 10062 maxaddr = offsetof(struct vpd_config, checksum); in ahd_verify_vpd_cksum() 10063 for (i = offsetof(struct vpd_config, default_target_flags); in ahd_verify_vpd_cksum()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic79xx.h | 897 struct vpd_config { struct 1349 struct vpd_config *vpd);
|
H A D | aic79xx_pci.c | 506 struct vpd_config vpd; in ahd_check_extport()
|
H A D | aic79xx_core.c | 255 static int ahd_verify_vpd_cksum(struct vpd_config *vpd); 7751 ahd_parse_vpddata(struct ahd_softc *ahd, struct vpd_config *vpd) in ahd_parse_vpddata() 10040 ahd_verify_vpd_cksum(struct vpd_config *vpd) in ahd_verify_vpd_cksum() 10048 maxaddr = offsetof(struct vpd_config, vpd_checksum); in ahd_verify_vpd_cksum() 10050 for (i = offsetof(struct vpd_config, resource_type); i < maxaddr; i++) in ahd_verify_vpd_cksum() 10057 maxaddr = offsetof(struct vpd_config, checksum); in ahd_verify_vpd_cksum() 10058 for (i = offsetof(struct vpd_config, default_target_flags); in ahd_verify_vpd_cksum()
|
Completed in 28 milliseconds