Home
last modified time | relevance | path

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

/xnu-10002.61.3/bsd/skywalk/nexus/netif/
H A Dnx_netif.c89 #define NX_NETIF_MINSLOTS 2 /* XXX same as above */ macro
184 .nb_min = NX_NETIF_MINSLOTS,
189 .nb_min = NX_NETIF_MINSLOTS,
547 *(adj->adj_tx_slots) = NX_NETIF_MINSLOTS; in nx_netif_prov_params_adjust()
548 *(adj->adj_rx_slots) = NX_NETIF_MINSLOTS; in nx_netif_prov_params_adjust()