Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/aic7xxx/
Daic79xx_core.c853 if (SCBID_IS_NULL(SCB_GET_TAG(scb))) in ahd_queue_scb()
1277 if (SCBID_IS_NULL(comp_head)) { in ahd_flush_qoutfifo()
1334 while (!SCBID_IS_NULL(scbid)) { in ahd_flush_qoutfifo()
1357 while (!SCBID_IS_NULL(scbid)) { in ahd_flush_qoutfifo()
1374 while (!SCBID_IS_NULL(scbid)) { in ahd_flush_qoutfifo()
8299 for (scbid = tid_next; !SCBID_IS_NULL(scbid); scbid = tid_next) { in ahd_search_qinfifo()
8386 && SCBID_IS_NULL(tid_head) in ahd_search_qinfifo()
8403 if (!SCBID_IS_NULL(tid_head)) in ahd_search_qinfifo()
8432 for (scbid = next; !SCBID_IS_NULL(scbid); scbid = next) { in ahd_search_scb_list()
8464 if (SCBID_IS_NULL(prev)) in ahd_search_scb_list()
[all …]
Daic79xx.h69 #define SCBID_IS_NULL(scbid) (((scbid) & 0xFF00 ) == SCB_LIST_NULL) macro