Searched defs:SCB_LIST_NULL (Results 1 - 2 of 2) sorted by relevance

/drivers/scsi/aic7xxx/
H A Daic79xx.h66 #define SCB_LIST_NULL 0xFF00 macro
67 #define SCB_LIST_NULL_LE (ahd_htole16(SCB_LIST_NULL))
69 #define SCBID_IS_NULL(scbid) (((scbid) & 0xFF00 ) == SCB_LIST_NULL)
/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h619 #define SCB_LIST_NULL 0xff macro

Completed in 93 milliseconds