Searched refs:nxp_max_frags (Results 1 – 9 of 9) sorted by relevance
| /xnu-10063.141.1/bsd/skywalk/nexus/ |
| H A D | nexus_common.h | 285 nxa->nxa_max_frags = p->nxp_max_frags; in __nexus_attr_from_params() 385 p->nxp_max_frags = (uint32_t)nxa->nxa_max_frags; in __nexus_provider_reg_prepare()
|
| H A D | nexus_kern.c | 2001 .adj_max_frags = &nxp->nxp_max_frags, in nxprov_params_adjust() 2016 if (nxp->nxp_max_frags > UINT16_MAX) { in nxprov_params_adjust() 2018 nxp->nxp_max_frags); in nxprov_params_adjust() 2076 nxp->nxp_max_frags, srp[SKMEM_REGION_GUARD_HEAD].srp_r_obj_size * in nxprov_params_adjust() 2147 if (nxp->nxp_max_frags > 1) { in nxprov_params_adjust() 2151 (buf_cnt * nxp->nxp_max_frags)); in nxprov_params_adjust() 2165 buf_cnt, (uint16_t)nxp->nxp_max_frags, nxp->nxp_buf_size, in nxprov_params_adjust()
|
| H A D | os_nexus_private.h | 114 uint32_t nxp_max_frags; /* max fragments per packet */ member
|
| /xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_vp.c | 382 na_set_nrings(na, NR_A, ((nxp->nxp_max_frags > 1) && in fsw_vp_na_create() 404 if (nxp->nxp_max_frags > 1 && fsw->fsw_tso_mode != FSW_TSO_MODE_NONE) { in fsw_vp_na_create()
|
| H A D | nx_flowswitch.c | 305 ((nxp->nxp_max_frags > 1) && (sk_channel_buflet_alloc != 0)) ? in nx_fsw_prov_params_adjust()
|
| /xnu-10063.141.1/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_filter_vp.c | 571 na_set_nrings(na, NR_A, ((nxp->nxp_max_frags > 1) && in netif_filter_na_create()
|
| H A D | nx_netif_vp.c | 997 na_set_nrings(na, NR_A, ((nxp->nxp_max_frags > 1) && in netif_vp_na_create()
|
| /xnu-10063.141.1/libsyscall/wrappers/skywalk/ |
| H A D | os_channel.c | 318 CHD_PARAMS(chd)->nxp_max_frags; in os_channel_init_ring() 1716 cha->cha_max_frags = CHD_PARAMS(chd)->nxp_max_frags; in os_channel_info2attr()
|
| /xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_entry.c | 535 (fo->fo_fsw->fsw_nx->nx_prov->nxprov_params->nxp_max_frags > 1) && in flow_entry_alloc()
|