Home
last modified time | relevance | path

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

/linux/drivers/scsi/aic7xxx/
A Daic79xx_core.c6685 && (scb->col_scb != NULL) in ahd_get_scb()
6686 && (scb->col_scb->flags & SCB_ACTIVE) == 0) { in ahd_get_scb()
6687 LIST_REMOVE(scb->col_scb, links.le); in ahd_get_scb()
6688 ahd_add_col_list(ahd, scb->col_scb, col_idx); in ahd_get_scb()
6706 if (scb->col_scb == NULL) { in ahd_free_scb()
6720 ahd_rem_col_list(ahd, scb->col_scb); in ahd_free_scb()
6724 scb->col_scb, links.le); in ahd_free_scb()
6725 } else if ((scb->col_scb->flags in ahd_free_scb()
6735 AHD_GET_SCB_COL_IDX(ahd, scb->col_scb)); in ahd_free_scb()
6920 if (next_scb->col_scb != NULL) in ahd_alloc_scbs()
[all …]
A Daic79xx.h606 struct scb *col_scb; member

Completed in 23 milliseconds