mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 02:49:14 +07:00
b353ce556d
The new chip series has 64 bit doorbell for notification queues. Thus, both control and data path event queues need new routines to write 64 bit doorbell. Adding the same. There is new doorbell interface between the chip and driver. Changing the chip specific data structure definitions. Additional significant changes are listed below - bnxt_re_net_ring_free/alloc takes a new argument - bnxt_qplib_enable_nq and enable_rcfw uses new doorbell offset for new chip. - DB mapping for NQ and CREQ now maps 8 bytes. - DBR_DBR_* macros renames to DBC_DBC_* - store nq_db_offset in a 32bit data type. - got rid of __iowrite64_copy, used writeq instead. - changed the DB header initialization to simpler scheme. Signed-off-by: Selvin Xavier <selvin.xavier@broadcom.com> Signed-off-by: Devesh Sharma <devesh.sharma@broadcom.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
12 lines
415 B
Plaintext
12 lines
415 B
Plaintext
config INFINIBAND_BNXT_RE
|
|
tristate "Broadcom Netxtreme HCA support"
|
|
depends on 64BIT
|
|
depends on ETHERNET && NETDEVICES && PCI && INET && DCB
|
|
depends on MAY_USE_DEVLINK
|
|
select NET_VENDOR_BROADCOM
|
|
select BNXT
|
|
---help---
|
|
This driver supports Broadcom NetXtreme-E 10/25/40/50 gigabit
|
|
RoCE HCAs. To compile this driver as a module, choose M here:
|
|
the module will be called bnxt_re.
|