/kernel/linux/linux-5.10/drivers/scsi/libsas/ |
H A D | sas_discover.c | 69 memcpy(dev->frame_rcvd, phy->frame_rcvd, min(sizeof(dev->frame_rcvd), in sas_get_port_device() 74 if (dev->frame_rcvd[0] == 0x34 && port->oob_mode == SATA_OOB_MODE) { in sas_get_port_device() 76 (struct dev_to_host_fis *) dev->frame_rcvd; in sas_get_port_device() 86 (struct sas_identify_frame *) dev->frame_rcvd; in sas_get_port_device()
|
H A D | sas_host_smp.c | 156 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()
|
H A D | sas_ata.c | 279 memcpy(dev->frame_rcvd, &dev->sata_dev.rps_resp.rps.fis, in sas_get_ata_info() 620 (struct dev_to_host_fis *) dev->frame_rcvd; in sas_get_ata_command_set()
|
/kernel/linux/linux-6.6/drivers/scsi/libsas/ |
H A D | sas_discover.c | 68 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()
|
H A D | sas_host_smp.c | 156 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()
|
H A D | sas_ata.c | 250 ata_tf_from_fis(dev->frame_rcvd, &tf); in sas_get_ata_command_set() 276 memcpy(dev->frame_rcvd, &dev->sata_dev.rps_resp.rps.fis, in sas_get_ata_info()
|
/kernel/linux/linux-5.10/drivers/scsi/isci/ |
H A D | phy.c | 458 iaf = &iphy->frame_rcvd.iaf; in sci_phy_get_attached_sas_address() 995 memcpy(&iphy->frame_rcvd.iaf, &iaf, sizeof(iaf)); in sci_phy_frame_handler() 1038 sci_controller_copy_sata_response(&iphy->frame_rcvd.fis, in sci_phy_frame_handler() 1407 iphy->sas_phy.frame_rcvd = (u8 *)&iphy->frame_rcvd; in isci_phy_init() 1418 memset(&iphy->frame_rcvd, 0, sizeof(iphy->frame_rcvd)); in isci_phy_init()
|
H A D | phy.h | 103 } frame_rcvd; member
|
H A 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()
|
/kernel/linux/linux-6.6/drivers/scsi/isci/ |
H A D | phy.c | 455 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() 1412 memset(&iphy->frame_rcvd, 0, sizeof(iphy->frame_rcvd)); in isci_phy_init()
|
H A D | phy.h | 103 } frame_rcvd; member
|
H A D | host.c | 1787 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()
|
/kernel/linux/linux-5.10/drivers/scsi/aic94xx/ |
H A D | aic94xx_scb.c | 137 if (phy->sas_phy.frame_rcvd[0] == 0x34 in asd_get_attached_sas_addr() 147 (void *) phy->sas_phy.frame_rcvd; in asd_get_attached_sas_addr() 226 size = min(size, (u16) sizeof(phy->frame_rcvd)); in asd_bytes_dmaed_tasklet() 229 memcpy(phy->sas_phy.frame_rcvd, edb->vaddr, size); in asd_bytes_dmaed_tasklet()
|
H A D | aic94xx_hwi.c | 92 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()
|
H A D | aic94xx_dump.c | 904 phy->frame_rcvd[i], in asd_dump_frame_rcvd() 905 phy->frame_rcvd[i+1], in asd_dump_frame_rcvd() 906 phy->frame_rcvd[i+2], in asd_dump_frame_rcvd() 907 phy->frame_rcvd[i+3]); in asd_dump_frame_rcvd()
|
H A D | aic94xx_sas.h | 684 u8 frame_rcvd[ASD_EDB_SIZE]; member
|
/kernel/linux/linux-6.6/drivers/scsi/aic94xx/ |
H A D | aic94xx_scb.c | 139 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()
|
H A D | aic94xx_hwi.c | 90 memset(phy->frame_rcvd, 0, sizeof(phy->frame_rcvd)); in asd_init_phy() 124 phy->sas_phy.frame_rcvd = &phy->frame_rcvd[0]; in asd_init_phys()
|
H A D | aic94xx_dump.c | 758 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()
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | libsas.h | 192 u8 frame_rcvd[32]; member 335 u8 *frame_rcvd; /* must be set */ member
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | libsas.h | 182 u8 frame_rcvd[32]; member 322 u8 *frame_rcvd; /* must be set */ member
|
/kernel/linux/linux-5.10/drivers/scsi/mvsas/ |
H A D | mv_init.c | 98 sas_phy->frame_rcvd = &phy->frame_rcvd[0]; in mvs_phy_init()
|
/kernel/linux/linux-6.6/drivers/scsi/mvsas/ |
H A D | mv_init.c | 95 sas_phy->frame_rcvd = &phy->frame_rcvd[0]; in mvs_phy_init()
|
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_v1_hw.c | 1327 u32 *frame_rcvd = (u32 *)sas_phy->frame_rcvd; in int_phyup_v1_hw() local 1328 struct sas_identify_frame *id = (struct sas_identify_frame *)frame_rcvd; in int_phyup_v1_hw() 1358 frame_rcvd[i] = __swab32(idaf); in int_phyup_v1_hw()
|
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_v1_hw.c | 1323 u32 *frame_rcvd = (u32 *)sas_phy->frame_rcvd; in int_phyup_v1_hw() local 1324 struct sas_identify_frame *id = (struct sas_identify_frame *)frame_rcvd; in int_phyup_v1_hw() 1353 frame_rcvd[i] = __swab32(idaf); in int_phyup_v1_hw()
|