linux/drivers/net/ethernet/broadcom/bnxt
Michael Chan d0a42d6fc8 bnxt_en: Reduce maximum ring pages if page size is 64K.
The chip supports 4K/8K/64K page sizes for the rings and we try to
match it to the CPU PAGE_SIZE.  The current page size limits for the rings
are based on 4K/8K page size. If the page size is 64K, these limits are
too large.  Reduce them appropriately.

Signed-off-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-05-15 13:35:48 -04:00
..
bnxt_ethtool.c bnxt_en: Add Support for ETHTOOL_GMODULEINFO and ETHTOOL_GMODULEEEPRO 2016-05-15 13:35:47 -04:00
bnxt_ethtool.h bnxt_en: Add EEE setup code. 2016-04-05 16:20:46 -04:00
bnxt_fw_hdr.h bnxt_en: Update to Firmware 1.2.2 spec. 2016-04-05 16:20:45 -04:00
bnxt_hsi.h bnxt_en: Add Support for ETHTOOL_GMODULEINFO and ETHTOOL_GMODULEEEPRO 2016-05-15 13:35:47 -04:00
bnxt_nvm_defs.h bnxt_en: Update to Firmware 1.2.2 spec. 2016-04-05 16:20:45 -04:00
bnxt_sriov.c bnxt_en: Call firmware to approve VF MAC address change. 2016-04-11 14:58:45 -04:00
bnxt_sriov.h bnxt_en: Call firmware to approve VF MAC address change. 2016-04-11 14:58:45 -04:00
bnxt.c bnxt_en: Report PCIe link speed and width during driver load 2016-05-15 13:35:47 -04:00
bnxt.h bnxt_en: Reduce maximum ring pages if page size is 64K. 2016-05-15 13:35:48 -04:00
Makefile