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>
Thu, 3 Jun 2010 10:27:56 +0000 (03:27 -0700)
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>

No differences found