Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/libsas/
Dsas_discover.c89 memcpy(dev->frame_rcvd, phy->frame_rcvd, min(sizeof(dev->frame_rcvd), in sas_get_port_device()
94 if (dev->frame_rcvd[0] == 0x34 && port->oob_mode == SATA_OOB_MODE) { in sas_get_port_device()
96 (struct dev_to_host_fis *) dev->frame_rcvd; in sas_get_port_device()
106 (struct sas_identify_frame *) dev->frame_rcvd; in sas_get_port_device()
Dsas_host_smp.c159 sas_ha->sas_phy[phy_id]->port->port_dev->frame_rcvd; in sas_report_phy_sata()
175 &sas_ha->sas_phy[phy_id]->port->port_dev->frame_rcvd[i]; in sas_report_phy_sata()
Dsas_ata.c304 memcpy(dev->frame_rcvd, &dev->sata_dev.rps_resp.rps.fis, in sas_get_ata_info()
609 (struct dev_to_host_fis *) dev->frame_rcvd; in sas_get_ata_command_set()
/linux-3.4.99/drivers/scsi/isci/
Dphy.c458 iaf = &iphy->frame_rcvd.iaf; in sci_phy_get_attached_sas_address()
932 memcpy(&iphy->frame_rcvd.iaf, &iaf, sizeof(iaf)); in sci_phy_frame_handler()
975 sci_controller_copy_sata_response(&iphy->frame_rcvd.fis, in sci_phy_frame_handler()
1342 iphy->sas_phy.frame_rcvd = (u8 *)&iphy->frame_rcvd; in isci_phy_init()
1353 memset(&iphy->frame_rcvd, 0, sizeof(iphy->frame_rcvd)); in isci_phy_init()
Dphy.h110 } frame_rcvd; member
Dhost.c1929 u8 other = memcmp(requester->frame_rcvd.iaf.sas_addr, in power_control_timeout()
1930 iphy->frame_rcvd.iaf.sas_addr, in power_control_timeout()
1931 sizeof(requester->frame_rcvd.iaf.sas_addr)); in power_control_timeout()
1986 other = memcmp(current_phy->frame_rcvd.iaf.sas_addr, in sci_controller_power_control_queue_insert()
1987 iphy->frame_rcvd.iaf.sas_addr, in sci_controller_power_control_queue_insert()
1988 sizeof(current_phy->frame_rcvd.iaf.sas_addr)); in sci_controller_power_control_queue_insert()
Dport.c213 iphy->frame_rcvd.iaf.sas_addr, SAS_ADDR_SIZE); in isci_port_link_up()
/linux-3.4.99/drivers/scsi/aic94xx/
Daic94xx_scb.c156 if (phy->sas_phy.frame_rcvd[0] == 0x34 in asd_get_attached_sas_addr()
166 (void *) phy->sas_phy.frame_rcvd; in asd_get_attached_sas_addr()
246 size = min(size, (u16) sizeof(phy->frame_rcvd)); in asd_bytes_dmaed_tasklet()
249 memcpy(phy->sas_phy.frame_rcvd, edb->vaddr, size); in asd_bytes_dmaed_tasklet()
Daic94xx_dump.c922 phy->frame_rcvd[i], in asd_dump_frame_rcvd()
923 phy->frame_rcvd[i+1], in asd_dump_frame_rcvd()
924 phy->frame_rcvd[i+2], in asd_dump_frame_rcvd()
925 phy->frame_rcvd[i+3]); in asd_dump_frame_rcvd()
Daic94xx_hwi.c110 memset(phy->frame_rcvd, 0, sizeof(phy->frame_rcvd)); in asd_init_phy()
144 phy->sas_phy.frame_rcvd = &phy->frame_rcvd[0]; in asd_init_phys()
Daic94xx_dev.c146 dev->frame_rcvd; in asd_init_sata()
Daic94xx_sas.h739 u8 frame_rcvd[ASD_EDB_SIZE]; member
/linux-3.4.99/include/scsi/
Dlibsas.h210 u8 frame_rcvd[32]; member
337 u8 *frame_rcvd; /* must be set */ member
/linux-3.4.99/drivers/scsi/pm8001/
Dpm8001_init.c124 sas_phy->frame_rcvd = &phy->frame_rcvd[0]; in pm8001_phy_init()
Dpm8001_sas.h199 u8 frame_rcvd[32]; member
Dpm8001_hwi.c2980 id = (struct sas_identify_frame *)phy->frame_rcvd; in pm8001_bytes_dmaed()
3034 if (phy->sas_phy.frame_rcvd[0] == 0x34 in pm8001_get_attached_sas_addr()
3043 (void *) phy->sas_phy.frame_rcvd; in pm8001_get_attached_sas_addr()
3147 memcpy(phy->frame_rcvd, &pPayload->sas_identify, in hw_event_sas_phy_up()
3191 memcpy(phy->frame_rcvd, ((u8 *)&pPayload->sata_fis - 4), in hw_event_sata_phy_up()
/linux-3.4.99/drivers/scsi/mvsas/
Dmv_init.c118 sas_phy->frame_rcvd = &phy->frame_rcvd[0]; in mvs_phy_init()
Dmv_sas.h232 u8 frame_rcvd[32]; member
Dmv_sas.c264 id = (struct sas_identify_frame *)phy->frame_rcvd; in mvs_bytes_dmaed()
1113 id = (struct sas_identify_frame *)phy->frame_rcvd; in mvs_update_phyinfo()
1991 id = (struct sas_identify_frame *)phy->frame_rcvd; in mvs_work_queue()
/linux-3.4.99/Documentation/scsi/
Dlibsas.txt85 frame_rcvd -- this is where you copy the IDENTIFY/FIS frame