Home
last modified time | relevance | path

Searched refs:wdc_exec_command (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dwdcvar.h178 void wdc_exec_command(struct ata_drive_datas *, struct ata_xfer *);
H A Dwdc.c134 .ata_exec_command = wdc_exec_command,
1402 wdc_exec_command(struct ata_drive_datas *drvp, struct ata_xfer *xfer) in wdc_exec_command() function
/netbsd-src/sys/dev/ata/
H A Data_wdc.c126 .ata_exec_command = wdc_exec_command,
/netbsd-src/sys/dev/scsipi/
H A Datapi_wdc.c226 wdc_exec_command(&chp->ch_drive[drive], xfer); in wdc_atapi_get_params()