Searched refs:MCIP_STAT_UPDATE (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/io/mac/ |
H A D | mac_bcast.c | 216 MCIP_STAT_UPDATE(dst_mcip, multircv, 1); in mac_bcast_send() 217 MCIP_STAT_UPDATE(dst_mcip, multircvbytes, in mac_bcast_send() 220 MCIP_STAT_UPDATE(dst_mcip, brdcstrcv, 1); in mac_bcast_send() 221 MCIP_STAT_UPDATE(dst_mcip, brdcstrcvbytes, 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()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | mac_flow_impl.h | 472 #define MCIP_STAT_UPDATE(m, s, c) { \ macro
|