Searched refs:ixgbe_init_uta_tables_generic (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe_common.h132 s32 ixgbe_init_uta_tables_generic(struct ixgbe_hw *hw);
H A Dixgbe_x540.c107 mac->ops.init_uta_tables = &ixgbe_init_uta_tables_generic;
H A Dixgbe_82599.c296 mac->ops.init_uta_tables = &ixgbe_init_uta_tables_generic;
H A Dixgbe_common.c3743 * ixgbe_init_uta_tables_generic - Initialize the Unicast Table Array
3746 s32 ixgbe_init_uta_tables_generic(struct ixgbe_hw *hw) function
3750 DEBUGFUNC("ixgbe_init_uta_tables_generic");

Completed in 243 milliseconds