Home
last modified time | relevance | path

Searched refs:nroutes (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/sys/dev/cxgb/common/
Dcxgb_mc5.c329 unsigned int nroutes) in t3_mc5_init() argument
339 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()
Dcxgb_common.h331 unsigned int nroutes; /* size of routing region */ member
771 unsigned int nroutes);
Dcxgb_t3_hw.c3161 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()
/freebsd-10-stable/sys/dev/cxgb/ulp/tom/
Dcxgb_tom.c235 ntids = t3_mc5_size(&sc->mc5) - mc5->nroutes - mc5->nfilters - in t3_tom_activate()
/freebsd-10-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
Dwlan_sys.c3036 int i, nroutes, val = IEEE80211_MESH_RTCMD_LIST; in wlan_mesh_get_routelist() local
3047 nroutes = argsize / sizeof(*rt); in wlan_mesh_get_routelist()
3048 for (i = 0; i < nroutes; i++) { in wlan_mesh_get_routelist()
/freebsd-10-stable/sys/dev/cxgb/
Dcxgb_main.c3233 id += t3_mc5_size(&sc->mc5) - sc->params.mc5.nroutes - in set_filter()