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

  /src/sys/dev/pci/ixgbe/
ixgbe_82598.h 45 s32 ixgbe_set_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
ixgbe_82598.c 152 mac->ops.set_vmdq = ixgbe_set_vmdq_82598;
946 * ixgbe_set_vmdq_82598 - Associate a VMDq set index with a rx address
951 s32 ixgbe_set_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq) function in typeref:typename:s32
956 DEBUGFUNC("ixgbe_set_vmdq_82598");

Completed in 13 milliseconds