Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-stats.c743 u64 mcst, bcst; in xge_hal_stats_hw() local
749 bcst = ((u64)hwsta->rmac_vld_bcst_frms_oflow << 32) | in xge_hal_stats_hw()
752 mcst -= bcst; in xge_hal_stats_hw()
/illumos-gate/usr/src/uts/common/io/udmf/
H A Dudmf_usbgem.c724 static uint8_t bcst[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in udmf_attach_chip() local
726 dp->name, __func__, usbgem_ether_crc_be(bcst))); in udmf_attach_chip()