Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-rx.c1720 { uint32_t nservers, j; in vldb_reply_print() local
1725 nservers = GET_BE_U_4(bp); in vldb_reply_print()
1727 ND_PRINT(" %u", nservers); in vldb_reply_print()
1731 if (i < nservers) in vldb_reply_print()
1739 if (i < nservers && j <= 26) in vldb_reply_print()
1741 else if (i < nservers) in vldb_reply_print()
1768 { uint32_t nservers, j; in vldb_reply_print() local
1771 nservers = GET_BE_U_4(bp); in vldb_reply_print()
1773 ND_PRINT(" %u", nservers); in vldb_reply_print()
1777 if (i < nservers) in vldb_reply_print()
[all …]
/freebsd/sys/dev/ofw/
H A Dofw_cpu.c289 int i, nservers, rv; in ofw_cpu_attach() local
291 if ((nservers = OF_getencprop_alloc(node, in ofw_cpu_attach()
294 nservers /= sizeof(cell_t); in ofw_cpu_attach()
295 for (i = 0; i < nservers; i++) { in ofw_cpu_attach()
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_mc5.c327 int t3_mc5_init(struct mc5 *mc5, unsigned int nservers, unsigned int nfilters, in t3_mc5_init() argument
338 if (nroutes > MAX_ROUTES || nroutes + nservers + nfilters > tcam_size) in t3_mc5_init()
356 tcam_size - nroutes - nfilters - nservers); in t3_mc5_init()
H A Dcxgb_common.h328 unsigned int nservers; /* size of server region */ member
769 int t3_mc5_init(struct mc5 *mc5, unsigned int nservers, unsigned int nfilters,
H A Dcxgb_t3_hw.c3158 m = t3_mc5_size(&adap->mc5) - adap->params.mc5.nservers - in partition_mem()
3161 adap->params.mc5.nservers += m - tids; in partition_mem()
4163 t3_mc5_init(&adapter->mc5, adapter->params.mc5.nservers, in t3_init_hw()
4527 adapter->params.mc5.nservers = DEFAULT_NSERVERS; in t3_prep_adapter()
/freebsd/sys/dev/cxgb/
H A Dcxgb_main.c1551 sc->params.mc5.nservers = 0; in cxgb_up()