Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/
H A Digc.c1291 igc->igc_mcast_raw = kmem_alloc(sizeof (ether_addr_t) * in igc_multicast_sync()
1295 bzero(igc->igc_mcast_raw, sizeof (ether_addr_t) * igc->igc_nmcast); in igc_multicast_sync()
1298 ether_addr_t *targ = &igc->igc_mcast_raw[nvalid]; in igc_multicast_sync()
1306 igc_update_mc_addr_list(&igc->igc_hw, (uint8_t *)igc->igc_mcast_raw, in igc_multicast_sync()
1493 kmem_free(igc->igc_mcast_raw, sizeof (ether_addr_t) * in igc_cleanup()
H A Digc.h467 ether_addr_t *igc_mcast_raw; member