Home
last modified time | relevance | path

Searched refs:NXPCAP_USER_PACKET_POOL (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.61.2/bsd/skywalk/nexus/flowswitch/
H A Dnx_flowswitch.c198 .nb_max = (NXPCAP_CHECKSUM_PARTIAL | NXPCAP_USER_PACKET_POOL |
300 *(adj->adj_caps) |= NXPCAP_USER_PACKET_POOL; in nx_fsw_prov_params_adjust()
/xnu-8792.61.2/bsd/skywalk/nexus/
H A Dnexus_common.h282 NXPCAP_USER_PACKET_POOL) ? 1 : 0; in __nexus_attr_from_params()
H A Dos_nexus_private.h133 #define NXPCAP_USER_PACKET_POOL 0x2 /* user packet pool */ macro