Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/libsas/
Dsas_expander.c236 memcpy(sas_addr, phy->attached_sas_addr, SAS_ADDR_SIZE); in sas_set_ex_phy()
240 memset(phy->attached_sas_addr, 0, SAS_ADDR_SIZE); in sas_set_ex_phy()
264 memset(phy->attached_sas_addr, 0, SAS_ADDR_SIZE); in sas_set_ex_phy()
266 memcpy(phy->attached_sas_addr, dr->attached_sas_addr, SAS_ADDR_SIZE); in sas_set_ex_phy()
273 phy->phy->identify.sas_address = SAS_ADDR(phy->attached_sas_addr); in sas_set_ex_phy()
327 SAS_ADDR(phy->attached_sas_addr) != SAS_ADDR(sas_addr)) in sas_set_ex_phy()
343 SAS_ADDR(phy->attached_sas_addr), type); in sas_set_ex_phy()
384 if (memcmp(dev->sas_addr, dr->attached_sas_addr, SAS_ADDR_SIZE) == 0) { in sas_ex_phy_discover_helper()
633 if (SAS_ADDR(phy->attached_sas_addr) == SAS_ADDR(sas_addr)) in sas_ex_disable_port()
757 if (SAS_ADDR(phy->attached_sas_addr) == in sas_ex_get_linkrate()
[all …]
Dsas_port.c35 if (memcmp(port->attached_sas_addr, phy->attached_sas_addr, in phy_is_wideport_member()
162 if (*(u64 *)port->attached_sas_addr == 0) { in sas_form_port()
164 memcpy(port->attached_sas_addr, phy->attached_sas_addr, in sas_form_port()
185 SAS_ADDR(port->attached_sas_addr)); in sas_form_port()
244 memset(port->attached_sas_addr, 0, SAS_ADDR_SIZE); in sas_deform_port()
Dsas_dump.c68 SAS_ADDR(port->attached_sas_addr)); in sas_dump_port()
Dsas_host_smp.c38 memcpy(resp_data + 24, sas_ha->sas_phy[phy_id]->attached_sas_addr, in sas_host_smp_discover()
165 memcpy(resp_data + 16, sas_ha->sas_phy[phy_id]->attached_sas_addr, in sas_report_phy_sata()
Dsas_init.c377 memset(phy->attached_sas_addr, 0, SAS_ADDR_SIZE); in sas_prep_resume_ha()
Dsas_discover.c142 memcpy(dev->sas_addr, port->attached_sas_addr, SAS_ADDR_SIZE); in sas_get_port_device()
/linux-4.4.14/drivers/scsi/aic94xx/
Daic94xx_scb.c188 memcmp(port->attached_sas_addr, in asd_form_port()
189 sas_phy->attached_sas_addr, in asd_form_port()
206 memcpy(port->attached_sas_addr, in asd_form_port()
207 sas_phy->attached_sas_addr, in asd_form_port()
251 asd_get_attached_sas_addr(phy, phy->sas_phy.attached_sas_addr); in asd_bytes_dmaed_tasklet()
Daic94xx_hwi.h190 u8 attached_sas_addr[SAS_ADDR_SIZE]; member
Daic94xx_hwi.c124 memset(asd_port->attached_sas_addr, 0, SAS_ADDR_SIZE); in asd_init_ports()
/linux-4.4.14/include/scsi/
Dlibsas.h131 u8 attached_sas_addr[SAS_ADDR_SIZE]; member
282 u8 attached_sas_addr[SAS_ADDR_SIZE]; member
343 u8 attached_sas_addr[SAS_ADDR_SIZE]; /* class:RO, driver: R/W */ member
Dsas.h394 u8 attached_sas_addr[8]; member
588 u8 attached_sas_addr[8]; member
/linux-4.4.14/drivers/scsi/isci/
Dport.c205 memcpy(&iphy->sas_phy.attached_sas_addr, in isci_port_link_up()
212 memcpy(iphy->sas_phy.attached_sas_addr, in isci_port_link_up()
/linux-4.4.14/drivers/scsi/mvsas/
Dmv_sas.c1072 memcpy(sas_phy->attached_sas_addr, in mvs_update_phyinfo()
1214 if (SAS_ADDR(phy->attached_sas_addr) == in mvs_dev_found_notify()
/linux-4.4.14/Documentation/scsi/
Dlibsas.txt76 attached_sas_addr -- set this when you (LLDD) receive an
/linux-4.4.14/drivers/scsi/pm8001/
Dpm8001_sas.c611 if (SAS_ADDR(phy->attached_sas_addr) in pm8001_dev_found_notify()
Dpm80xx_hwi.c2960 pm8001_get_attached_sas_addr(phy, phy->sas_phy.attached_sas_addr); in hw_event_sas_phy_up()
3010 pm8001_get_attached_sas_addr(phy, phy->sas_phy.attached_sas_addr); in hw_event_sata_phy_up()
Dpm8001_hwi.c3423 pm8001_get_attached_sas_addr(phy, phy->sas_phy.attached_sas_addr); in hw_event_sas_phy_up()
3470 pm8001_get_attached_sas_addr(phy, phy->sas_phy.attached_sas_addr); in hw_event_sata_phy_up()