Searched refs:ixgbe_write_mbx_vf (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/dev/ixgbe/
H A Dixv_mbx.c306 * ixgbe_write_mbx_vf - Write a message to the mailbox
314 static s32 ixgbe_write_mbx_vf(struct ixgbe_hw *hw, u32 *msg, u16 size, function
322 DEBUGFUNC("ixgbe_write_mbx_vf");
402 mbx->ops.write = ixgbe_write_mbx_vf;
H A Dixgbe_mbx.c417 * ixgbe_write_mbx_vf - Write a message to the mailbox
425 static s32 ixgbe_write_mbx_vf(struct ixgbe_hw *hw, u32 *msg, u16 size, function
433 DEBUGFUNC("ixgbe_write_mbx_vf");
513 mbx->ops.write = ixgbe_write_mbx_vf;

Completed in 136 milliseconds