Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/skywalk/nexus/netif/
H A Dnx_netif.c2765 struct netif_rx_flow_steering *rx_flow_steering = NULL; in nx_netif_configure_rx_flow_steering() local
2780 rx_flow_steering = &nif->nif_rx_flow_steering; in nx_netif_configure_rx_flow_steering()
2781 VERIFY(rx_flow_steering->prov_ctx != NULL); in nx_netif_configure_rx_flow_steering()
2782 VERIFY(rx_flow_steering->config_fn != NULL); in nx_netif_configure_rx_flow_steering()
2783 err = rx_flow_steering->config_fn(rx_flow_steering->prov_ctx, id, in nx_netif_configure_rx_flow_steering()
/xnu-12377.81.4/tests/skywalk/
H A Dskt_xfer.c5055 int rx_flow_steering = 1; in skt_xfer_init_rx_flow_steering() local
5058 NULL, 0, &rx_flow_steering, sizeof(rx_flow_steering)) == 0); in skt_xfer_init_rx_flow_steering()
5065 int rx_flow_steering = 0; in skt_xfer_fini_rx_flow_steering() local
5069 NULL, 0, &rx_flow_steering, sizeof(rx_flow_steering)) == 0); in skt_xfer_fini_rx_flow_steering()