]> git.baikalelectronics.ru Git - kernel.git/commit
sfc: Get port number from CS_PORT_NUM, not PCI function number
authorBen Hutchings <bhutchings@solarflare.com>
Tue, 1 Jun 2010 11:32:43 +0000 (11:32 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 2 Jun 2010 09:21:11 +0000 (02:21 -0700)
commit20893afd473e320d05205b4ad2ddcf7e3e5c791e
tree14107a8c87152e86eee7e2ac9c3f696f12bb835c
parent33ce10b98d1892bf214e55a145cbcca50991aeff
sfc: Get port number from CS_PORT_NUM, not PCI function number

A single shared memory region used to communicate with firmware is
mapped into both PCI PFs of the SFC9020 and SFL9021.  Drivers must be
able to identify which port they are addressing in order to use the
correct sub-region.  Currently we use the PCI function number, but the
PCI address may be virtualised.  Use the CS_PORT_NUM register field
defined for just this purpose.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/sfc/net_driver.h
drivers/net/sfc/siena.c