DS_IDX_SHIFT
#define DS_ALLOC_HDL(_idx, _count) (((uint64_t)_idx << DS_IDX_SHIFT) | \
#define DS_HDL2IDX(hdl) (hdl >> DS_IDX_SHIFT)