HomeSort by: relevance | last modified time | path
    Searched defs:ixgbe_poll_for_msg (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_mbx.c 45 static s32 ixgbe_poll_for_msg(struct ixgbe_hw *hw, u16 mbx_id);
105 ret_val = ixgbe_poll_for_msg(hw, mbx_id);
230 * ixgbe_poll_for_msg - Wait for message notification
236 static s32 ixgbe_poll_for_msg(struct ixgbe_hw *hw, u16 mbx_id) function in typeref:typename:s32
241 DEBUGFUNC("ixgbe_poll_for_msg");

Completed in 36 milliseconds