Lines Matching refs:col_scb
5517 && (scb->col_scb != NULL) in ahd_get_scb()
5518 && (scb->col_scb->flags & SCB_ACTIVE) == 0) { in ahd_get_scb()
5519 LIST_REMOVE(scb->col_scb, links.le); in ahd_get_scb()
5520 ahd_add_col_list(ahd, scb->col_scb, col_idx); in ahd_get_scb()
5539 if (scb->col_scb == NULL) { in ahd_free_scb()
5546 } else if ((scb->col_scb->flags & SCB_ON_COL_LIST) != 0) { in ahd_free_scb()
5553 ahd_rem_col_list(ahd, scb->col_scb); in ahd_free_scb()
5557 scb->col_scb, links.le); in ahd_free_scb()
5558 } else if ((scb->col_scb->flags in ahd_free_scb()
5560 && (scb->col_scb->hscb->control & TAG_ENB) != 0) { in ahd_free_scb()
5568 AHD_GET_SCB_COL_IDX(ahd, scb->col_scb)); in ahd_free_scb()
5769 next_scb->col_scb = ahd_find_scb_by_tag(ahd, col_tag); in ahd_alloc_scbs()
5770 if (next_scb->col_scb != NULL) in ahd_alloc_scbs()
5771 next_scb->col_scb->col_scb = next_scb; in ahd_alloc_scbs()