Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_sched.c3206 flow_entry_t *prev_flent = NULL; in mac_rx_srs_subflow_process() local
3231 if (mp == mp_chain || flent == prev_flent) { in mac_rx_srs_subflow_process()
3232 if (prev_flent != NULL) in mac_rx_srs_subflow_process()
3233 FLOW_REFRELE(prev_flent); in mac_rx_srs_subflow_process()
3234 prev_flent = flent; in mac_rx_srs_subflow_process()
3245 if (prev_flent == NULL || prev_flent->fe_rx_srs_cnt == 0) { in mac_rx_srs_subflow_process()
3250 (prev_flent->fe_cb_fn)(prev_flent->fe_cb_arg1, in mac_rx_srs_subflow_process()
3251 prev_flent->fe_cb_arg2, mp_chain, loopback); in mac_rx_srs_subflow_process()
3252 FLOW_REFRELE(prev_flent); in mac_rx_srs_subflow_process()
3254 prev_flent = flent; in mac_rx_srs_subflow_process()
[all …]
H A Dmac.c2784 flow_entry_t *prev_flent = NULL; in mac_rx_flow() local
2811 if (prev_flent == NULL) { in mac_rx_flow()
2820 if (prev_flent == NULL || flent == prev_flent) { in mac_rx_flow()
2822 if (prev_flent != NULL) in mac_rx_flow()
2823 FLOW_REFRELE(prev_flent); in mac_rx_flow()
2827 ASSERT3P(prev_flent, !=, NULL); in mac_rx_flow()
2828 (prev_flent->fe_cb_fn)(prev_flent->fe_cb_arg1, in mac_rx_flow()
2829 prev_flent->fe_cb_arg2, mp_chain, B_FALSE); in mac_rx_flow()
2830 FLOW_REFRELE(prev_flent); in mac_rx_flow()
2834 prev_flent = flent; in mac_rx_flow()
[all …]