Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/dpt/
H A Ddpt.h341 #define DPT_HCP_LENGTH(page) (ntohs(*(int16_t *)(void *)(&page[2]))+4) macro
H A Ddpt_scsi.c648 bytes = DPT_HCP_LENGTH(buff); in dpt_detect_cache()