Searched refs:FCC_MAX_CELLS (Results 1 – 1 of 1) sorted by relevance
44 #define FCC_MAX_CELLS 10 macro51 fc_cell_t fc_req[FCC_FIXED_CELLS+FCC_MAX_CELLS]; in fc_run_priv()60 if (nin + nout > FCC_MAX_CELLS) { in fc_run_priv()63 nin = min(nin, FCC_MAX_CELLS); in fc_run_priv()64 nout = FCC_MAX_CELLS - nin; in fc_run_priv()