Home
last modified time | relevance | path

Searched refs:src_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
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()
232 if (src_mcip != NULL) { in mac_bcast_send()
238 MCIP_STAT_UPDATE(src_mcip, multixmt, 1); in mac_bcast_send()
239 MCIP_STAT_UPDATE(src_mcip, multixmtbytes, msgdsize(mp_chain)); in mac_bcast_send()
240 MCIP_STAT_UPDATE(src_mcip, brdcstxmt, 1); in mac_bcast_send()
241 MCIP_STAT_UPDATE(src_mcip, brdcstxmtbytes, msgdsize(mp_chain)); in mac_bcast_send()
244 mp_chain, src_mcip); in mac_bcast_send()
H A Dmac_sched.c4291 MAC_VID_CHECK(src_mcip, (mp), err); \
4313 mac_client_impl_t *src_mcip = (mac_client_impl_t *)mch; in mac_tx_send() local
4314 mac_impl_t *mip = src_mcip->mci_mip; in mac_tx_send()
4321 vid_check = MAC_VID_CHECK_NEEDED(src_mcip); in mac_tx_send()
4322 add_tag = MAC_TAG_NEEDED(src_mcip); in mac_tx_send()
4336 mac_client_impl_t *, src_mcip, mblk_t *, mp_chain); in mac_tx_send()
4347 mp = mac_provider_tx(mip, ring, mp, src_mcip); in mac_tx_send()
4404 mac_bcast_send(flow_cookie, src_mcip, mp, in mac_tx_send()
4432 mac_promisc_dispatch(mip, mp, src_mcip, in mac_tx_send()
4436 do_switch = ((src_mcip->mci_state_flags & in mac_tx_send()
[all …]