| /freebsd/sys/net/ |
| H A D | debugnet.c | 824 int clsize; member 830 dn_maybe_reinit_mbufs(int nmbuf, int ncl, int clsize) in dn_maybe_reinit_mbufs() argument 849 if (clsize > dn_hwm.clsize) { in dn_maybe_reinit_mbufs() 851 dn_hwm.clsize = clsize; in dn_maybe_reinit_mbufs() 853 clsize = dn_hwm.clsize; in dn_maybe_reinit_mbufs() 858 debugnet_mbuf_reinit(nmbuf, ncl, clsize); in dn_maybe_reinit_mbufs() 864 int clsize, nmbuf, ncl, nrxr; in debugnet_any_ifnet_update() local 869 ifp->if_debugnet_methods->dn_init(ifp, &nrxr, &ncl, &clsize); in debugnet_any_ifnet_update() 883 if (nmbuf == 0 || ncl == 0 || clsize == 0) { in debugnet_any_ifnet_update() 891 dn_maybe_reinit_mbufs(nmbuf, ncl, clsize); in debugnet_any_ifnet_update()
|
| H A D | debugnet.h | 76 typedef void debugnet_init_t(struct ifnet *, int *nrxr, int *ncl, int *clsize);
|
| H A D | iflib.c | 7049 iflib_debugnet_init(if_t ifp, int *nrxr, int *ncl, int *clsize) in iflib_debugnet_init() 7057 *clsize = ctx->ifc_rxqs[0].ifr_fl->ifl_buf_size; in iflib_debugnet_event() 7044 iflib_debugnet_init(if_t ifp,int * nrxr,int * ncl,int * clsize) iflib_debugnet_init() argument
|
| /freebsd/sys/kern/ |
| H A D | kern_mbuf.c | 597 debugnet_mbuf_reinit(int nmbuf, int nclust, int clsize) in debugnet_mbuf_reinit() argument 604 dn_clsize = clsize; in debugnet_mbuf_reinit() 612 clsize, mb_ctor_clust, NULL, NULL, NULL, in debugnet_mbuf_reinit()
|
| /freebsd/sys/net80211/ |
| H A D | ieee80211_freebsd.c | 1123 ieee80211_debugnet_init(struct ifnet *ifp, int *nrxr, int *ncl, int *clsize) in ieee80211_debugnet_init() argument 1132 ic->ic_debugnet_meth->dn8_init(ic, nrxr, ncl, clsize); in ieee80211_debugnet_init()
|
| H A D | ieee80211_freebsd.h | 531 int *clsize);
|
| /freebsd/sys/sys/ |
| H A D | mbuf.h | 1845 void debugnet_mbuf_reinit(int nmbuf, int nclust, int clsize); in mbuf_has_tls_session()
|
| /freebsd/sys/dev/mlx4/mlx4_en/ |
| H A D | mlx4_en_netdev.c | 2891 mlx4_en_debugnet_init(if_t dev, int *nrxr, int *ncl, int *clsize) in mlx4_en_debugnet_init() argument 2899 *clsize = MCLBYTES; in mlx4_en_debugnet_init()
|
| /freebsd/sys/dev/cxgb/ |
| H A D | cxgb_main.c | 3539 cxgb_debugnet_init(if_t ifp, int *nrxr, int *ncl, int *clsize) in cxgb_debugnet_init() argument 3549 *clsize = adap->sge.qs[0].fl[1].buf_size; in cxgb_debugnet_init()
|
| /freebsd/sys/dev/re/ |
| H A D | if_re.c | 4102 re_debugnet_init(if_t ifp, int *nrxr, int *ncl, int *clsize) in re_debugnet_init() argument 4110 *clsize = (if_getmtu(ifp) > RL_MTU && in re_debugnet_init()
|
| /freebsd/sys/dev/bge/ |
| H A D | if_bge.c | 6776 bge_debugnet_init(if_t ifp, int *nrxr, int *ncl, int *clsize) in bge_debugnet_init() argument 6794 *clsize = MJUM9BYTES; in bge_debugnet_init() 6796 *clsize = MCLBYTES; in bge_debugnet_init()
|
| /freebsd/sys/dev/virtio/network/ |
| H A D | if_vtnet.c | 4592 vtnet_debugnet_init(if_t ifp, int *nrxr, int *ncl, int *clsize) in vtnet_debugnet_init() argument 4601 *clsize = sc->vtnet_rx_clustersz; in vtnet_debugnet_init()
|
| /freebsd/sys/dev/alc/ |
| H A D | if_alc.c | 4649 alc_debugnet_init(if_t ifp, int *nrxr, int *ncl, int *clsize) in alc_debugnet_init() argument 4658 *clsize = MCLBYTES; in alc_debugnet_init()
|
| /freebsd/sys/dev/mlx5/mlx5_en/ |
| H A D | mlx5_en_main.c | 5047 mlx5_en_debugnet_init(if_t dev, int *nrxr, int *ncl, int *clsize) in mlx5_en_debugnet_init() argument 5054 *clsize = MLX5E_MAX_RX_BYTES; in mlx5_en_debugnet_init()
|
| /freebsd/sys/dev/bxe/ |
| H A D | bxe.c | 19403 bxe_debugnet_init(if_t ifp, int *nrxr, int *ncl, int *clsize) in bxe_debugnet_init() argument 19411 *clsize = sc->fp[0].mbuf_alloc_size; in bxe_debugnet_init()
|