Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
mbx.c File Reference
#include "mbx.h"
#include "ixgbevf.h"

Go to the source code of this file.

Variables

struct ixgbe_mbx_operations ixgbevf_mbx_ops
 

Variable Documentation

struct ixgbe_mbx_operations ixgbevf_mbx_ops
Initial value:
= {
.init_params = ixgbevf_init_mbx_params_vf,
.read = ixgbevf_read_mbx_vf,
.write = ixgbevf_write_mbx_vf,
.read_posted = ixgbevf_read_posted_mbx,
.write_posted = ixgbevf_write_posted_mbx,
.check_for_msg = ixgbevf_check_for_msg_vf,
.check_for_ack = ixgbevf_check_for_ack_vf,
.check_for_rst = ixgbevf_check_for_rst_vf,
}

Definition at line 339 of file mbx.c.