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.c221 return i->dft->lldd_control_phy(asd_phy, PHY_FUNC_GET_EVENTS, NULL);
272 return i->dft->lldd_control_phy(asd_phy, reset_type, NULL);
307 ret = i->dft->lldd_control_phy(asd_phy, cmd, NULL);
340 ret = i->dft->lldd_control_phy(asd_phy, reset_type, NULL);
375 ret = i->dft->lldd_control_phy(asd_phy, PHY_FUNC_SET_LINK_RATE,
573 sas_domain_attach_transport(struct sas_domain_function_template *dft) argument
582 i->dft = dft;

Completed in 64 milliseconds