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);
655 static struct scsi_ctrl_blk *initio_alloc_scb(struct initio_host *host)
657 struct scsi_ctrl_blk *scb;
682 static void initio_release_scb(struct initio_host * host, struct scsi_ctrl_blk * cmnd)
704 static void initio_append_pend_scb(struct initio_host * host, struct scsi_ctrl_blk * scbp)
722 static void initio_push_pend_scb(struct initio_host * host, struct scsi_ctrl_blk * scbp)
737 static struct scsi_ctrl_blk *initio_find_first_pend_scb(struct initio_host * host)
739 struct scsi_ctrl_blk *first;
764 static void initio_unlink_pend_scb(struct initio_host * host, struct scsi_ctrl_blk * scb)
766 struct scsi_ctrl_blk *tmp, *prev;
791 static void initio_append_busy_scb(struct initio_host * host, struct scsi_ctrl_blk * scbp)
813 static struct scsi_ctrl_blk *initio_pop_busy_scb(struct initio_host * host)
815 struct scsi_ctrl_blk *tmp;
834 static void initio_unlink_busy_scb(struct initio_host * host, struct scsi_ctrl_blk * scb)
836 struct scsi_ctrl_blk *tmp, *prev;
866 struct scsi_ctrl_blk *initio_find_busy_scb(struct initio_host * host, u16 tarlun)
868 struct scsi_ctrl_blk *tmp;
886 static void initio_append_done_scb(struct initio_host * host, struct scsi_ctrl_blk * scbp)
903 struct scsi_ctrl_blk *initio_find_done_scb(struct initio_host * host)
905 struct scsi_ctrl_blk *tmp;
921 struct scsi_ctrl_blk *tmp, *prev;
1003 struct scsi_ctrl_blk *scb;
1020 static void initio_exec_scb(struct initio_host * host, struct scsi_ctrl_blk * scb)
1071 struct scsi_ctrl_blk *scb;
1143 struct scsi_ctrl_blk *scb;
1294 struct scsi_ctrl_blk *scb = host->active;
1349 struct scsi_ctrl_blk *scb = host->active;
1378 struct scsi_ctrl_blk *scb = host->active;
1445 struct scsi_ctrl_blk *scb = host->active;
1509 struct scsi_ctrl_blk *scb = host->active;
1598 struct scsi_ctrl_blk *scb = host->active;
1673 struct scsi_ctrl_blk *scb = host->active;
1705 struct scsi_ctrl_blk *scb = host->active;
1729 struct scsi_ctrl_blk *scb = host->active;
1753 struct scsi_ctrl_blk *scb = host->active;
1778 struct scsi_ctrl_blk *scb = host->active;
1829 struct scsi_ctrl_blk *scb = host->active;
1863 struct scsi_ctrl_blk *scb;
1899 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)
2613 struct scsi_ctrl_blk *cmnd;
2736 struct scsi_ctrl_blk *cblk;
2739 cblk = (struct scsi_ctrl_blk *) cblk_mem;
2810 struct scsi_ctrl_blk *scb, *tmp, *prev = NULL /* silence gcc */;
2851 i = num_scb * sizeof(struct scsi_ctrl_blk);