Searched refs:ncl (Results 1 - 17 of 17) sorted by relevance

/freebsd-current/sys/net/
H A Ddebugnet.c827 int ncl; member in struct:__anon6
834 dn_maybe_reinit_mbufs(int nmbuf, int ncl, int clsize) argument
847 if (ncl > dn_hwm.ncl) {
849 dn_hwm.ncl = ncl;
851 ncl = dn_hwm.ncl;
862 debugnet_mbuf_reinit(nmbuf, ncl, clsize);
868 int clsize, nmbuf, ncl, nrx local
[all...]
H A Ddebugnet.h76 typedef void debugnet_init_t(struct ifnet *, int *nrxr, int *ncl, int *clsize);
H A Diflib.c7099 iflib_debugnet_init(if_t ifp, int *nrxr, int *ncl, int *clsize) argument
7106 *ncl = ctx->ifc_rxqs[0].ifr_fl->ifl_size;
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dlvm.c466 Closure *ncl = luaF_newLclosure(L, nup); local
467 ncl->l.p = p;
468 setclLvalue(L, ra, ncl); /* anchor new closure in stack */
471 ncl->l.upvals[i] = luaF_findupval(L, base + uv[i].idx);
473 ncl->l.upvals[i] = encup[uv[i].idx];
475 luaC_barrierproto(L, p, ncl);
476 p->cache = ncl; /* save it on cache for reuse */
898 Closure *ncl = getcached(p, cl->upvals, base); /* cached closure */
899 if (ncl == NULL) /* no match? */
902 setclLvalue(L, ra, ncl); /* pus
[all...]
/freebsd-current/contrib/bc/src/
H A Dhistory.c1465 size_t pcl, ncl; local
1475 ncl = bc_history_nextLen(h->buf.v, BC_HIST_BUF_LEN(h), h->pos, NULL);
1480 if (pcl && h->pos != BC_HIST_BUF_LEN(h) && pcl < 5 && ncl < 5)
1484 memcpy(h->buf.v + h->pos - pcl, h->buf.v + h->pos, ncl);
1485 memcpy(h->buf.v + h->pos - pcl + ncl, auxb, pcl);
1488 h->pos += ((~pcl) + 1) + ncl;
/freebsd-current/contrib/lua/src/
H A Dlvm.c797 LClosure *ncl = luaF_newLclosure(L, nup); local
798 ncl->p = p;
799 setclLvalue2s(L, ra, ncl); /* anchor new closure in stack */
802 ncl->upvals[i] = luaF_findupval(L, base + uv[i].idx);
804 ncl->upvals[i] = encup[uv[i].idx];
805 luaC_objbarrier(L, ncl, ncl->upvals[i]);
/freebsd-current/sys/net80211/
H A Dieee80211_freebsd.c1105 ieee80211_debugnet_init(struct ifnet *ifp, int *nrxr, int *ncl, int *clsize) argument
1114 ic->ic_debugnet_meth->dn8_init(ic, nrxr, ncl, clsize);
H A Dieee80211_freebsd.h513 typedef void debugnet80211_init_t(struct ieee80211com *, int *nrxr, int *ncl,
/freebsd-current/sys/kern/
H A Dvfs_bio.c3255 int ncl; local
3286 ncl = i + j;
3290 if (ncl != 1) {
3292 nwritten = cluster_wbuild(vp, size, lblkno - j, ncl,
/freebsd-current/sys/dev/re/
H A Dif_re.c4110 re_debugnet_init(if_t ifp, int *nrxr, int *ncl, int *clsize) argument
4117 *ncl = DEBUGNET_MAX_IN_FLIGHT;
/freebsd-current/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c2896 mlx4_en_debugnet_init(if_t dev, int *nrxr, int *ncl, int *clsize) argument
2903 *ncl = DEBUGNET_MAX_IN_FLIGHT;
/freebsd-current/sys/dev/virtio/network/
H A Dif_vtnet.c4407 vtnet_debugnet_init(if_t ifp, int *nrxr, int *ncl, int *clsize) argument
4415 *ncl = DEBUGNET_MAX_IN_FLIGHT;
/freebsd-current/sys/dev/cxgb/
H A Dcxgb_main.c3591 cxgb_debugnet_init(if_t ifp, int *nrxr, int *ncl, int *clsize) argument
3600 *ncl = adap->sge.qs[0].fl[1].size;
/freebsd-current/sys/dev/alc/
H A Dif_alc.c4689 alc_debugnet_init(if_t ifp, int *nrxr, int *ncl, int *clsize) argument
4697 *ncl = DEBUGNET_MAX_IN_FLIGHT;
/freebsd-current/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c4940 mlx5_en_debugnet_init(if_t dev, int *nrxr, int *ncl, int *clsize)
4946 *ncl = DEBUGNET_MAX_IN_FLIGHT;
4942 mlx5_en_debugnet_init(if_t dev, int *nrxr, int *ncl, int *clsize) argument
/freebsd-current/sys/dev/bge/
H A Dif_bge.c6778 bge_debugnet_init(if_t ifp, int *nrxr, int *ncl, int *clsize) argument
6792 *ncl = DEBUGNET_MAX_IN_FLIGHT;
/freebsd-current/sys/dev/bxe/
H A Dbxe.c19422 bxe_debugnet_init(if_t ifp, int *nrxr, int *ncl, int *clsize) argument
19429 *ncl = DEBUGNET_MAX_IN_FLIGHT;

Completed in 556 milliseconds