Searched refs:CPMGR_TARGET_DESCRIPTOR_SIZE (Results 1 – 2 of 2) sorted by relevance
661 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()
80 #define CPMGR_TARGET_DESCRIPTOR_SIZE 32 macro