Searched refs:phys_connector (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/scsi/smartpqi/ |
H A D | smartpqi_sas_transport.c | 364 memcmp(device->phys_connector, in pqi_sas_get_enclosure_identifier() 365 found_device->phys_connector, 2) == 0) { in pqi_sas_get_enclosure_identifier()
|
H A D | smartpqi_init.c | 1668 memcpy(&device->phys_connector, in pqi_get_physical_device_info() 1670 sizeof(device->phys_connector)); in pqi_get_physical_device_info() 2118 …memcpy(existing_device->phys_connector, new_device->phys_connector, sizeof(existing_device->phys_c… in pqi_scsi_update_device() 7169 u8 phys_connector[2]; in pqi_path_info_show() local 7207 memcpy(&phys_connector, &device->phys_connector[i], in pqi_path_info_show() 7208 sizeof(phys_connector)); in pqi_path_info_show() 7209 if (phys_connector[0] < '0') in pqi_path_info_show() 7210 phys_connector[0] = '0'; in pqi_path_info_show() 7211 if (phys_connector[1] < '0') in pqi_path_info_show() 7212 phys_connector[1] = '0'; in pqi_path_info_show() [all …]
|
H A D | smartpqi.h | 1140 u16 phys_connector[8]; member 1522 u8 phys_connector[2]; /* connector number on controller */ member
|
/openbmc/linux/drivers/scsi/ |
H A D | hpsa_cmd.h | 793 u8 phys_connector[2]; /* connector number on controller */ member 884 u8 phys_connector[2]; member
|
H A D | hpsa.h | 91 u16 phys_connector[8]; member
|
H A D | hpsa.c | 819 unsigned char phys_connector[2]; in path_info_show() local 855 memcpy(&phys_connector, &hdev->phys_connector[i], in path_info_show() 856 sizeof(phys_connector)); in path_info_show() 857 if (phys_connector[0] < '0') in path_info_show() 858 phys_connector[0] = '0'; in path_info_show() 859 if (phys_connector[1] < '0') in path_info_show() 860 phys_connector[1] = '0'; in path_info_show() 864 phys_connector); in path_info_show() 3503 if (id_phys->phys_connector[1] == 'E') in hpsa_get_enclosure_info() 3520 memcpy(&encl_dev->phys_connector[id_phys->active_path_number], in hpsa_get_enclosure_info() [all …]
|
/openbmc/linux/drivers/scsi/aacraid/ |
H A D | aacraid.h | 352 u8 phys_connector[2]; /* connector number on controller */ member
|