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

/freebsd-10-stable/sys/dev/ixgbe/
H A Dixv_mbx.c546 * ixgbe_write_mbx_pf - Places a message in the mailbox
554 static s32 ixgbe_write_mbx_pf(struct ixgbe_hw *hw, u32 *msg, u16 size, function
560 DEBUGFUNC("ixgbe_write_mbx_pf");
647 mbx->ops.write = ixgbe_write_mbx_pf;
H A Dixgbe_mbx.c657 * ixgbe_write_mbx_pf - Places a message in the mailbox
665 static s32 ixgbe_write_mbx_pf(struct ixgbe_hw *hw, u32 *msg, u16 size, function
671 DEBUGFUNC("ixgbe_write_mbx_pf");
758 mbx->ops.write = ixgbe_write_mbx_pf;

Completed in 114 milliseconds