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

  /src/sys/dev/pci/ixgbe/
ixgbe_common.h 168 s32 ixgbe_hic_unlocked(struct ixgbe_hw *, u32 *buffer, u32 length, u32 timeout);
ixgbe_x550.c 3329 status = ixgbe_hic_unlocked(hw, (u32 *)&buffer, sizeof(buffer),
3386 status = ixgbe_hic_unlocked(hw, (u32 *)&buffer, sizeof(buffer),
ixgbe_common.c 4573 * ixgbe_hic_unlocked - Issue command to manageability block unlocked
4586 s32 ixgbe_hic_unlocked(struct ixgbe_hw *hw, u32 *buffer, u32 length, function in typeref:typename:s32
4592 DEBUGFUNC("ixgbe_hic_unlocked");
4693 status = ixgbe_hic_unlocked(hw, buffer, length, timeout);

Completed in 17 milliseconds