Searched defs:dft (Results 1 - 2 of 2) sorted by relevance

/drivers/scsi/
H A Dscsi_sas_internal.h14 struct sas_domain_function_template *dft; member in struct:sas_internal
/drivers/scsi/libsas/
H A Dsas_init.c196 return i->dft->lldd_control_phy(asd_phy, PHY_FUNC_GET_EVENTS, NULL);
247 return i->dft->lldd_control_phy(asd_phy, reset_type, NULL);
282 ret = i->dft->lldd_control_phy(asd_phy, cmd, NULL);
315 ret = i->dft->lldd_control_phy(asd_phy, reset_type, NULL);
350 ret = i->dft->lldd_control_phy(asd_phy, PHY_FUNC_SET_LINK_RATE,
464 sas_domain_attach_transport(struct sas_domain_function_template *dft) argument
473 i->dft = dft;

Completed in 141 milliseconds