Home
last modified time | relevance | path

Searched refs:dft (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/scsi/libsas/
A Dsas_scsi_host.c288 res = si->dft->lldd_abort_task(task); in sas_scsi_find_task()
338 if (i->dft->lldd_abort_task_set) in sas_recover_lu()
342 if (i->dft->lldd_clear_task_set) in sas_recover_lu()
347 if (i->dft->lldd_lu_reset) in sas_recover_lu()
363 if (i->dft->lldd_I_T_nexus_reset) in sas_recover_I_T()
470 if (!i->dft->lldd_abort_task) in sas_eh_abort_handler()
482 res = i->dft->lldd_abort_task(task); in sas_eh_abort_handler()
506 if (!i->dft->lldd_lu_reset) in sas_eh_device_reset_handler()
527 if (!i->dft->lldd_I_T_nexus_reset) in sas_eh_target_reset_handler()
659 if (i->dft->lldd_clear_nexus_ha) { in sas_eh_handle_sas_errors()
[all …]
A Dsas_phy.c45 if (!port && phy->enabled && i->dft->lldd_control_phy) { in sas_phye_oob_error()
50 i->dft->lldd_control_phy(phy, PHY_FUNC_HARD_RESET, in sas_phye_oob_error()
57 i->dft->lldd_control_phy(phy, PHY_FUNC_DISABLE, NULL); in sas_phye_oob_error()
72 i->dft->lldd_control_phy(phy, PHY_FUNC_RELEASE_SPINUP_HOLD, NULL); in sas_phye_spinup_hold()
105 ret = i->dft->lldd_control_phy(phy, PHY_FUNC_DISABLE, NULL); in sas_phye_shutdown()
A Dsas_port.c33 if (si->dft->lldd_port_formed) in sas_resume_port()
34 si->dft->lldd_port_formed(phy); in sas_resume_port()
177 if (si->dft->lldd_port_formed) in sas_form_port()
178 si->dft->lldd_port_formed(phy); in sas_form_port()
225 if (si->dft->lldd_port_deformed) in sas_deform_port()
226 si->dft->lldd_port_deformed(phy); in sas_deform_port()
A Dsas_init.c191 return i->dft->lldd_control_phy(asd_phy, PHY_FUNC_GET_EVENTS, NULL); in sas_get_linkerrors()
242 return i->dft->lldd_control_phy(asd_phy, reset_type, NULL); in transport_sas_phy_reset()
277 ret = i->dft->lldd_control_phy(asd_phy, cmd, NULL); in sas_phy_enable()
311 ret = i->dft->lldd_control_phy(asd_phy, reset_type, NULL); in sas_phy_reset()
347 ret = i->dft->lldd_control_phy(asd_phy, PHY_FUNC_SET_LINK_RATE, in sas_set_phy_speed()
575 sas_domain_attach_transport(struct sas_domain_function_template *dft) in sas_domain_attach_transport() argument
584 i->dft = dft; in sas_domain_attach_transport()
607 if (i->dft->lldd_control_phy) { in sas_alloc_event()
A Dsas_discover.c177 if (!i->dft->lldd_dev_found) in sas_notify_lldd_dev_found()
180 res = i->dft->lldd_dev_found(dev); in sas_notify_lldd_dev_found()
199 if (!i->dft->lldd_dev_gone) in sas_notify_lldd_dev_gone()
203 i->dft->lldd_dev_gone(dev); in sas_notify_lldd_dev_gone()
256 if (si->dft->lldd_port_deformed) in sas_suspend_devices()
257 si->dft->lldd_port_deformed(phy); in sas_suspend_devices()
A Dsas_ata.c221 ret = i->dft->lldd_execute_task(task, GFP_ATOMIC); in sas_ata_qc_issue()
336 if (i->dft->lldd_ata_check_ready) in local_ata_check_ready()
337 return i->dft->lldd_ata_check_ready(dev); in local_ata_check_ready()
379 res = i->dft->lldd_I_T_nexus_reset(dev); in sas_ata_hard_reset()
423 res = si->dft->lldd_abort_task(task); in sas_ata_internal_abort()
478 if (i->dft->lldd_ata_set_dmamode) in sas_ata_set_dmamode()
479 i->dft->lldd_ata_set_dmamode(dev); in sas_ata_set_dmamode()
A Dsas_host_smp.c120 if (i->dft->lldd_write_gpio == NULL) { in sas_host_smp_write_gpio()
125 written = i->dft->lldd_write_gpio(sas_ha, reg_type, reg_index, in sas_host_smp_write_gpio()
219 if (i->dft->lldd_control_phy(asd_phy, phy_op, &rates)) in sas_phy_control()
A Dsas_expander.c85 res = i->dft->lldd_execute_task(task, GFP_KERNEL); in smp_execute_task_sg()
97 i->dft->lldd_abort_task(task); in smp_execute_task_sg()
/linux/drivers/scsi/
A Dscsi_sas_internal.h15 struct sas_domain_function_template *dft; member
/linux/drivers/usb/dwc3/
A Dcore.c322 u32 dft; in dwc3_frame_length_adjustment() local
331 dft = reg & DWC3_GFLADJ_30MHZ_MASK; in dwc3_frame_length_adjustment()
332 if (dft != dwc->fladj) { in dwc3_frame_length_adjustment()

Completed in 48 milliseconds