Home
last modified time | relevance | path

Searched defs:HPT_MMASK_VALUE_SAFE (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/hpt27xx/
H A Darray.h59 #define HPT_MMASK_VALUE_SAFE(x) HPT_MMASK_VALUE(x) macro
61 #define HPT_MMASK_VALUE_SAFE(x) ((x)>=MAX_MEMBERS? (HPT_MMASK)0 : HPT_MMASK_VALUE(x)) macro
/freebsd/sys/dev/hptnr/
H A Darray.h59 #define HPT_MMASK_VALUE_SAFE(x) HPT_MMASK_VALUE(x) macro
61 #define HPT_MMASK_VALUE_SAFE(x) ((x)>=MAX_MEMBERS? (HPT_MMASK)0 : HPT_MMASK_VALUE(x)) macro
/freebsd/sys/dev/hptrr/
H A Darray.h61 #define HPT_MMASK_VALUE_SAFE(x) HPT_MMASK_VALUE(x) macro
63 #define HPT_MMASK_VALUE_SAFE(x) ((x)>=MAX_MEMBERS? (HPT_MMASK)0 : HPT_MMASK_VALUE(x)) macro