Home
last modified time | relevance | path

Searched refs:mc_filter_type (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_vf.c238 hw->mac.mc_filter_type = msgbuf[IXGBE_VF_MC_TYPE_WORD]; in ixgbe_reset_hw_vf()
305 switch (hw->mac.mc_filter_type) { in ixgbe_mta_vector()
H A Dixgbe_common.c2527 IXGBE_WRITE_REG(hw, IXGBE_MCSTCTRL, hw->mac.mc_filter_type); in ixgbe_init_rx_addrs_generic()
2660 switch (hw->mac.mc_filter_type) { in ixgbe_mta_vector()
2764 IXGBE_MCSTCTRL_MFE | hw->mac.mc_filter_type); in ixgbe_update_mc_addr_list_generic()
2784 hw->mac.mc_filter_type); in ixgbe_enable_mc_generic()
2802 IXGBE_WRITE_REG(hw, IXGBE_MCSTCTRL, hw->mac.mc_filter_type); in ixgbe_disable_mc_generic()
H A Dixgbe_type.h4072 s32 mc_filter_type; member
/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_hw.h429 u32 mc_filter_type; member
H A Digc_mac.c341 switch (hw->mac.mc_filter_type) { in igc_hash_mc_addr_generic()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_rx.c273 (hw->mac.mc_filter_type << E1000_RCTL_MO_SHIFT) | in e1000g_rx_setup()
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_hw.h864 u32 mc_filter_type; member
H A De1000_mac.c557 switch (hw->mac.mc_filter_type) { in e1000_hash_mc_addr_generic()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h925 uint32_t mc_filter_type;
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_ring.c577 rctl |= igc->igc_hw.mac.mc_filter_type << IGC_RCTL_MO_SHIFT; in igc_rx_hw_init()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c2231 (hw->mac.mc_filter_type << E1000_RCTL_MO_SHIFT) | in igb_setup_rx()