Home
last modified time | relevance | path

Searched refs:tws_send_scsi_cmd (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/tws/
H A Dtws_hdm.c52 extern int tws_send_scsi_cmd(struct tws_softc *sc, int cmd);
500 if ((error = tws_send_scsi_cmd(sc, 0x03 /* REQUEST_SENSE */))) { in tws_fetch_aen()
H A Dtws_cam.c79 int tws_send_scsi_cmd(struct tws_softc *sc, int cmd);
734 tws_send_scsi_cmd(struct tws_softc *sc, int cmd) in tws_send_scsi_cmd() function