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

  /src/sys/dev/pci/ixgbe/
ixgbe_mbx.h 199 s32 ixgbe_poll_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id);
ixgbe_vf.c 237 ret_val = ixgbe_poll_mbx(hw, msgbuf,
348 return ixgbe_poll_mbx(hw, retmsg, size, 0);
ixgbe_mbx.c 78 * ixgbe_poll_mbx - Wait for message and read it from the mailbox
86 s32 ixgbe_poll_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) function in typeref:typename:s32
91 DEBUGFUNC("ixgbe_poll_mbx");

Completed in 30 milliseconds