BC_MAX_SLOTS
if (min_reqs > BC_MAX_SLOTS)
min_reqs = BC_MAX_SLOTS;
return BC_MAX_SLOTS;
if (atomic_read(&xprt->bc_slot_count) >= BC_MAX_SLOTS)