Searched refs:BC_MAX_SLOTS (Results 1 – 1 of 1) sorted by relevance
20 #define BC_MAX_SLOTS 64U macro24 return BC_MAX_SLOTS; in xprt_bc_max_slots()139 if (min_reqs > BC_MAX_SLOTS) in xprt_setup_bc()140 min_reqs = BC_MAX_SLOTS; in xprt_setup_bc()245 if (atomic_read(&xprt->bc_slot_count) >= BC_MAX_SLOTS) in xprt_get_bc_request()