Home
last modified time | relevance | path

Searched refs:MAX_SG_DESCRIPTORS (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/sys/dev/hptmv/
Dosbsd.h125 #define PRD_ENTRIES_PER_CMD (MAX_SG_DESCRIPTORS+1)
157 SCAT_GATH psg[MAX_SG_DESCRIPTORS];
Dglobal.h47 #define MAX_SG_DESCRIPTORS 17 macro
Dentry.c1336 PAGE_SIZE * (MAX_SG_DESCRIPTORS-1), /* maxsize */ in init_adapter()
1337 MAX_SG_DESCRIPTORS, /* nsegments */ in init_adapter()
2748 HPT_ASSERT(nsegs<= MAX_SG_DESCRIPTORS); in hpt_io_dmamap_callback()
Dioctl.c695 if (idx >= MAX_SG_DESCRIPTORS) return FALSE; in R1ControlSgl()