Searched refs:dpt_cmd (Results 1 – 1 of 1) sorted by relevance
/netbsd/sys/dev/ic/ |
H A D | dpt.c | 200 static int dpt_cmd(struct dpt_softc *, struct dpt_ccb *, int, int); 471 if (dpt_cmd(sc, NULL, CP_IMMEDIATE, CPI_BUS_RESET)) in dpt_init() 628 dpt_cmd(sc, NULL, CP_IMMEDIATE, CPI_POWEROFF_WARN); in dpt_shutdown() 639 dpt_cmd(struct dpt_softc *sc, struct dpt_ccb *ccb, int eatacmd, int icmd) in dpt_cmd() function 817 if (dpt_cmd(sc, ccb, CP_IMMEDIATE, CPI_SPEC_ABORT)) in dpt_ccb_abort() 1017 if (dpt_cmd(sc, ccb, CP_DMA_CMD, 0)) { in dpt_scsipi_request() 1099 if (dpt_cmd(sc, ccb, CP_DMA_CMD, 0)) in dpt_hba_inquire() 1353 if (dpt_cmd(sc, ccb, CP_DMA_CMD, 0)) in dpt_passthrough()
|