Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_x540.c133 mac->mcft_size = IXGBE_X540_MC_TBL_SIZE; in ixgbe_init_ops_X540()
H A Dixgbe_82598.c155 mac->mcft_size = IXGBE_82598_MC_TBL_SIZE; in ixgbe_init_ops_82598()
H A Dixgbe_82599.c378 mac->mcft_size = IXGBE_82599_MC_TBL_SIZE; in ixgbe_init_ops_82599()
H A Dixgbe_common.c2528 for (i = 0; i < hw->mac.mcft_size; i++) in ixgbe_init_rx_addrs_generic()
2756 for (i = 0; i < hw->mac.mcft_size; i++) in ixgbe_update_mc_addr_list_generic()
H A Dixgbe_type.h4191 u32 mcft_size; member