Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_bcast.c145 mac_client_impl_t *src_mcip = arg2, *dst_mcip; in mac_bcast_send() local
168 dst_mcip = grp->mbg_clients[i].mgb_client; in mac_bcast_send()
169 if (dst_mcip == NULL) in mac_bcast_send()
171 flent = dst_mcip->mci_flent; in mac_bcast_send()
172 if (flent == NULL || dst_mcip == src_mcip) { in mac_bcast_send()
198 src_mcip, flow_fn_t, dst_mcip->mci_flent->fe_cb_fn, in mac_bcast_send()
199 void *, dst_mcip->mci_flent->fe_cb_arg1, in mac_bcast_send()
200 void *, dst_mcip->mci_flent->fe_cb_arg2); in mac_bcast_send()
202 (dst_mcip->mci_flent->fe_cb_fn)(dst_mcip->mci_flent->fe_cb_arg1, in mac_bcast_send()
203 dst_mcip->mci_flent->fe_cb_arg2, mp_chain1, is_loopback); in mac_bcast_send()
[all …]
H A Dmac_sched.c4417 mac_client_impl_t *dst_mcip = in mac_tx_send() local
4438 dst_mcip->mci_state_flags & in mac_tx_send()