]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: Mailbox header and code module
authorGreg Rose <gregory.v.rose@intel.com>
Sat, 9 Jan 2010 02:25:10 +0000 (02:25 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 10 Jan 2010 21:34:24 +0000 (13:34 -0800)
commit9a59f827b61838f8425ddd2eda859144d04f6b0f
tree82856455eaafab858e21f167fdb5a0b4277c16f0
parent4520eda2c80acfd28734059e5e9d9c97dde26a29
ixgbe: Mailbox header and code module

The 82599 virtual function device and the master 82599 physical function
device implement a mailbox utility for communication between the devices
using some SRAM scratch memory and a doorbell/answering mechanism enabled
via interrupt and/or polling.  This C module and accompanying header
file implement the base functions for use of this feature.

Signed-off-by: Greg Rose <gregory.v.rose@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ixgbe/ixgbe_mbx.c [new file with mode: 0644]
drivers/net/ixgbe/ixgbe_mbx.h [new file with mode: 0644]