Searched refs:dsa_fixup (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A D53c7,8xx.h1183 void (* dsa_fixup)(struct NCR53c7x0_cmd *cmd); member in struct:NCR53c7x0_hostdata
H A D53c7xx.h1187 void (* dsa_fixup)(struct NCR53c7x0_cmd *cmd); member in struct:NCR53c7x0_hostdata
H A D53c7,8xx.c783 hostdata->dsa_fixup = NCR53c8xx_dsa_fixup;
3434 if (hostdata->dsa_fixup)
3435 hostdata->dsa_fixup(tmp);
H A D53c7xx.c802 hostdata->dsa_fixup = NCR53c7xx_dsa_fixup;
3089 if (hostdata->dsa_fixup)
3090 hostdata->dsa_fixup(tmp);

Completed in 199 milliseconds