Searched refs:nroutes (Results 1 – 6 of 6) sorted by relevance
329 unsigned int nroutes) in t3_mc5_init() argument339 if (nroutes > MAX_ROUTES || nroutes + nservers + nfilters > tcam_size) in t3_mc5_init()353 t3_write_reg(adap, A_MC5_DB_ROUTING_TABLE_INDEX, tcam_size - nroutes); in t3_mc5_init()355 tcam_size - nroutes - nfilters); in t3_mc5_init()357 tcam_size - nroutes - nfilters - nservers); in t3_mc5_init()
331 unsigned int nroutes; /* size of routing region */ member771 unsigned int nroutes);
3161 adap->params.mc5.nfilters - adap->params.mc5.nroutes; in partition_mem()4167 adapter->params.mc5.nroutes)) in t3_init_hw()4532 adapter->params.mc5.nroutes = 0; in t3_prep_adapter()
235 ntids = t3_mc5_size(&sc->mc5) - mc5->nroutes - mc5->nfilters - in t3_tom_activate()
3036 int i, nroutes, val = IEEE80211_MESH_RTCMD_LIST; in wlan_mesh_get_routelist() local3047 nroutes = argsize / sizeof(*rt); in wlan_mesh_get_routelist()3048 for (i = 0; i < nroutes; i++) { in wlan_mesh_get_routelist()
3233 id += t3_mc5_size(&sc->mc5) - sc->params.mc5.nroutes - in set_filter()