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

/drivers/scsi/aic7xxx/
H A Daic79xx_core.c853 if (SCBID_IS_NULL(SCB_GET_TAG(scb)))
1277 if (SCBID_IS_NULL(comp_head)) {
1334 while (!SCBID_IS_NULL(scbid)) {
1357 while (!SCBID_IS_NULL(scbid)) {
1374 while (!SCBID_IS_NULL(scbid)) {
8310 for (scbid = tid_next; !SCBID_IS_NULL(scbid); scbid = tid_next) {
8397 && SCBID_IS_NULL(tid_head)
8414 if (!SCBID_IS_NULL(tid_head))
8443 for (scbid = next; !SCBID_IS_NULL(scbid); scbid = next) {
8475 if (SCBID_IS_NULL(pre
[all...]
H A Daic79xx.h69 #define SCBID_IS_NULL(scbid) (((scbid) & 0xFF00 ) == SCB_LIST_NULL) macro

Completed in 134 milliseconds