Home
last modified time | relevance | path

Searched refs:nxa_max_frags (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.140.69/bsd/skywalk/nexus/
H A Dnexus_common.h126 nxa->nxa_max_frags = value; in __nexus_attr_set()
241 *value = nxa->nxa_max_frags; in __nexus_attr_get()
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 Dos_nexus_private.h620 uint64_t nxa_max_frags; /* max fragments per packet */ member