Home
last modified time | relevance | path

Searched refs:nxp_tx_rings (Results 1 – 13 of 13) sorted by relevance

/xnu-11417.140.69/bsd/skywalk/nexus/
H A Dnexus_common.h265 nxa->nxa_tx_rings = p->nxp_tx_rings; in __nexus_attr_from_params()
310 p->nxp_tx_rings = (uint32_t)nxa->nxa_tx_rings; in __nexus_provider_reg_prepare()
354 (reg->nxpreg_params.nxp_tx_rings != in __nexus_provider_reg_prepare()
H A Dos_nexus_private.h99 uint32_t nxp_tx_rings; /* # of channel transmit rings */ member
H A Dnexus_kern.c1981 tx_rings = nxp->nxp_tx_rings; in nxprov_params_adjust()
H A Dnexus_adapter.c3246 na_set_nrings(na, NR_TX, nxp->nxp_tx_rings); in na_pseudo_create()
/xnu-11417.140.69/bsd/skywalk/nexus/flowswitch/
H A Dfsw_vp.c376 na_set_nrings(na, NR_TX, nxp->nxp_tx_rings); in fsw_vp_na_create()
H A Dnx_flowswitch.c583 fsw->fsw_tx_rings = NX_PROV(nx)->nxprov_params->nxp_tx_rings; in nx_fsw_prov_nx_ctor()
/xnu-11417.140.69/bsd/skywalk/nexus/kpipe/
H A Dnx_kernel_pipe.c752 na_set_nrings(na, NR_TX, nxp->nxp_tx_rings); in nx_kpipe_na_find()
/xnu-11417.140.69/tools/lldbmacros/
H A Dskywalk.py649 nx.nx_prov.nxprov_params.nxp_tx_rings,
/xnu-11417.140.69/bsd/skywalk/nexus/netif/
H A Dnx_netif_vp.c993 na_set_nrings(na, NR_TX, nxp->nxp_tx_rings); in netif_vp_na_create()
H A Dnx_netif_compat.c1636 tx_rings = nxp->nxp_tx_rings; in nx_netif_compat_attach()
H A Dnx_netif.c2331 na_set_nrings(devna, NR_TX, nxp->nxp_tx_rings); in nx_netif_attach()
/xnu-11417.140.69/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c1594 na_set_nrings(&mna->pna_up, NR_TX, nxp->nxp_tx_rings); in nx_upipe_na_find()
/xnu-11417.140.69/libsyscall/wrappers/skywalk/
H A Dos_channel.c1673 cha->cha_tx_rings = CHD_PARAMS(chd)->nxp_tx_rings; in os_channel_info2attr()