<dec f='src/src/sys/dev/pci/ixgbe/ixgbe_mbx.h' l='117' type='s32 ixgbe_write_posted_mbx(struct ixgbe_hw * , u32 * , u16 , u16 )'/>
<def f='src/src/sys/dev/pci/ixgbe/ixgbe_mbx.c' l='245' ll='265' type='s32 ixgbe_write_posted_mbx(struct ixgbe_hw * hw, u32 * msg, u16 size, u16 mbx_id)'/>
<use f='src/src/sys/dev/pci/ixgbe/ixgbe_mbx.c' l='278' u='r' c='ixgbe_init_mbx_ops_generic'/>
<use f='src/src/sys/dev/pci/ixgbe/ixgbe_mbx.c' l='507' u='r' c='ixgbe_init_mbx_params_vf'/>
<use f='src/src/sys/dev/pci/ixgbe/ixgbe_mbx.c' l='742' u='r' c='ixgbe_init_mbx_params_pf'/>
<doc f='src/src/sys/dev/pci/ixgbe/ixgbe_mbx.c' l='235'>/**
 *  ixgbe_write_posted_mbx - Write a message to the mailbox, wait for ack
 *  @hw: pointer to the HW structure
 *  @msg: The message buffer
 *  @size: Length of buffer
 *  @mbx_id: id of mailbox to write
 *
 *  returns SUCCESS if it successfully copied message into the buffer and
 *  received an ack to that message within delay * timeout period
 **/</doc>
