Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/dpt/
H A Ddpt.h329 #define DPT_HCP_CODE(param) (ntohs(*(int16_t *)(void *)param)) macro
H A Ddpt_scsi.c560 if (DPT_HCP_CODE(param) != 1) { in dpt_detect_cache()
571 while (DPT_HCP_CODE(param) != 6) { in dpt_detect_cache()