Home
last modified time | relevance | path

Searched refs:col_scb (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/scsi/aic7xxx/
Daic79xx_core.c6740 && (scb->col_scb != NULL) in ahd_get_scb()
6741 && (scb->col_scb->flags & SCB_ACTIVE) == 0) { in ahd_get_scb()
6742 LIST_REMOVE(scb->col_scb, links.le); in ahd_get_scb()
6743 ahd_add_col_list(ahd, scb->col_scb, col_idx); in ahd_get_scb()
6761 if (scb->col_scb == NULL) { in ahd_free_scb()
6768 } else if ((scb->col_scb->flags & SCB_ON_COL_LIST) != 0) { in ahd_free_scb()
6775 ahd_rem_col_list(ahd, scb->col_scb); in ahd_free_scb()
6779 scb->col_scb, links.le); in ahd_free_scb()
6780 } else if ((scb->col_scb->flags in ahd_free_scb()
6782 && (scb->col_scb->hscb->control & TAG_ENB) != 0) { in ahd_free_scb()
[all …]
Daic79xx.h606 struct scb *col_scb; member