/freebsd/sys/net/ |
H A D | debugnet.c | 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() 870 KASSERT(nrxr > 0, ("invalid receive ring count %d", nrxr)); in debugnet_any_ifnet_update() 876 nmbuf = ncl * (4 + nrxr); in debugnet_any_ifnet_update() 877 ncl *= nrxr; 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 | 7097 iflib_debugnet_init(if_t ifp, int *nrxr, int *ncl, int *clsize) in iflib_debugnet_init() argument 7103 *nrxr = NRXQSETS(ctx); in iflib_debugnet_init()
|
/freebsd/sys/net80211/ |
H A D | ieee80211_freebsd.c | 1105 ieee80211_debugnet_init(struct ifnet *ifp, int *nrxr, int *ncl, int *clsize) in ieee80211_debugnet_init() argument 1114 ic->ic_debugnet_meth->dn8_init(ic, nrxr, ncl, clsize); in ieee80211_debugnet_init()
|
H A D | ieee80211_freebsd.h | 515 typedef void debugnet80211_init_t(struct ieee80211com *, int *nrxr, int *ncl,
|
/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 2897 *nrxr = priv->rx_ring_num; in mlx4_en_debugnet_init()
|
/freebsd/sys/dev/re/ |
H A D | if_re.c | 4103 re_debugnet_init(if_t ifp, int *nrxr, int *ncl, int *clsize) in re_debugnet_init() argument 4109 *nrxr = sc->rl_ldata.rl_rx_desc_cnt; in re_debugnet_init()
|
/freebsd/sys/dev/cxgb/ |
H A D | cxgb_main.c | 3538 cxgb_debugnet_init(if_t ifp, int *nrxr, int *ncl, int *clsize) in cxgb_debugnet_init() argument 3546 *nrxr = adap->nqsets; in cxgb_debugnet_init()
|
/freebsd/sys/dev/virtio/network/ |
H A D | if_vtnet.c | 4397 vtnet_debugnet_init(if_t ifp, int *nrxr, int *ncl, int *clsize) in vtnet_debugnet_init() argument 4404 *nrxr = sc->vtnet_req_vq_pairs; in vtnet_debugnet_init()
|
/freebsd/sys/dev/alc/ |
H A D | if_alc.c | 4673 alc_debugnet_init(if_t ifp, int *nrxr, int *ncl, int *clsize) in alc_debugnet_init() argument 4680 *nrxr = ALC_RX_RING_CNT; in alc_debugnet_init()
|
/freebsd/sys/dev/mlx5/mlx5_en/ |
H A D | mlx5_en_main.c | 5069 mlx5_en_debugnet_init(if_t dev, int *nrxr, int *ncl, int *clsize) in mlx5_en_debugnet_init() argument 5074 *nrxr = priv->params.num_channels; in mlx5_en_debugnet_init()
|
/freebsd/sys/dev/bge/ |
H A D | if_bge.c | 6764 bge_debugnet_init(if_t ifp, int *nrxr, int *ncl, int *clsize) in bge_debugnet_init() argument 6777 *nrxr = 2; in bge_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 19409 *nrxr = sc->num_queues; in bxe_debugnet_init()
|