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

  /src/sys/dev/pci/ixgbe/
ixgbe_vf.h 136 s32 ixgbe_get_link_state_vf(struct ixgbe_hw *hw, bool *link_state);
ixgbe_vf.c 88 hw->mac.ops.get_link_state = ixgbe_get_link_state_vf;
501 * ixgbe_get_link_state_vf - Get VF link state from PF
507 s32 ixgbe_get_link_state_vf(struct ixgbe_hw *hw, bool *link_state) function

Completed in 53 milliseconds