/Linux-v4.19/drivers/scsi/libsas/ |
D | sas_discover.c | 85 memcpy(dev->frame_rcvd, phy->frame_rcvd, min(sizeof(dev->frame_rcvd), in sas_get_port_device() 90 if (dev->frame_rcvd[0] == 0x34 && port->oob_mode == SATA_OOB_MODE) { in sas_get_port_device() 92 (struct dev_to_host_fis *) dev->frame_rcvd; in sas_get_port_device() 102 (struct sas_identify_frame *) dev->frame_rcvd; in sas_get_port_device()
|
D | sas_host_smp.c | 159 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()
|
D | sas_ata.c | 290 memcpy(dev->frame_rcvd, &dev->sata_dev.rps_resp.rps.fis, in sas_get_ata_info() 624 (struct dev_to_host_fis *) dev->frame_rcvd; in sas_get_ata_command_set()
|
/Linux-v4.19/drivers/scsi/isci/ |
D | phy.c | 458 iaf = &iphy->frame_rcvd.iaf; in sci_phy_get_attached_sas_address() 994 memcpy(&iphy->frame_rcvd.iaf, &iaf, sizeof(iaf)); in sci_phy_frame_handler() 1037 sci_controller_copy_sata_response(&iphy->frame_rcvd.fis, in sci_phy_frame_handler() 1406 iphy->sas_phy.frame_rcvd = (u8 *)&iphy->frame_rcvd; in isci_phy_init() 1417 memset(&iphy->frame_rcvd, 0, sizeof(iphy->frame_rcvd)); in isci_phy_init()
|
D | phy.h | 103 } frame_rcvd; member
|
D | host.c | 1789 u8 other = memcmp(requester->frame_rcvd.iaf.sas_addr, in power_control_timeout() 1790 iphy->frame_rcvd.iaf.sas_addr, in power_control_timeout() 1791 sizeof(requester->frame_rcvd.iaf.sas_addr)); in power_control_timeout() 1846 other = memcmp(current_phy->frame_rcvd.iaf.sas_addr, in sci_controller_power_control_queue_insert() 1847 iphy->frame_rcvd.iaf.sas_addr, in sci_controller_power_control_queue_insert() 1848 sizeof(current_phy->frame_rcvd.iaf.sas_addr)); in sci_controller_power_control_queue_insert()
|
D | port.c | 213 iphy->frame_rcvd.iaf.sas_addr, SAS_ADDR_SIZE); in isci_port_link_up()
|
/Linux-v4.19/drivers/scsi/aic94xx/ |
D | aic94xx_scb.c | 156 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()
|
D | aic94xx_dump.c | 922 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()
|
D | aic94xx_hwi.c | 110 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()
|
D | aic94xx_dev.c | 146 dev->frame_rcvd; in asd_init_sata()
|
D | aic94xx_sas.h | 702 u8 frame_rcvd[ASD_EDB_SIZE]; member
|
/Linux-v4.19/include/scsi/ |
D | libsas.h | 209 u8 frame_rcvd[32]; member 346 u8 *frame_rcvd; /* must be set */ member
|
/Linux-v4.19/drivers/scsi/hisi_sas/ |
D | hisi_sas_v1_hw.c | 1375 u32 *frame_rcvd = (u32 *)sas_phy->frame_rcvd; in int_phyup_v1_hw() local 1376 struct sas_identify_frame *id = (struct sas_identify_frame *)frame_rcvd; in int_phyup_v1_hw() 1406 frame_rcvd[i] = __swab32(idaf); in int_phyup_v1_hw()
|
D | hisi_sas.h | 144 u8 frame_rcvd[32]; member
|
D | hisi_sas_v3_hw.c | 1210 memcpy(sas_phy->frame_rcvd, fis, in phy_up_v3_hw() 1217 u32 *frame_rcvd = (u32 *)sas_phy->frame_rcvd; in phy_up_v3_hw() local 1219 (struct sas_identify_frame *)frame_rcvd; in phy_up_v3_hw() 1225 frame_rcvd[i] = __swab32(idaf); in phy_up_v3_hw()
|
D | hisi_sas_v2_hw.c | 2667 u32 *frame_rcvd = (u32 *)sas_phy->frame_rcvd; in phy_up_v2_hw() local 2668 struct sas_identify_frame *id = (struct sas_identify_frame *)frame_rcvd; in phy_up_v2_hw() 2699 frame_rcvd[i] = __swab32(idaf); in phy_up_v2_hw() 3280 memcpy(sas_phy->frame_rcvd, fis, sizeof(struct dev_to_host_fis)); in sata_int_v2_hw()
|
D | hisi_sas_main.c | 537 id = (struct sas_identify_frame *)phy->frame_rcvd; in hisi_sas_bytes_dmaed() 768 sas_phy->frame_rcvd = &phy->frame_rcvd[0]; in hisi_sas_phy_init()
|
/Linux-v4.19/drivers/scsi/mvsas/ |
D | mv_init.c | 110 sas_phy->frame_rcvd = &phy->frame_rcvd[0]; in mvs_phy_init()
|
D | mv_sas.h | 236 u8 frame_rcvd[32]; member
|
D | mv_sas.c | 264 id = (struct sas_identify_frame *)phy->frame_rcvd; in mvs_bytes_dmaed() 1023 id = (struct sas_identify_frame *)phy->frame_rcvd; in mvs_update_phyinfo() 1910 id = (struct sas_identify_frame *)phy->frame_rcvd; in mvs_work_queue()
|
/Linux-v4.19/drivers/scsi/pm8001/ |
D | pm8001_init.c | 136 sas_phy->frame_rcvd = &phy->frame_rcvd[0]; in pm8001_phy_init()
|
D | pm8001_sas.h | 261 u8 frame_rcvd[32]; member
|
D | pm8001_hwi.c | 3257 id = (struct sas_identify_frame *)phy->frame_rcvd; in pm8001_bytes_dmaed() 3315 if (phy->sas_phy.frame_rcvd[0] == 0x34 in pm8001_get_attached_sas_addr() 3324 (void *) phy->sas_phy.frame_rcvd; in pm8001_get_attached_sas_addr() 3429 memcpy(phy->frame_rcvd, &pPayload->sas_identify, in hw_event_sas_phy_up() 3474 memcpy(phy->frame_rcvd, ((u8 *)&pPayload->sata_fis - 4), in hw_event_sata_phy_up()
|
/Linux-v4.19/Documentation/scsi/ |
D | libsas.txt | 85 frame_rcvd -- this is where you copy the IDENTIFY/FIS frame
|