Home
last modified time | relevance | path

Searched refs:attached_sas_addr (Results 1 – 20 of 20) sorted by relevance

/linux-6.3-rc2/drivers/scsi/libsas/
A Dsas_expander.c220 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 Dsas_port.c19 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 Dsas_internal.h123 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 Dsas_host_smp.c35 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 Dsas_discover.c96 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 Dsas_init.c368 memset(phy->attached_sas_addr, 0, SAS_ADDR_SIZE); in sas_prep_resume_ha()
/linux-6.3-rc2/drivers/scsi/aic94xx/
A Daic94xx_scb.c171 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 Daic94xx_hwi.h172 u8 attached_sas_addr[SAS_ADDR_SIZE]; member
A Daic94xx_hwi.c106 memset(asd_port->attached_sas_addr, 0, SAS_ADDR_SIZE); in asd_init_ports()
/linux-6.3-rc2/include/scsi/
A Dlibsas.h107 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 Dsas.h425 u8 attached_sas_addr[8]; member
646 u8 attached_sas_addr[8]; member
/linux-6.3-rc2/drivers/scsi/hisi_sas/
A Dhisi_sas_v2_hw.c2679 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 Dhisi_sas_v3_hw.c1526 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 Dhisi_sas_v1_hw.c1362 memcpy(sas_phy->attached_sas_addr, in int_phyup_v1_hw()
/linux-6.3-rc2/drivers/scsi/isci/
A Dport.c206 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 Dmpt3sas_scsih.c5947 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 Dlibsas.rst92 attached_sas_addr
/linux-6.3-rc2/drivers/scsi/mvsas/
A Dmv_sas.c1057 memcpy(sas_phy->attached_sas_addr, in mvs_update_phyinfo()
/linux-6.3-rc2/drivers/scsi/pm8001/
A Dpm80xx_hwi.c3211 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 Dpm8001_hwi.c3226 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()

Completed in 81 milliseconds