HomeSort by: relevance | last modified time | path
    Searched refs:fdirctrl (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_82599.c 1253 u32 fdirctrl = IXGBE_READ_REG(hw, IXGBE_FDIRCTRL); local in function:ixgbe_reinit_fdir_tables_82599
1255 fdirctrl &= ~IXGBE_FDIRCTRL_INIT_DONE;
1274 * before re-writing the FDIRCTRL control register with the same value.
1293 IXGBE_WRITE_REG(hw, IXGBE_FDIRCTRL, fdirctrl);
1296 /* Poll init-done after we write FDIRCTRL register */
1321 * @fdirctrl: value to write to flow director control register
1323 static void ixgbe_fdir_enable_82599(struct ixgbe_hw *hw, u32 fdirctrl)
1346 IXGBE_WRITE_REG(hw, IXGBE_FDIRCTRL, fdirctrl);
1362 * @fdirctrl: value to write to flow director control register, initially
1365 s32 ixgbe_init_fdir_signature_82599(struct ixgbe_hw *hw, u32 fdirctrl)
1431 u32 fdirctrl; local in function:ixgbe_set_fdir_drop_queue_82599
    [all...]
ixgbe_api.h 154 s32 ixgbe_init_fdir_signature_82599(struct ixgbe_hw *hw, u32 fdirctrl);
155 s32 ixgbe_init_fdir_perfect_82599(struct ixgbe_hw *hw, u32 fdirctrl,

Completed in 99 milliseconds