Linux Kernel
3.7.1
|
#include "e1000_mbx.h"
Go to the source code of this file.
Functions | |
s32 | igb_read_mbx (struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) |
s32 | igb_write_mbx (struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) |
s32 | igb_check_for_msg (struct e1000_hw *hw, u16 mbx_id) |
s32 | igb_check_for_ack (struct e1000_hw *hw, u16 mbx_id) |
s32 | igb_check_for_rst (struct e1000_hw *hw, u16 mbx_id) |
s32 | igb_init_mbx_params_pf (struct e1000_hw *hw) |
igb_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 102 of file e1000_mbx.c.
igb_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 84 of file e1000_mbx.c.
igb_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 120 of file e1000_mbx.c.
e1000_init_mbx_params_pf - set initial values for pf mailbox : pointer to the HW structure
Initializes the hw->mbx struct to correct values for pf mailbox
Definition at line 421 of file e1000_mbx.c.