Home
last modified time | relevance | path

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

/linux/drivers/scsi/libsas/
A Dsas_expander.c263 memcpy(phy->attached_sas_addr, dr->attached_sas_addr, SAS_ADDR_SIZE); in sas_set_ex_phy()
341 SAS_ADDR(phy->attached_sas_addr), type); in sas_set_ex_phy()
763 if (SAS_ADDR(phy->attached_sas_addr) == in sas_ex_get_linkrate()
925 if (!memcmp(phy->attached_sas_addr, ephy->attached_sas_addr, in sas_ex_join_wide_port()
951 SAS_ADDR(phy->attached_sas_addr), in sas_ex_discover_expander()
1090 SAS_ADDR(ex_phy->attached_sas_addr), in sas_ex_discover_dev()
1234 SAS_ADDR(phy->attached_sas_addr)) { in sas_check_ex_subtractive_boundary()
1238 SAS_ADDR(phy->attached_sas_addr), in sas_check_ex_subtractive_boundary()
1547 (SAS_ADDR(phy->attached_sas_addr) == in sas_configure_parent()
1888 SAS_ADDR(phy->attached_sas_addr)) { in sas_unregister_devs_sas_addr()
[all …]
A Dsas_port.c19 if (memcmp(port->attached_sas_addr, phy->attached_sas_addr, in phy_is_wideport_member()
148 if (*(u64 *)port->attached_sas_addr == 0) { in sas_form_port()
150 memcpy(port->attached_sas_addr, phy->attached_sas_addr, in sas_form_port()
171 SAS_ADDR(port->attached_sas_addr)); in sas_form_port()
240 memset(port->attached_sas_addr, 0, SAS_ADDR_SIZE); in sas_deform_port()
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.c97 SAS_ADDR(port->attached_sas_addr)); in sas_get_port_device()
135 memcpy(dev->sas_addr, port->attached_sas_addr, SAS_ADDR_SIZE); in sas_get_port_device()
A Dsas_init.c370 memset(phy->attached_sas_addr, 0, SAS_ADDR_SIZE); in sas_prep_resume_ha()
/linux/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/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.h416 u8 attached_sas_addr[8]; member
649 u8 attached_sas_addr[8]; member
/linux/drivers/scsi/hisi_sas/
A Dhisi_sas_v2_hw.c2680 memcpy(sas_phy->attached_sas_addr, &id->sas_addr, SAS_ADDR_SIZE); in phy_up_v2_hw()
3200 u8 attached_sas_addr[SAS_ADDR_SIZE] = {0}; in sata_int_v2_hw() local
3261 attached_sas_addr[0] = 0x50; in sata_int_v2_hw()
3262 attached_sas_addr[6] = hisi_hba->shost->host_no; in sata_int_v2_hw()
3263 attached_sas_addr[7] = phy_no; in sata_int_v2_hw()
3264 memcpy(sas_phy->attached_sas_addr, attached_sas_addr, SAS_ADDR_SIZE); in sata_int_v2_hw()
A Dhisi_sas_v3_hw.c1508 u8 attached_sas_addr[SAS_ADDR_SIZE] = {0}; in phy_up_v3_hw() local
1525 attached_sas_addr[0] = 0x50; in phy_up_v3_hw()
1526 attached_sas_addr[6] = shost->host_no; in phy_up_v3_hw()
1527 attached_sas_addr[7] = phy_no; in phy_up_v3_hw()
1528 memcpy(sas_phy->attached_sas_addr, in phy_up_v3_hw()
1529 attached_sas_addr, in phy_up_v3_hw()
1549 memcpy(sas_phy->attached_sas_addr, in phy_up_v3_hw()
A Dhisi_sas_v1_hw.c1365 memcpy(sas_phy->attached_sas_addr, in int_phyup_v1_hw()
A Dhisi_sas_main.c801 if (SAS_ADDR(phy->attached_sas_addr) == in hisi_sas_dev_found()
/linux/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/drivers/scsi/mvsas/
A Dmv_sas.c1058 memcpy(sas_phy->attached_sas_addr, in mvs_update_phyinfo()
1200 if (SAS_ADDR(phy->attached_sas_addr) == in mvs_dev_found_notify()
/linux/drivers/scsi/mpt3sas/
A Dmpt3sas_scsih.c5934 u64 attached_sas_addr; in _scsih_update_vphys_after_reset() local
6009 &attached_sas_addr) != 0) { in _scsih_update_vphys_after_reset()
6039 if (vphy->sas_address != attached_sas_addr) in _scsih_update_vphys_after_reset()
6084 ioc, attached_sas_addr, port); in _scsih_update_vphys_after_reset()
6133 u64 attached_sas_addr; in _scsih_get_port_table_after_reset() local
6159 ioc, attached_handle, &attached_sas_addr) != 0) { in _scsih_get_port_table_after_reset()
6168 port_table[j].sas_address == attached_sas_addr) { in _scsih_get_port_table_after_reset()
6181 port_table[port_count].sas_address = attached_sas_addr; in _scsih_get_port_table_after_reset()
/linux/Documentation/scsi/
A Dlibsas.rst92 attached_sas_addr
/linux/drivers/scsi/pm8001/
A Dpm8001_sas.c647 if (SAS_ADDR(phy->attached_sas_addr) in pm8001_dev_found_notify()
A Dpm80xx_hwi.c3387 pm8001_get_attached_sas_addr(phy, phy->sas_phy.attached_sas_addr); in hw_event_sas_phy_up()
3438 pm8001_get_attached_sas_addr(phy, phy->sas_phy.attached_sas_addr); in hw_event_sata_phy_up()
A Dpm8001_hwi.c3408 pm8001_get_attached_sas_addr(phy, phy->sas_phy.attached_sas_addr); in hw_event_sas_phy_up()
3455 pm8001_get_attached_sas_addr(phy, phy->sas_phy.attached_sas_addr); in hw_event_sata_phy_up()

Completed in 98 milliseconds