Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_82599.c1236 fdirctrl &= ~IXGBE_FDIRCTRL_INIT_DONE; in ixgbe_reinit_fdir_tables_82599()
1280 IXGBE_FDIRCTRL_INIT_DONE) in ixgbe_reinit_fdir_tables_82599()
1331 IXGBE_FDIRCTRL_INIT_DONE) in ixgbe_fdir_enable_82599()
1417 fdirctrl &= ~(IXGBE_FDIRCTRL_DROP_Q_MASK | IXGBE_FDIRCTRL_INIT_DONE); in ixgbe_set_fdir_drop_queue_82599()
H A Dixgbe_type.h2946 #define IXGBE_FDIRCTRL_INIT_DONE 0x00000008 macro