Home
last modified time | relevance | path

Searched refs:frame_rcvd (Results 1 – 25 of 26) sorted by relevance

12

/linux-6.3-rc2/drivers/scsi/libsas/
A Dsas_discover.c68 memcpy(dev->frame_rcvd, phy->frame_rcvd, min(sizeof(dev->frame_rcvd), in sas_get_port_device()
73 if (dev->frame_rcvd[0] == 0x34 && port->oob_mode == SATA_OOB_MODE) { in sas_get_port_device()
75 (struct dev_to_host_fis *) dev->frame_rcvd; in sas_get_port_device()
85 (struct sas_identify_frame *) dev->frame_rcvd; in sas_get_port_device()
A Dsas_host_smp.c156 sas_ha->sas_phy[phy_id]->port->port_dev->frame_rcvd; in sas_report_phy_sata()
172 &sas_ha->sas_phy[phy_id]->port->port_dev->frame_rcvd[i]; in sas_report_phy_sata()
A Dsas_ata.c248 ata_tf_from_fis(dev->frame_rcvd, &tf); in sas_get_ata_command_set()
274 memcpy(dev->frame_rcvd, &dev->sata_dev.rps_resp.rps.fis, in sas_get_ata_info()
/linux-6.3-rc2/drivers/scsi/isci/
A Dphy.c455 iaf = &iphy->frame_rcvd.iaf; in sci_phy_get_attached_sas_address()
990 memcpy(&iphy->frame_rcvd.iaf, &iaf, sizeof(iaf)); in sci_phy_frame_handler()
1033 sci_controller_copy_sata_response(&iphy->frame_rcvd.fis, in sci_phy_frame_handler()
1403 iphy->sas_phy.frame_rcvd = (u8 *)&iphy->frame_rcvd; in isci_phy_init()
1414 memset(&iphy->frame_rcvd, 0, sizeof(iphy->frame_rcvd)); in isci_phy_init()
A Dphy.h103 } frame_rcvd; member
A Dhost.c1787 u8 other = memcmp(requester->frame_rcvd.iaf.sas_addr, in power_control_timeout()
1788 iphy->frame_rcvd.iaf.sas_addr, in power_control_timeout()
1789 sizeof(requester->frame_rcvd.iaf.sas_addr)); in power_control_timeout()
1844 other = memcmp(current_phy->frame_rcvd.iaf.sas_addr, in sci_controller_power_control_queue_insert()
1845 iphy->frame_rcvd.iaf.sas_addr, in sci_controller_power_control_queue_insert()
1846 sizeof(current_phy->frame_rcvd.iaf.sas_addr)); in sci_controller_power_control_queue_insert()
A Dport.c214 iphy->frame_rcvd.iaf.sas_addr, SAS_ADDR_SIZE); in isci_port_link_up()
/linux-6.3-rc2/drivers/scsi/aic94xx/
A Daic94xx_scb.c139 if (phy->sas_phy.frame_rcvd[0] == 0x34 in asd_get_attached_sas_addr()
149 (void *) phy->sas_phy.frame_rcvd; in asd_get_attached_sas_addr()
228 size = min(size, (u16) sizeof(phy->frame_rcvd)); in asd_bytes_dmaed_tasklet()
231 memcpy(phy->sas_phy.frame_rcvd, edb->vaddr, size); in asd_bytes_dmaed_tasklet()
A Daic94xx_dump.c758 phy->frame_rcvd[i], in asd_dump_frame_rcvd()
759 phy->frame_rcvd[i+1], in asd_dump_frame_rcvd()
760 phy->frame_rcvd[i+2], in asd_dump_frame_rcvd()
761 phy->frame_rcvd[i+3]); in asd_dump_frame_rcvd()
A Daic94xx_hwi.c92 memset(phy->frame_rcvd, 0, sizeof(phy->frame_rcvd)); in asd_init_phy()
126 phy->sas_phy.frame_rcvd = &phy->frame_rcvd[0]; in asd_init_phys()
A Daic94xx_dev.c129 dev->frame_rcvd; in asd_init_sata()
A Daic94xx_sas.h684 u8 frame_rcvd[ASD_EDB_SIZE]; member
/linux-6.3-rc2/include/scsi/
A Dlibsas.h192 u8 frame_rcvd[32]; member
335 u8 *frame_rcvd; /* must be set */ member
/linux-6.3-rc2/drivers/scsi/hisi_sas/
A Dhisi_sas_v1_hw.c1324 u32 *frame_rcvd = (u32 *)sas_phy->frame_rcvd; in int_phyup_v1_hw() local
1325 struct sas_identify_frame *id = (struct sas_identify_frame *)frame_rcvd; in int_phyup_v1_hw()
1354 frame_rcvd[i] = __swab32(idaf); in int_phyup_v1_hw()
A Dhisi_sas.h182 u8 frame_rcvd[32]; member
A Dhisi_sas_v2_hw.c2641 u32 *frame_rcvd = (u32 *)sas_phy->frame_rcvd; in phy_up_v2_hw() local
2642 struct sas_identify_frame *id = (struct sas_identify_frame *)frame_rcvd; in phy_up_v2_hw()
2674 frame_rcvd[i] = __swab32(idaf); in phy_up_v2_hw()
3261 memcpy(sas_phy->frame_rcvd, fis, sizeof(struct dev_to_host_fis)); in sata_int_v2_hw()
A Dhisi_sas_main.c630 id = (struct sas_identify_frame *)phy->frame_rcvd; in hisi_sas_bytes_dmaed()
966 sas_phy->frame_rcvd = &phy->frame_rcvd[0]; in hisi_sas_phy_init()
A Dhisi_sas_v3_hw.c1549 memcpy(sas_phy->frame_rcvd, fis, in phy_up_v3_hw()
1556 u32 *frame_rcvd = (u32 *)sas_phy->frame_rcvd; in phy_up_v3_hw() local
1558 (struct sas_identify_frame *)frame_rcvd; in phy_up_v3_hw()
1564 frame_rcvd[i] = __swab32(idaf); in phy_up_v3_hw()
/linux-6.3-rc2/drivers/scsi/mvsas/
A Dmv_init.c97 sas_phy->frame_rcvd = &phy->frame_rcvd[0]; in mvs_phy_init()
A Dmv_sas.h217 u8 frame_rcvd[32]; member
A Dmv_sas.c248 id = (struct sas_identify_frame *)phy->frame_rcvd; in mvs_bytes_dmaed()
1003 id = (struct sas_identify_frame *)phy->frame_rcvd; in mvs_update_phyinfo()
/linux-6.3-rc2/drivers/scsi/pm8001/
A Dpm8001_init.c173 sas_phy->frame_rcvd = &phy->frame_rcvd[0]; in pm8001_phy_init()
A Dpm8001_sas.h248 u8 frame_rcvd[32]; member
A Dpm8001_hwi.c3059 id = (struct sas_identify_frame *)phy->frame_rcvd; in pm8001_bytes_dmaed()
3113 if (phy->sas_phy.frame_rcvd[0] == 0x34 in pm8001_get_attached_sas_addr()
3122 (void *) phy->sas_phy.frame_rcvd; in pm8001_get_attached_sas_addr()
3223 memcpy(phy->frame_rcvd, &pPayload->sas_identify, in hw_event_sas_phy_up()
3268 memcpy(phy->frame_rcvd, ((u8 *)&pPayload->sata_fis - 4), in hw_event_sata_phy_up()
/linux-6.3-rc2/Documentation/scsi/
A Dlibsas.rst102 frame_rcvd

Completed in 104 milliseconds

12