Home
last modified time | relevance | path

Searched refs:fe_cb_arg1 (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_bcast.c199 void *, dst_mcip->mci_flent->fe_cb_arg1, in mac_bcast_send()
202 (dst_mcip->mci_flent->fe_cb_fn)(dst_mcip->mci_flent->fe_cb_arg1, in mac_bcast_send()
409 grp->mbg_flow_ent->fe_cb_arg1 = grp; in mac_bcast_add()
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()
4444 dst_flow_ent->fe_cb_arg1, in mac_tx_send()
H A Dmac_provider.c825 (flent->fe_cb_fn)(flent->fe_cb_arg1, in mac_rx_common()
H A Dmac_datapath_setup.c1663 flent->fe_cb_arg1 = (void *)mip; in mac_client_update_classifier()
2434 flent->fe_cb_arg1 = (void *)mip; in mac_rx_srs_group_setup()
H A Dmac.c1747 flent->fe_cb_arg1 = arg1; in mac_client_set_flow_cb()
1761 flent->fe_cb_arg1 = NULL; 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_client.c3004 flent->fe_cb_arg1 = NULL; in mac_client_datapath_teardown()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_flow_impl.h276 void *fe_cb_arg1; /* fe_lock */ member