Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/raid/dpt/
H A Ddpt.h344 #define DPT_HCP_CODE(param) (ntohs(*(int16_t *)(void *)param)) macro
H A Ddpt_scsi.c651 if (DPT_HCP_CODE(param) != 1) { in dpt_detect_cache()
663 while (DPT_HCP_CODE(param) != 6) { in dpt_detect_cache()