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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_82599.c1269 for (i = 0; i < IXGBE_FDIR_INIT_DONE_POLL; i++) {
1275 if (i >= IXGBE_FDIR_INIT_DONE_POLL) {
1313 * So we'll poll for IXGBE_FDIR_INIT_DONE_POLL times, sleeping for
1320 for (i = 0; i < IXGBE_FDIR_INIT_DONE_POLL; i++) {
1327 if (i >= IXGBE_FDIR_INIT_DONE_POLL)
H A Dixgbe_type.h2885 #define IXGBE_FDIR_INIT_DONE_POLL 10 macro

Completed in 93 milliseconds