Home
last modified time | relevance | path

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

/linux/drivers/scsi/libsas/
A Dsas_scsi_host.c337 if (i->dft->lldd_abort_task_set) in sas_recover_lu()
341 if (i->dft->lldd_clear_task_set) in sas_recover_lu()
346 if (i->dft->lldd_lu_reset) in sas_recover_lu()
362 if (i->dft->lldd_I_T_nexus_reset) in sas_recover_I_T()
434 if (!i->dft->lldd_abort_task) in sas_eh_abort_handler()
470 if (!i->dft->lldd_lu_reset) in sas_eh_device_reset_handler()
491 if (!i->dft->lldd_I_T_nexus_reset) in sas_eh_target_reset_handler()
623 if (i->dft->lldd_clear_nexus_ha) { in sas_eh_handle_sas_errors()
928 if (i->dft->lldd_abort_timeout) in sas_execute_internal_abort()
1031 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()
187 if (si->dft->lldd_port_formed) in sas_form_port()
188 si->dft->lldd_port_formed(phy); in sas_form_port()
235 if (si->dft->lldd_port_deformed) in sas_deform_port()
236 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.c215 ret = i->dft->lldd_execute_task(task, GFP_ATOMIC); in sas_ata_qc_issue()
364 if (i->dft->lldd_ata_check_ready) in local_ata_check_ready()
365 return i->dft->lldd_ata_check_ready(dev); in local_ata_check_ready()
428 ret = i->dft->lldd_I_T_nexus_reset(dev); in sas_ata_hard_reset()
463 res = si->dft->lldd_abort_task(task); in sas_ata_internal_abort()
518 if (i->dft->lldd_ata_set_dmamode) in sas_ata_set_dmamode()
519 i->dft->lldd_ata_set_dmamode(dev); in sas_ata_set_dmamode()
A Dsas_expander.c89 res = i->dft->lldd_execute_task(task, GFP_KERNEL); in smp_execute_task_sg()
101 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/net/ethernet/vertexcom/
A Dmse102x.c271 __be16 *dft = (__be16 *)(buff + DET_SOF_LEN + frame_len); in mse102x_rx_frame_spi() local
288 } else if (*dft != cpu_to_be16(DET_DFT)) { in mse102x_rx_frame_spi()
290 __func__, *dft); in mse102x_rx_frame_spi()
/linux/drivers/usb/dwc3/
A Dcore.c364 u32 dft; in dwc3_frame_length_adjustment() local
373 dft = reg & DWC3_GFLADJ_30MHZ_MASK; in dwc3_frame_length_adjustment()
374 if (dft != dwc->fladj) { in dwc3_frame_length_adjustment()

Completed in 30 milliseconds