Searched refs:src_mcip (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/io/mac/ |
H A D | mac_bcast.c | 144 mac_client_impl_t *src_mcip = arg2, *dst_mcip; in mac_bcast_send() local 171 if (flent == NULL || dst_mcip == src_mcip) { in mac_bcast_send() 189 if ((src_mcip != NULL) && in mac_bcast_send() 204 src_mcip, flow_fn_t, dst_mcip->mci_flent->fe_cb_fn, in mac_bcast_send() 238 if (src_mcip != NULL) { in mac_bcast_send() 244 MCIP_STAT_UPDATE(src_mcip, multixmt, 1); in mac_bcast_send() 245 MCIP_STAT_UPDATE(src_mcip, multixmtbytes, msgdsize(mp_chain)); in mac_bcast_send() 246 MCIP_STAT_UPDATE(src_mcip, brdcstxmt, 1); in mac_bcast_send() 247 MCIP_STAT_UPDATE(src_mcip, brdcstxmtbytes, msgdsize(mp_chain)); in mac_bcast_send() 249 MAC_TX(mip, mip->mi_default_tx_ring, mp_chain, src_mcip); in mac_bcast_send()
|
H A D | mac_sched.c | 4281 MAC_VID_CHECK(src_mcip, (mp), err); \ 4303 mac_client_impl_t *src_mcip = (mac_client_impl_t *)mch; in mac_tx_send() local 4304 mac_impl_t *mip = src_mcip->mci_mip; in mac_tx_send() 4311 vid_check = MAC_VID_CHECK_NEEDED(src_mcip); in mac_tx_send() 4312 add_tag = MAC_TAG_NEEDED(src_mcip); in mac_tx_send() 4326 mac_client_impl_t *, src_mcip, mblk_t *, mp_chain); in mac_tx_send() 4337 MAC_TX(mip, ring, mp, src_mcip); in mac_tx_send() 4361 src_mcip, int, mip->mi_nclients, mblk_t *, mp_chain); in mac_tx_send() 4427 mac_bcast_send(flow_cookie, src_mcip, mp, in mac_tx_send() 4454 mac_promisc_dispatch(mip, mp, src_mcip); in mac_tx_send() [all …]
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | mac_impl.h | 322 #define MAC_TX(mip, rh, mp, src_mcip) { \ argument 331 if ((src_mcip)->mci_state_flags & MCIS_SHARE_BOUND) \ 334 mac_promisc_dispatch(mip, mp, src_mcip); \
|