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

/freebsd-13-stable/sys/net/
H A Ddebugnet.c778 int ncl; member in struct:__anon14839
785 dn_maybe_reinit_mbufs(int nmbuf, int ncl, int clsize) argument
798 if (ncl > dn_hwm.ncl) {
800 dn_hwm.ncl = ncl;
802 ncl = dn_hwm.ncl;
813 debugnet_mbuf_reinit(nmbuf, ncl, clsize);
819 int clsize, nmbuf, ncl, nrx local
[all...]
H A Ddebugnet.h78 typedef void debugnet_init_t(struct ifnet *, int *nrxr, int *ncl, int *clsize);
H A Diflib.c6928 iflib_debugnet_init(if_t ifp, int *nrxr, int *ncl, int *clsize) argument
6935 *ncl = ctx->ifc_rxqs[0].ifr_fl->ifl_size;
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlvm.c467 Closure *ncl = luaF_newLclosure(L, nup); local
468 ncl->l.p = p;
469 setclLvalue(L, ra, ncl); /* anchor new closure in stack */
472 ncl->l.upvals[i] = luaF_findupval(L, base + uv[i].idx);
474 ncl->l.upvals[i] = encup[uv[i].idx];
476 luaC_barrierproto(L, p, ncl);
477 p->cache = ncl; /* save it on cache for reuse */
899 Closure *ncl = getcached(p, cl->upvals, base); /* cached closure */
900 if (ncl == NULL) /* no match? */
903 setclLvalue(L, ra, ncl); /* pus
[all...]
/freebsd-13-stable/contrib/bc/src/
H A Dhistory.c919 size_t pcl, ncl; local
923 ncl = bc_history_nextLen(h->buf.v, BC_HIST_BUF_LEN(h), h->pos, NULL);
928 if (pcl && h->pos != BC_HIST_BUF_LEN(h) && pcl < 5 && ncl < 5) {
931 memcpy(h->buf.v + h->pos - pcl, h->buf.v + h->pos, ncl);
932 memcpy(h->buf.v + h->pos - pcl + ncl, auxb, pcl);
934 h->pos += -pcl + ncl;
/freebsd-13-stable/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-13-stable/sys/net80211/
H A Dieee80211_freebsd.c1101 ieee80211_debugnet_init(struct ifnet *ifp, int *nrxr, int *ncl, int *clsize) argument
1110 ic->ic_debugnet_meth->dn8_init(ic, nrxr, ncl, clsize);
H A Dieee80211_freebsd.h512 typedef void debugnet80211_init_t(struct ieee80211com *, int *nrxr, int *ncl,
/freebsd-13-stable/sys/kern/
H A Dvfs_bio.c3185 int ncl; local
3216 ncl = i + j;
3220 if (ncl != 1) {
3222 nwritten = cluster_wbuild(vp, size, lblkno - j, ncl,
/freebsd-13-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c2899 mlx4_en_debugnet_init(struct ifnet *dev, int *nrxr, int *ncl, int *clsize) argument
2906 *ncl = DEBUGNET_MAX_IN_FLIGHT;
/freebsd-13-stable/sys/dev/virtio/network/
H A Dif_vtnet.c4373 vtnet_debugnet_init(struct ifnet *ifp, int *nrxr, int *ncl, int *clsize) argument
4381 *ncl = DEBUGNET_MAX_IN_FLIGHT;
/freebsd-13-stable/sys/dev/re/
H A Dif_re.c4110 re_debugnet_init(struct ifnet *ifp, int *nrxr, int *ncl, int *clsize) argument
4117 *ncl = DEBUGNET_MAX_IN_FLIGHT;
/freebsd-13-stable/sys/dev/cxgb/
H A Dcxgb_main.c3598 cxgb_debugnet_init(struct ifnet *ifp, int *nrxr, int *ncl, int *clsize) argument
3607 *ncl = adap->sge.qs[0].fl[1].size;
/freebsd-13-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c4702 mlx5_en_debugnet_init(struct ifnet *dev, int *nrxr, int *ncl, int *clsize) argument
4708 *ncl = DEBUGNET_MAX_IN_FLIGHT;
/freebsd-13-stable/sys/dev/alc/
H A Dif_alc.c4677 alc_debugnet_init(struct ifnet *ifp, int *nrxr, int *ncl, int *clsize) argument
4685 *ncl = DEBUGNET_MAX_IN_FLIGHT;
/freebsd-13-stable/sys/dev/bge/
H A Dif_bge.c6784 bge_debugnet_init(if_t ifp, int *nrxr, int *ncl, int *clsize) argument
6791 *ncl = DEBUGNET_MAX_IN_FLIGHT;
/freebsd-13-stable/sys/dev/bxe/
H A Dbxe.c19442 bxe_debugnet_init(struct ifnet *ifp, int *nrxr, int *ncl, int *clsize) argument
19449 *ncl = DEBUGNET_MAX_IN_FLIGHT;

Completed in 400 milliseconds