Searched refs:LIST_FIRST (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/scsi/aic7xxx/
H A Dqueue.h269 #define LIST_FIRST(head) ((head)->lh_first) macro
272 for ((var) = LIST_FIRST((head)); \
277 LIST_FIRST((head)) = NULL; \
296 if ((LIST_NEXT((elm), field) = LIST_FIRST((head))) != NULL) \
297 LIST_FIRST((head))->field.le_prev = &LIST_NEXT((elm), field);\
298 LIST_FIRST((head)) = (elm); \
299 (elm)->field.le_prev = &LIST_FIRST((head)); \
H A Daic79xx_core.c6674 first_scb = LIST_FIRST(free_list); ahd_add_col_list()
6695 first_scb = LIST_FIRST(free_list); ahd_rem_col_list()
6731 if ((scb = LIST_FIRST(&ahd->scb_data.any_dev_free_scb_list)) == NULL) { ahd_get_scb()
7968 if (LIST_FIRST(&ahd->pending_scbs) != NULL) { ahd_suspend()
8654 scbp_next = LIST_FIRST(&ahd->pending_scbs); ahd_abort_scbs()
10384 if (LIST_FIRST(&ahd->pending_scbs) != NULL) { ahd_handle_en_lun()
H A Daic7xxx_core.c5661 if (LIST_FIRST(&ahc->pending_scbs) != NULL) { ahc_suspend()
6439 scbp_next = LIST_FIRST(&ahc->pending_scbs); ahc_abort_scbs()
7487 if (LIST_FIRST(&ahc->pending_scbs) != NULL) { ahc_handle_en_lun()

Completed in 148 milliseconds