Lines Matching refs:scsi_ctrl_blk
117 static struct scsi_ctrl_blk *initio_find_busy_scb(struct initio_host * host, u16 tarlun);
118 static struct scsi_ctrl_blk *initio_find_done_scb(struct initio_host * host);
147 static void initio_select_atn(struct initio_host * host, struct scsi_ctrl_blk * scb);
148 static void initio_select_atn3(struct initio_host * host, struct scsi_ctrl_blk * scb);
149 static void initio_select_atn_stop(struct initio_host * host, struct scsi_ctrl_blk * scb);
656 static struct scsi_ctrl_blk *initio_alloc_scb(struct initio_host *host)
658 struct scsi_ctrl_blk *scb;
683 static void initio_release_scb(struct initio_host * host, struct scsi_ctrl_blk * cmnd)
705 static void initio_append_pend_scb(struct initio_host * host, struct scsi_ctrl_blk * scbp)
723 static void initio_push_pend_scb(struct initio_host * host, struct scsi_ctrl_blk * scbp)
738 static struct scsi_ctrl_blk *initio_find_first_pend_scb(struct initio_host * host)
740 struct scsi_ctrl_blk *first;
765 static void initio_unlink_pend_scb(struct initio_host * host, struct scsi_ctrl_blk * scb)
767 struct scsi_ctrl_blk *tmp, *prev;
792 static void initio_append_busy_scb(struct initio_host * host, struct scsi_ctrl_blk * scbp)
814 static struct scsi_ctrl_blk *initio_pop_busy_scb(struct initio_host * host)
816 struct scsi_ctrl_blk *tmp;
835 static void initio_unlink_busy_scb(struct initio_host * host, struct scsi_ctrl_blk * scb)
837 struct scsi_ctrl_blk *tmp, *prev;
867 struct scsi_ctrl_blk *initio_find_busy_scb(struct initio_host * host, u16 tarlun)
869 struct scsi_ctrl_blk *tmp, *prev;
888 static void initio_append_done_scb(struct initio_host * host, struct scsi_ctrl_blk * scbp)
905 struct scsi_ctrl_blk *initio_find_done_scb(struct initio_host * host)
907 struct scsi_ctrl_blk *tmp;
923 struct scsi_ctrl_blk *tmp, *prev;
1005 struct scsi_ctrl_blk *scb;
1022 static void initio_exec_scb(struct initio_host * host, struct scsi_ctrl_blk * scb)
1073 struct scsi_ctrl_blk *scb;
1145 struct scsi_ctrl_blk *scb;
1296 struct scsi_ctrl_blk *scb = host->active;
1351 struct scsi_ctrl_blk *scb = host->active;
1380 struct scsi_ctrl_blk *scb = host->active;
1447 struct scsi_ctrl_blk *scb = host->active;
1511 struct scsi_ctrl_blk *scb = host->active;
1600 struct scsi_ctrl_blk *scb = host->active;
1675 struct scsi_ctrl_blk *scb = host->active;
1707 struct scsi_ctrl_blk *scb = host->active;
1731 struct scsi_ctrl_blk *scb = host->active;
1755 struct scsi_ctrl_blk *scb = host->active;
1780 struct scsi_ctrl_blk *scb = host->active;
1830 struct scsi_ctrl_blk *scb = host->active;
1864 struct scsi_ctrl_blk *scb;
1900 struct scsi_ctrl_blk *scb;
1981 struct scsi_ctrl_blk *scb;
2279 struct scsi_ctrl_blk *scb;
2305 static void initio_select_atn_stop(struct initio_host * host, struct scsi_ctrl_blk * scb)
2315 static void initio_select_atn(struct initio_host * host, struct scsi_ctrl_blk * scb)
2330 static void initio_select_atn3(struct initio_host * host, struct scsi_ctrl_blk * scb)
2356 struct scsi_ctrl_blk *scb = host->active;
2358 struct scsi_ctrl_blk *tmp, *prev;
2532 static void initio_build_scb(struct initio_host * host, struct scsi_ctrl_blk * cblk, struct scsi_cmnd * cmnd)
2616 struct scsi_ctrl_blk *cmnd;
2742 struct scsi_ctrl_blk *cblk;
2745 cblk = (struct scsi_ctrl_blk *) cblk_mem;
2815 struct scsi_ctrl_blk *scb, *tmp, *prev = NULL /* silence gcc */;
2856 i = num_scb * sizeof(struct scsi_ctrl_blk);