Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dats_copy_mgr.c661 if ((tdlen == 0) || (tdlen % CPMGR_TARGET_DESCRIPTOR_SIZE) || in cpmgr_create()
666 cm->cm_td_count = tdlen / CPMGR_TARGET_DESCRIPTOR_SIZE; in cpmgr_create()
678 p += i * CPMGR_TARGET_DESCRIPTOR_SIZE; in cpmgr_create()
704 p += CPMGR_TARGET_DESCRIPTOR_SIZE; in cpmgr_create()
H A Dats_copy_mgr.h80 #define CPMGR_TARGET_DESCRIPTOR_SIZE 32 macro