Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/libsas/
A Dsas_scsi_host.c338 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()
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()
964 if (i->dft->lldd_abort_timeout) in sas_execute_internal_abort()
1067 if (i->dft->lldd_tmf_aborted) in sas_execute_tmf()
[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()
188 if (si->dft->lldd_port_formed) in sas_form_port()
189 si->dft->lldd_port_formed(phy); in sas_form_port()
236 if (si->dft->lldd_port_deformed) in sas_deform_port()
237 si->dft->lldd_port_deformed(phy); in sas_deform_port()
A Dsas_init.c188 return i->dft->lldd_control_phy(asd_phy, PHY_FUNC_GET_EVENTS, NULL); in sas_get_linkerrors()
239 return i->dft->lldd_control_phy(asd_phy, reset_type, NULL); in transport_sas_phy_reset()
274 ret = i->dft->lldd_control_phy(asd_phy, cmd, NULL); in sas_phy_enable()
308 ret = i->dft->lldd_control_phy(asd_phy, reset_type, NULL); in sas_phy_reset()
344 ret = i->dft->lldd_control_phy(asd_phy, PHY_FUNC_SET_LINK_RATE, in sas_set_phy_speed()
621 sas_domain_attach_transport(struct sas_domain_function_template *dft) in sas_domain_attach_transport() argument
630 i->dft = dft; in sas_domain_attach_transport()
653 if (i->dft->lldd_control_phy) { in sas_alloc_event()
A Dsas_discover.c176 if (!i->dft->lldd_dev_found) in sas_notify_lldd_dev_found()
179 res = i->dft->lldd_dev_found(dev); in sas_notify_lldd_dev_found()
198 if (!i->dft->lldd_dev_gone) in sas_notify_lldd_dev_gone()
202 i->dft->lldd_dev_gone(dev); in sas_notify_lldd_dev_gone()
255 if (si->dft->lldd_port_deformed) in sas_suspend_devices()
256 si->dft->lldd_port_deformed(phy); in sas_suspend_devices()
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_ata.c213 ret = i->dft->lldd_execute_task(task, GFP_ATOMIC); in sas_ata_qc_issue()
362 if (i->dft->lldd_ata_check_ready) in local_ata_check_ready()
363 return i->dft->lldd_ata_check_ready(dev); in local_ata_check_ready()
426 ret = i->dft->lldd_I_T_nexus_reset(dev); in sas_ata_hard_reset()
461 res = si->dft->lldd_abort_task(task); in sas_ata_internal_abort()
516 if (i->dft->lldd_ata_set_dmamode) in sas_ata_set_dmamode()
517 i->dft->lldd_ata_set_dmamode(dev); in sas_ata_set_dmamode()
A Dsas_expander.c67 res = i->dft->lldd_execute_task(task, GFP_KERNEL); in smp_execute_task_sg()
79 i->dft->lldd_abort_task(task); in smp_execute_task_sg()
/linux-6.3-rc2/drivers/scsi/
A Dscsi_sas_internal.h15 struct sas_domain_function_template *dft; member
/linux-6.3-rc2/drivers/net/ethernet/vertexcom/
A Dmse102x.c270 __be16 *dft = (__be16 *)(buff + DET_SOF_LEN + frame_len); in mse102x_rx_frame_spi() local
287 } else if (*dft != cpu_to_be16(DET_DFT)) { in mse102x_rx_frame_spi()
289 __func__, *dft); in mse102x_rx_frame_spi()
/linux-6.3-rc2/drivers/usb/dwc3/
A Dcore.c332 u32 dft; in dwc3_frame_length_adjustment() local
341 dft = reg & DWC3_GFLADJ_30MHZ_MASK; in dwc3_frame_length_adjustment()
342 if (dft != dwc->fladj) { in dwc3_frame_length_adjustment()

Completed in 20 milliseconds