siop.c | 79 int siop_handle_qtag_reject(struct siop_cmd *); 80 void siop_scsicmd_end(struct siop_cmd *); 82 static void siop_start(struct siop_softc *, struct siop_cmd *); 281 siop_cmd->cmd_c.dsa, \ 298 struct siop_cmd *siop_cmd; local in function:siop_intr 325 /* use DSA to find the current siop_cmd */ 326 siop_cmd = NULL; 332 siop_cmd = &cbdp->cmds[dsa / sizeof(struct siop_xfer)]; 333 siop_table_sync(siop_cmd, 1074 struct siop_cmd *siop_cmd; local in function:siop_unqueue 1169 struct siop_cmd *siop_cmd; local in function:siop_handle_reset 1233 struct siop_cmd *siop_cmd; local in function:siop_scsipi_request 1574 struct siop_cmd *siop_cmd = v; local in function:siop_timeout [all...] |