<dec f='src/src/sys/dev/pci/ixgbe/ixgbe_mbx.h' l='116' type='s32 ixgbe_read_posted_mbx(struct ixgbe_hw * , u32 * , u16 , u16 )'/>
<def f='src/src/sys/dev/pci/ixgbe/ixgbe_mbx.c' l='216' ll='233' type='s32 ixgbe_read_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='277' u='r' c='ixgbe_init_mbx_ops_generic'/>
<use f='src/src/sys/dev/pci/ixgbe/ixgbe_mbx.c' l='506' u='r' c='ixgbe_init_mbx_params_vf'/>
<use f='src/src/sys/dev/pci/ixgbe/ixgbe_mbx.c' l='741' u='r' c='ixgbe_init_mbx_params_pf'/>
<doc f='src/src/sys/dev/pci/ixgbe/ixgbe_mbx.c' l='206'>/**
 *  ixgbe_read_posted_mbx - Wait for message notification and receive message
 *  @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 received a message notification and
 *  copied it into the receive buffer.
 **/</doc>
