Lines Matching refs:col_scb
5674 && (scb->col_scb != NULL)
5675 && (scb->col_scb->flags & SCB_ACTIVE) == 0) {
5676 LIST_REMOVE(scb->col_scb, links.le);
5677 ahd_add_col_list(ahd, scb->col_scb, col_idx);
5696 if (scb->col_scb == NULL) {
5703 } else if ((scb->col_scb->flags & SCB_ON_COL_LIST) != 0) {
5710 ahd_rem_col_list(ahd, scb->col_scb);
5714 scb->col_scb, links.le);
5715 } else if ((scb->col_scb->flags
5717 && (scb->col_scb->hscb->control & TAG_ENB) != 0) {
5725 AHD_GET_SCB_COL_IDX(ahd, scb->col_scb));
5946 next_scb->col_scb = ahd_find_scb_by_tag(ahd, col_tag);
5947 if (next_scb->col_scb != NULL)
5948 next_scb->col_scb->col_scb = next_scb;