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

  /src/sys/dev/pci/ixgbe/
ixgbe_vf.h 124 s32 ixgbe_get_mac_addr_vf(struct ixgbe_hw *hw, u8 *mac_addr);
ixgbe_vf.c 72 hw->mac.ops.get_mac_addr = ixgbe_get_mac_addr_vf;
377 ixgbe_get_mac_addr_vf(hw, hw->mac.addr);
582 * ixgbe_get_mac_addr_vf - Read device MAC address
586 s32 ixgbe_get_mac_addr_vf(struct ixgbe_hw *hw, u8 *mac_addr) function

Completed in 41 milliseconds