Home
last modified time | relevance | path

Searched refs:mcft_size (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/dev/pci/ixgbe/
H A Dixgbe_x540.c137 mac->mcft_size = IXGBE_X540_MC_TBL_SIZE; in ixgbe_init_ops_X540()
H A Dixgbe_82598.c161 mac->mcft_size = IXGBE_82598_MC_TBL_SIZE; in ixgbe_init_ops_82598()
H A Dixgbe_82599.c385 mac->mcft_size = IXGBE_82599_MC_TBL_SIZE; in ixgbe_init_ops_82599()
H A Dixgbe_common.c2553 for (i = 0; i < hw->mac.mcft_size; i++) in ixgbe_init_rx_addrs_generic()
2781 for (i = 0; i < hw->mac.mcft_size; i++) in ixgbe_update_mc_addr_list_generic()
H A Dixgbe_type.h4199 u32 mcft_size; member