Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/dpt/
H A Ddpt.h326 #define DPT_HCP_LENGTH(page) (ntohs(*(int16_t *)(void *)(&page[2]))+4) macro
H A Ddpt_scsi.c557 bytes = DPT_HCP_LENGTH(buff); in dpt_detect_cache()