be2net: adding support for Lancer family of CNAs
authorSathya Perla <sathya.perla@emulex.com>
Sun, 21 Nov 2010 23:25:50 +0000 (23:25 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 28 Nov 2010 01:43:20 +0000 (17:43 -0800)
Key changes are:
- EQ ids are not assigned consecutively in Lancer. So, fix mapping of MSIx
  vector to EQ-id.
- BAR mapping and some req locations different for Lancer.
- TCP,UDP,IP checksum fields must be compulsorily set in TX wrb for TSO in
  Lancer.
- CEV_IST reg not present in Lancer; so, peek into event queue to check for
  new entries
- cq_create and mcc_create cmd interface is different for Lancer; handle
  accordingly

Signed-off-by: Padmanabh Ratnakar <padmanabh.ratnakar@emulex.com>
Signed-off-by: Sathya Perla <sathya.perla@emulex.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found