Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_mc5.c328 unsigned int nroutes) in t3_mc5_init() argument
338 if (nroutes > MAX_ROUTES || nroutes + nservers + nfilters > tcam_size) in t3_mc5_init()
352 t3_write_reg(adap, A_MC5_DB_ROUTING_TABLE_INDEX, tcam_size - nroutes); in t3_mc5_init()
354 tcam_size - nroutes - nfilters); in t3_mc5_init()
356 tcam_size - nroutes - nfilters - nservers); in t3_mc5_init()
H A Dcxgb_common.h330 unsigned int nroutes; /* size of routing region */ member
770 unsigned int nroutes);
H A Dcxgb_t3_hw.c3159 adap->params.mc5.nfilters - adap->params.mc5.nroutes; in partition_mem()
4165 adapter->params.mc5.nroutes)) in t3_init_hw()
4530 adapter->params.mc5.nroutes = 0; in t3_prep_adapter()
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A 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/sys/dev/cxgb/
H A Dcxgb_main.c3231 id += t3_mc5_size(&sc->mc5) - sc->params.mc5.nroutes - in set_filter()