Searched refs:ida_command (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/ida/ |
H A D | ida_disk.c | 141 error = ida_command(drv->controller, CMD_WRITE, virtual, in idad_dump() 184 error = ida_command(drv->controller, CMD_GET_LOG_DRV_INFO, in idad_attach()
|
H A D | ida.c | 275 error = ida_command(ida, CMD_GET_CTRL_INFO, &cinfo, sizeof(cinfo), in ida_setup() 290 error = ida_command(ida, CMD_START_FIRMWARE, in ida_setup() 441 ida_command(struct ida_softc *ida, int command, void *data, int datasize, in ida_command() function 774 error = ida_command(sc, uc->command, daddr, len, in ida_ioctl()
|
H A D | idavar.h | 201 extern int ida_command(struct ida_softc *ida, int command, void *data,
|