Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_var.h189 extern struct __kern_channel_ring * fsw_flow_get_rx_ring(struct nx_flowswitch *fsw,
H A Dfsw_dp.c1751 fsw_flow_get_rx_ring(struct nx_flowswitch *fsw, struct flow_entry *fe) in fsw_flow_get_rx_ring() function
1867 r = fsw_flow_get_rx_ring(fsw, fe); in dp_flow_rx_process()
/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c1629 ring = fsw_flow_get_rx_ring(fsw, fe); in flow_rx_agg_channel()