]> git.baikalelectronics.ru Git - kernel.git/commit
igb: add pci device pointer to ring structure
authorAlexander Duyck <alexander.h.duyck@intel.com>
Tue, 27 Oct 2009 15:51:47 +0000 (15:51 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Oct 2009 08:20:26 +0000 (01:20 -0700)
commitefa36388a7b9c836599400fa72518fdd9813642d
treec236ae1f3f688b816b1fa2475fcd7ccd67261ac4
parent2b22b6dd7373173d206f3e6443a11ab0bd601cd8
igb: add pci device pointer to ring structure

This patch adds a pci device pointer to the ring structure.  The main use of
this pointer is for memory mapping/unmapping of the rings.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/igb/igb.h
drivers/net/igb/igb_ethtool.c
drivers/net/igb/igb_main.c