Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/aic7xxx/
HDaic79xx.c462 if (SCBID_IS_NULL(comp_head)) { in ahd_flush_qoutfifo()
518 while (!SCBID_IS_NULL(scbid)) { in ahd_flush_qoutfifo()
542 while (!SCBID_IS_NULL(scbid)) { in ahd_flush_qoutfifo()
559 while (!SCBID_IS_NULL(scbid)) { in ahd_flush_qoutfifo()
7496 for (scbid = tid_next; !SCBID_IS_NULL(scbid); scbid = tid_next) { in ahd_search_qinfifo()
7582 && SCBID_IS_NULL(tid_head) in ahd_search_qinfifo()
7598 if (!SCBID_IS_NULL(tid_head)) in ahd_search_qinfifo()
7627 for (scbid = next; !SCBID_IS_NULL(scbid); scbid = next) { in ahd_search_scb_list()
7659 if (SCBID_IS_NULL(prev)) in ahd_search_scb_list()
7683 if (SCBID_IS_NULL(tid_cur)) { in ahd_stitch_tid_list()
[all …]
HDaic79xx.h79 #define SCBID_IS_NULL(scbid) (((scbid) & 0xFF00 ) == SCB_LIST_NULL) macro
HDaic79xx_inline.h780 if (SCBID_IS_NULL(SCB_GET_TAG(scb))) in ahd_queue_scb()