Linux Kernel
3.7.1
|
#include <linux/pci.h>
#include <linux/delay.h>
#include "ixgbe_type.h"
#include "ixgbe_common.h"
#include "ixgbe_mbx.h"
Go to the source code of this file.
Functions | |
s32 | ixgbe_read_mbx (struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) |
s32 | ixgbe_write_mbx (struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) |
s32 | ixgbe_check_for_msg (struct ixgbe_hw *hw, u16 mbx_id) |
s32 | ixgbe_check_for_ack (struct ixgbe_hw *hw, u16 mbx_id) |
s32 | ixgbe_check_for_rst (struct ixgbe_hw *hw, u16 mbx_id) |
Variables | |
struct ixgbe_mbx_operations | mbx_ops_generic |
ixgbe_check_for_ack - checks to see if someone sent us ACK : pointer to the HW structure : id of mailbox to check
returns SUCCESS if the Status bit was found or else ERR_MBX
Definition at line 106 of file ixgbe_mbx.c.
ixgbe_check_for_msg - checks to see if someone sent us mail : pointer to the HW structure : id of mailbox to check
returns SUCCESS if the Status bit was found or else ERR_MBX
Definition at line 88 of file ixgbe_mbx.c.
ixgbe_check_for_rst - checks to see if other side has reset : pointer to the HW structure : id of mailbox to check
returns SUCCESS if the Status bit was found or else ERR_MBX
Definition at line 124 of file ixgbe_mbx.c.
struct ixgbe_mbx_operations mbx_ops_generic |
Definition at line 462 of file ixgbe_mbx.c.