Searched refs:__XF_AP_CLIENT (Results 1 – 3 of 3) sorted by relevance
73 #define __XF_AP_CLIENT(core, client) ((core) | ((client) << 6) | 0x8000) macro
66 #define __XF_AP_CLIENT(core, client) ((core) | ((client) << 6) | 0x8000) macro
83 msg.id = __XF_MSG_ID(__XF_AP_CLIENT(proxy->core, handle->client), m->id);548 …msg.id = __XF_MSG_ID(__XF_AP_CLIENT(proxy->core, handle->client), __XF_PORT_SPEC2(handle->id, port… in xf_command()