Searched refs:XF_CFG_MAX_CLIENTS (Results 1 – 3 of 3) sorted by relevance
41 #define XF_CFG_MAX_CLIENTS (1 << 6) macro
115 xf_cmap_link_t cmap[XF_CFG_MAX_CLIENTS];
68 return (link->next > XF_CFG_MAX_CLIENTS ? link->c : NULL); in xf_client_lookup()77 (client < XF_CFG_MAX_CLIENTS ? cd->free = cd->cmap[client].next : 0); in xf_client_alloc()102 XF_CHK_ERR((client = xf_client_alloc(cd)) != XF_CFG_MAX_CLIENTS, -EBUSY); in xf_proxy_register()603 for (link = &cd->cmap[i = 0]; i < XF_CFG_MAX_CLIENTS; i++, link++) in xf_core_init()