Searched refs:mta_shadow (Results 1 – 10 of 10) sorted by relevance
| /freebsd/sys/dev/igc/ |
| H A D | igc_mac.c | 403 memset(&hw->mac.mta_shadow, 0, sizeof(hw->mac.mta_shadow)); in igc_update_mc_addr_list_generic() 412 hw->mac.mta_shadow[hash_reg] |= 1U << hash_bit; in igc_update_mc_addr_list_generic() 418 IGC_WRITE_REG_ARRAY(hw, IGC_MTA, i, hw->mac.mta_shadow[i]); in igc_update_mc_addr_list_generic()
|
| H A D | igc_hw.h | 442 u32 mta_shadow[MAX_MTA_REG]; member
|
| /freebsd/sys/dev/e1000/ |
| H A D | e1000_mac.c | 604 hw->mac.mta_shadow[i]) in e1000_i21x_check_mta() 608 hw->mac.mta_shadow[i]); in e1000_i21x_check_mta() 636 memset(&hw->mac.mta_shadow, 0, sizeof(hw->mac.mta_shadow)); in e1000_update_mc_addr_list_generic() 645 hw->mac.mta_shadow[hash_reg] |= 1U << hash_bit; in e1000_update_mc_addr_list_generic() 651 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, hw->mac.mta_shadow[i]); in e1000_update_mc_addr_list_generic()
|
| H A D | e1000_hw.h | 856 u32 mta_shadow[MAX_MTA_REG]; member
|
| H A D | if_igb_iov.c | 734 if (sc->iov_mta_valid && hw->mac.mta_shadow[i] == mta[i]) in igb_iov_rebuild_mta() 736 hw->mac.mta_shadow[i] = mta[i]; in igb_iov_rebuild_mta()
|
| H A D | e1000_ich8lan.c | 2286 (u16)(hw->mac.mta_shadow[i] & in e1000_update_mc_addr_list_pch2lan() 2289 (u16)((hw->mac.mta_shadow[i] >> 16) & in e1000_update_mc_addr_list_pch2lan()
|
| H A D | if_em.c | 3787 memset(hw->mac.mta_shadow, 0xff, sizeof(hw->mac.mta_shadow)); in em_fill_wakeup_mta() 3790 hw->mac.mta_shadow[i]); in em_fill_wakeup_mta()
|
| /freebsd/sys/dev/ixgbe/ |
| H A D | if_ix.c | 3980 bzero(hw->mac.mta_shadow, sizeof(hw->mac.mta_shadow)); in ixgbe_configure_wakeup_mta() 3987 hw->mac.mta_shadow[i]); in ixgbe_configure_wakeup_mta() 4665 bcopy(hw->mac.mta_shadow, old_mta, sizeof(old_mta)); in ixgbe_iov_rebuild_mta() 4666 bzero(hw->mac.mta_shadow, sizeof(hw->mac.mta_shadow)); in ixgbe_iov_rebuild_mta() 4680 hw->mac.mta_shadow[(hash >> 5) & in ixgbe_iov_rebuild_mta() 4689 old_mta[i] == hw->mac.mta_shadow[i]) in ixgbe_iov_rebuild_mta() 4692 hw->mac.mta_shadow[i]); in ixgbe_iov_rebuild_mta()
|
| H A D | ixgbe_common.c | 2732 hw->mac.mta_shadow[vector_reg] |= 1U << vector_bit; in ixgbe_set_mta() 2765 memset(&hw->mac.mta_shadow, 0, sizeof(hw->mac.mta_shadow)); in ixgbe_update_mc_addr_list_generic() 2777 hw->mac.mta_shadow[i]); in ixgbe_update_mc_addr_list_generic()
|
| H A D | ixgbe_type.h | 4224 u32 mta_shadow[IXGBE_MAX_MTA]; member
|