Searched refs:SCBID_IS_NULL (Results 1 – 3 of 3) sorted by relevance
404 while (!SCBID_IS_NULL(scbid)) { in ahd_flush_qoutfifo()426 while (!SCBID_IS_NULL(scbid)) { in ahd_flush_qoutfifo()7071 for (scbid = tid_next; !SCBID_IS_NULL(scbid); scbid = tid_next) { in ahd_search_qinfifo()7115 if (!SCBID_IS_NULL(tid_head)) in ahd_search_qinfifo()7140 for (scbid = next; !SCBID_IS_NULL(scbid); scbid = next) { in ahd_search_scb_list()7205 if (SCBID_IS_NULL(tid_cur)) { in ahd_stitch_tid_list()7208 if (SCBID_IS_NULL(tid_prev)) { in ahd_stitch_tid_list()7214 if (SCBID_IS_NULL(tid_next)) in ahd_stitch_tid_list()7219 if (SCBID_IS_NULL(tid_prev)) { in ahd_stitch_tid_list()7228 if (SCBID_IS_NULL(tid_next)) in ahd_stitch_tid_list()[all …]
80 #define SCBID_IS_NULL(scbid) (((scbid) & 0xFF00 ) == SCB_LIST_NULL) macro
760 if (SCBID_IS_NULL(SCB_GET_TAG(scb))) in ahd_queue_scb()