Searched refs:col_scb (Results 1 – 2 of 2) sorted by relevance
5674 && (scb->col_scb != NULL) in ahd_get_scb()5675 && (scb->col_scb->flags & SCB_ACTIVE) == 0) { in ahd_get_scb()5676 LIST_REMOVE(scb->col_scb, links.le); in ahd_get_scb()5677 ahd_add_col_list(ahd, scb->col_scb, col_idx); in ahd_get_scb()5696 if (scb->col_scb == NULL) { in ahd_free_scb()5703 } else if ((scb->col_scb->flags & SCB_ON_COL_LIST) != 0) { in ahd_free_scb()5710 ahd_rem_col_list(ahd, scb->col_scb); in ahd_free_scb()5714 scb->col_scb, links.le); in ahd_free_scb()5715 } else if ((scb->col_scb->flags in ahd_free_scb()5717 && (scb->col_scb->hscb->control & TAG_ENB) != 0) { in ahd_free_scb()[all …]
633 struct scb *col_scb; member