XIO_ADDR_BITS
#define XIO_ADDR(x) ((x)&XIO_ADDR_BITS)
#define XIO_PACK(p, o) ((((uint64_t)(p))<<XIO_PORT_SHIFT) | ((o)&XIO_ADDR_BITS))