Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/aic7xxx/
A Daic79xx_core.c1326 while (!SCBID_IS_NULL(scbid)) { in ahd_flush_qoutfifo()
1349 while (!SCBID_IS_NULL(scbid)) { in ahd_flush_qoutfifo()
1366 while (!SCBID_IS_NULL(scbid)) { in ahd_flush_qoutfifo()
8300 && SCBID_IS_NULL(tid_head) in ahd_search_qinfifo()
8317 if (!SCBID_IS_NULL(tid_head)) in ahd_search_qinfifo()
8378 if (SCBID_IS_NULL(prev)) in ahd_search_scb_list()
8403 if (SCBID_IS_NULL(tid_cur)) { in ahd_stitch_tid_list()
8412 if (SCBID_IS_NULL(tid_next)) in ahd_stitch_tid_list()
8426 if (SCBID_IS_NULL(tid_next)) in ahd_stitch_tid_list()
8442 if (!SCBID_IS_NULL(prev)) { in ahd_rem_wscb()
[all …]
A Daic79xx.h69 #define SCBID_IS_NULL(scbid) (((scbid) & 0xFF00 ) == SCB_LIST_NULL) macro

Completed in 23 milliseconds