/src/sys/dev/ic/ |
siopvar.h | 49 struct siop_cmd { struct 50 TAILQ_ENTRY (siop_cmd) next; 58 /* command block descriptors: an array of siop_cmd + an array of siop_xfer */ 61 struct siop_cmd *cmds; 68 struct siop_cmd *active; /* active command */ 96 static __inline void siop_table_sync(struct siop_cmd *, int); 98 siop_table_sync(struct siop_cmd *siop_cmd, int ops) 100 struct siop_common_softc *sc = siop_cmd->cmd_c.siop_sc; 103 offset = siop_cmd->cmd_c.dsa [all...] |
siopvar.h | 49 struct siop_cmd { struct 50 TAILQ_ENTRY (siop_cmd) next; 58 /* command block descriptors: an array of siop_cmd + an array of siop_xfer */ 61 struct siop_cmd *cmds; 68 struct siop_cmd *active; /* active command */ 96 static __inline void siop_table_sync(struct siop_cmd *, int); 98 siop_table_sync(struct siop_cmd *siop_cmd, int ops) 100 struct siop_common_softc *sc = siop_cmd->cmd_c.siop_sc; 103 offset = siop_cmd->cmd_c.dsa [all...] |
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...] |
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...] |