Searched refs:nxp_tx_rings (Results 1 – 13 of 13) sorted by relevance
| /xnu-11417.140.69/bsd/skywalk/nexus/ |
| H A D | nexus_common.h | 265 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 D | os_nexus_private.h | 99 uint32_t nxp_tx_rings; /* # of channel transmit rings */ member
|
| H A D | nexus_kern.c | 1981 tx_rings = nxp->nxp_tx_rings; in nxprov_params_adjust()
|
| H A D | nexus_adapter.c | 3246 na_set_nrings(na, NR_TX, nxp->nxp_tx_rings); in na_pseudo_create()
|
| /xnu-11417.140.69/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_vp.c | 376 na_set_nrings(na, NR_TX, nxp->nxp_tx_rings); in fsw_vp_na_create()
|
| H A D | nx_flowswitch.c | 583 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 D | nx_kernel_pipe.c | 752 na_set_nrings(na, NR_TX, nxp->nxp_tx_rings); in nx_kpipe_na_find()
|
| /xnu-11417.140.69/tools/lldbmacros/ |
| H A D | skywalk.py | 649 nx.nx_prov.nxprov_params.nxp_tx_rings,
|
| /xnu-11417.140.69/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_vp.c | 993 na_set_nrings(na, NR_TX, nxp->nxp_tx_rings); in netif_vp_na_create()
|
| H A D | nx_netif_compat.c | 1636 tx_rings = nxp->nxp_tx_rings; in nx_netif_compat_attach()
|
| H A D | nx_netif.c | 2331 na_set_nrings(devna, NR_TX, nxp->nxp_tx_rings); in nx_netif_attach()
|
| /xnu-11417.140.69/bsd/skywalk/nexus/upipe/ |
| H A D | nx_user_pipe.c | 1594 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 D | os_channel.c | 1673 cha->cha_tx_rings = CHD_PARAMS(chd)->nxp_tx_rings; in os_channel_info2attr()
|