Home
last modified time | relevance | path

Searched refs:IXGBE_FDIR_INIT_DONE_POLL (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_82599.c1171 for (i = 0; i < IXGBE_FDIR_INIT_DONE_POLL; i++) { in ixgbe_reinit_fdir_tables_82599()
1177 if (i >= IXGBE_FDIR_INIT_DONE_POLL) { in ixgbe_reinit_fdir_tables_82599()
1222 for (i = 0; i < IXGBE_FDIR_INIT_DONE_POLL; i++) { in ixgbe_fdir_enable_82599()
1229 if (i >= IXGBE_FDIR_INIT_DONE_POLL) in ixgbe_fdir_enable_82599()
H A Dixgbe_type.h2328 #define IXGBE_FDIR_INIT_DONE_POLL 10 macro