Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_bcast.c198 src_mcip, flow_fn_t, dst_mcip->mci_flent->fe_cb_fn, in mac_bcast_send()
202 (dst_mcip->mci_flent->fe_cb_fn)(dst_mcip->mci_flent->fe_cb_arg1, in mac_bcast_send()
408 grp->mbg_flow_ent->fe_cb_fn = mac_bcast_send; in mac_bcast_add()
H A Dmac_datapath_setup.c1645 if (flent->fe_cb_fn == (flow_fn_t)rx_func) in mac_client_update_classifier()
1662 flent->fe_cb_fn = (flow_fn_t)rx_func; in mac_client_update_classifier()
2433 flent->fe_cb_fn = (flow_fn_t)mac_srs->srs_rx.sr_lower_proc; in mac_rx_srs_group_setup()
H A Dmac_sched.c3250 (prev_flent->fe_cb_fn)(prev_flent->fe_cb_arg1, in mac_rx_srs_subflow_process()
3266 (prev_flent->fe_cb_fn)(prev_flent->fe_cb_arg1, in mac_rx_srs_subflow_process()
4443 (dst_flow_ent->fe_cb_fn)( in mac_tx_send()
H A Dmac_provider.c825 (flent->fe_cb_fn)(flent->fe_cb_arg1, in mac_rx_common()
H A Dmac.c1746 flent->fe_cb_fn = (flow_fn_t)func; in mac_client_set_flow_cb()
1760 flent->fe_cb_fn = (flow_fn_t)mac_rx_def; in mac_client_clear_flow_cb()
2828 (prev_flent->fe_cb_fn)(prev_flent->fe_cb_arg1, in mac_rx_flow()
2840 (prev_flent->fe_cb_fn)(prev_flent->fe_cb_arg1, in mac_rx_flow()
H A Dmac_flow.c233 flent->fe_cb_fn = (flow_fn_t)mac_rx_def; in mac_flow_create()
H A Dmac_client.c3003 flent->fe_cb_fn = (flow_fn_t)mac_rx_def; in mac_client_datapath_teardown()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_flow_impl.h275 flow_fn_t fe_cb_fn; /* fe_lock */ member