Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_main.c358 wx->mac.mcft_size = TXGBE_SP_MC_TBL_SIZE; in txgbe_sw_init()
/openbmc/linux/drivers/net/ethernet/wangxun/ngbe/
H A Dngbe_main.c117 wx->mac.mcft_size = NGBE_MC_TBL_SIZE; in ngbe_sw_init()
/openbmc/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.c687 for (i = 0; i < wx->mac.mcft_size; i++) in wx_init_rx_addrs()
940 for (i = 0; i < wx->mac.mcft_size; i++) in wx_update_mc_addr_list()
H A Dwx_type.h623 u32 mcft_size; member
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x540.c37 mac->mcft_size = IXGBE_X540_MC_TBL_SIZE; in ixgbe_get_invariants_X540()
H A Dixgbe_82598.c76 mac->mcft_size = IXGBE_82598_MC_TBL_SIZE; in ixgbe_get_invariants_82598()
H A Dixgbe_common.c1962 for (i = 0; i < hw->mac.mcft_size; i++) in ixgbe_init_rx_addrs_generic()
2076 for (i = 0; i < hw->mac.mcft_size; i++) in ixgbe_update_mc_addr_list_generic()
H A Dixgbe_82599.c246 mac->mcft_size = IXGBE_82599_MC_TBL_SIZE; in ixgbe_get_invariants_82599()
H A Dixgbe_type.h3561 u32 mcft_size; member