/linux-6.3-rc2/drivers/scsi/libsas/ |
A D | sas_expander.c | 220 memset(phy->attached_sas_addr, 0, SAS_ADDR_SIZE); in sas_set_ex_phy() 246 memcpy(phy->attached_sas_addr, dr->attached_sas_addr, SAS_ADDR_SIZE); in sas_set_ex_phy() 324 SAS_ADDR(phy->attached_sas_addr), type); in sas_set_ex_phy() 858 if (!memcmp(phy->attached_sas_addr, ephy->attached_sas_addr, in sas_ex_join_wide_port() 884 SAS_ADDR(phy->attached_sas_addr), in sas_ex_discover_expander() 1002 SAS_ADDR(ex_phy->attached_sas_addr), res); in sas_ex_discover_dev() 1021 SAS_ADDR(ex_phy->attached_sas_addr), in sas_ex_discover_dev() 1163 sub_sas_addr = &phy->attached_sas_addr[0]; in sas_check_ex_subtractive_boundary() 1165 SAS_ADDR(phy->attached_sas_addr)) { in sas_check_ex_subtractive_boundary() 1169 SAS_ADDR(phy->attached_sas_addr), in sas_check_ex_subtractive_boundary() [all …]
|
A D | sas_port.c | 19 if (memcmp(port->attached_sas_addr, phy->attached_sas_addr, in phy_is_wideport_member() 85 if (*(u64 *)port->attached_sas_addr == 0) { in sas_form_port_add_phy() 87 memcpy(port->attached_sas_addr, phy->attached_sas_addr, in sas_form_port_add_phy() 182 SAS_ADDR(port->attached_sas_addr)); in sas_form_port() 251 memset(port->attached_sas_addr, 0, SAS_ADDR_SIZE); in sas_deform_port()
|
A D | sas_internal.h | 123 return SAS_ADDR(dev->sas_addr) == SAS_ADDR(phy->attached_sas_addr); in sas_phy_match_dev_addr() 129 return SAS_ADDR(port->sas_addr) == SAS_ADDR(phy->attached_sas_addr); in sas_phy_match_port_addr() 134 return SAS_ADDR(p1->attached_sas_addr) == SAS_ADDR(p2->attached_sas_addr); in sas_phy_addr_match()
|
A D | sas_host_smp.c | 35 memcpy(resp_data + 24, sas_ha->sas_phy[phy_id]->attached_sas_addr, in sas_host_smp_discover() 162 memcpy(resp_data + 16, sas_ha->sas_phy[phy_id]->attached_sas_addr, in sas_report_phy_sata()
|
A D | sas_discover.c | 96 SAS_ADDR(port->attached_sas_addr)); in sas_get_port_device() 134 memcpy(dev->sas_addr, port->attached_sas_addr, SAS_ADDR_SIZE); in sas_get_port_device()
|
A D | sas_init.c | 368 memset(phy->attached_sas_addr, 0, SAS_ADDR_SIZE); in sas_prep_resume_ha()
|
/linux-6.3-rc2/drivers/scsi/aic94xx/ |
A D | aic94xx_scb.c | 171 memcmp(port->attached_sas_addr, in asd_form_port() 172 sas_phy->attached_sas_addr, in asd_form_port() 189 memcpy(port->attached_sas_addr, in asd_form_port() 190 sas_phy->attached_sas_addr, in asd_form_port() 233 asd_get_attached_sas_addr(phy, phy->sas_phy.attached_sas_addr); in asd_bytes_dmaed_tasklet()
|
A D | aic94xx_hwi.h | 172 u8 attached_sas_addr[SAS_ADDR_SIZE]; member
|
A D | aic94xx_hwi.c | 106 memset(asd_port->attached_sas_addr, 0, SAS_ADDR_SIZE); in asd_init_ports()
|
/linux-6.3-rc2/include/scsi/ |
A D | libsas.h | 107 u8 attached_sas_addr[SAS_ADDR_SIZE]; member 263 u8 attached_sas_addr[SAS_ADDR_SIZE]; member 332 u8 attached_sas_addr[SAS_ADDR_SIZE]; /* class:RO, driver: R/W */ member
|
A D | sas.h | 425 u8 attached_sas_addr[8]; member 646 u8 attached_sas_addr[8]; member
|
/linux-6.3-rc2/drivers/scsi/hisi_sas/ |
A D | hisi_sas_v2_hw.c | 2679 memcpy(sas_phy->attached_sas_addr, &id->sas_addr, SAS_ADDR_SIZE); in phy_up_v2_hw() 3196 u8 attached_sas_addr[SAS_ADDR_SIZE] = {0}; in sata_int_v2_hw() local 3257 attached_sas_addr[0] = 0x50; in sata_int_v2_hw() 3258 attached_sas_addr[6] = hisi_hba->shost->host_no; in sata_int_v2_hw() 3259 attached_sas_addr[7] = phy_no; in sata_int_v2_hw() 3260 memcpy(sas_phy->attached_sas_addr, attached_sas_addr, SAS_ADDR_SIZE); in sata_int_v2_hw()
|
A D | hisi_sas_v3_hw.c | 1526 u8 attached_sas_addr[SAS_ADDR_SIZE] = {0}; in phy_up_v3_hw() local 1543 attached_sas_addr[0] = 0x50; in phy_up_v3_hw() 1544 attached_sas_addr[6] = shost->host_no; in phy_up_v3_hw() 1545 attached_sas_addr[7] = phy_no; in phy_up_v3_hw() 1546 memcpy(sas_phy->attached_sas_addr, in phy_up_v3_hw() 1547 attached_sas_addr, in phy_up_v3_hw() 1567 memcpy(sas_phy->attached_sas_addr, in phy_up_v3_hw()
|
A D | hisi_sas_v1_hw.c | 1362 memcpy(sas_phy->attached_sas_addr, in int_phyup_v1_hw()
|
/linux-6.3-rc2/drivers/scsi/isci/ |
A D | port.c | 206 memcpy(&iphy->sas_phy.attached_sas_addr, in isci_port_link_up() 213 memcpy(iphy->sas_phy.attached_sas_addr, in isci_port_link_up()
|
/linux-6.3-rc2/drivers/scsi/mpt3sas/ |
A D | mpt3sas_scsih.c | 5947 u64 attached_sas_addr; in _scsih_update_vphys_after_reset() local 6022 &attached_sas_addr) != 0) { in _scsih_update_vphys_after_reset() 6052 if (vphy->sas_address != attached_sas_addr) in _scsih_update_vphys_after_reset() 6097 ioc, attached_sas_addr, port); in _scsih_update_vphys_after_reset() 6146 u64 attached_sas_addr; in _scsih_get_port_table_after_reset() local 6172 ioc, attached_handle, &attached_sas_addr) != 0) { in _scsih_get_port_table_after_reset() 6181 port_table[j].sas_address == attached_sas_addr) { in _scsih_get_port_table_after_reset() 6194 port_table[port_count].sas_address = attached_sas_addr; in _scsih_get_port_table_after_reset()
|
/linux-6.3-rc2/Documentation/scsi/ |
A D | libsas.rst | 92 attached_sas_addr
|
/linux-6.3-rc2/drivers/scsi/mvsas/ |
A D | mv_sas.c | 1057 memcpy(sas_phy->attached_sas_addr, in mvs_update_phyinfo()
|
/linux-6.3-rc2/drivers/scsi/pm8001/ |
A D | pm80xx_hwi.c | 3211 pm8001_get_attached_sas_addr(phy, phy->sas_phy.attached_sas_addr); in hw_event_sas_phy_up() 3262 pm8001_get_attached_sas_addr(phy, phy->sas_phy.attached_sas_addr); in hw_event_sata_phy_up()
|
A D | pm8001_hwi.c | 3226 pm8001_get_attached_sas_addr(phy, phy->sas_phy.attached_sas_addr); in hw_event_sas_phy_up() 3273 pm8001_get_attached_sas_addr(phy, phy->sas_phy.attached_sas_addr); in hw_event_sata_phy_up()
|