Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_var.h187 extern struct __kern_channel_ring * fsw_flow_get_rx_ring(struct nx_flowswitch *fsw,
H A Dfsw_dp.c1710 fsw_flow_get_rx_ring(struct nx_flowswitch *fsw, struct flow_entry *fe) in fsw_flow_get_rx_ring() function
1824 r = fsw_flow_get_rx_ring(fsw, fe); in dp_flow_rx_process()
/xnu-11215.81.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c1627 ring = fsw_flow_get_rx_ring(fsw, fe); in flow_rx_agg_channel()