Searched refs:ProgramType (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc.h | 991 char ProgramType[256]; /* Program Type */ member
|
H A D | lpfc_attr.c | 748 return scnprintf(buf, PAGE_SIZE, "%s\n", phba->ProgramType); in lpfc_programtype_show()
|
H A D | lpfc_init.c | 2161 * an array of characters. In this routine, the ModelName, ProgramType, and 2260 phba->ProgramType[j++] = vpd[index++]; in lpfc_parse_vpd() 2264 phba->ProgramType[j] = 0; in lpfc_parse_vpd()
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc.h | 1252 char ProgramType[256]; /* Program Type */ member
|
H A D | lpfc_attr.c | 921 return scnprintf(buf, PAGE_SIZE, "%s\n", phba->ProgramType); in lpfc_programtype_show()
|
H A D | lpfc_init.c | 2318 phba->ProgramType[j++] = vpd[(*pindex)++]; in lpfc_fill_vpd() 2322 phba->ProgramType[j] = 0; in lpfc_fill_vpd() 2364 * an array of characters. In this routine, the ModelName, ProgramType, and
|
Completed in 50 milliseconds