linux_dsm_epyc7002/drivers/net/ethernet/cavium/thunder
Vadim Lomovtsev 7aa4865506 net: thunderx: acpi: fix LMAC initialization
While probing BGX we requesting appropriate QLM for it's configuration
and get LMAC count by that request. Then, while reading configured
MAC values from SSDT table we need to save them in proper mapping:
  BGX[i]->lmac[j].mac = <MAC value>
to later provide for initialization stuff. In order to fill
such mapping properly we need to add lmac index to be used while
acpi initialization since at this moment bgx->lmac_count already contains
actual value.

Signed-off-by: Vadim Lomovtsev <Vadim.Lomovtsev@caviumnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-01-12 16:50:03 -05:00
..
Makefile net: thunderx: Add RGMII interface type support 2016-08-13 11:59:31 -07:00
nic_main.c net: thunderx: Pause frame support 2016-11-25 20:21:17 -05:00
nic_reg.h net: thunderx: Program LMAC credits based on MTU 2016-11-16 13:28:33 -05:00
nic.h net: thunderx: Pause frame support 2016-11-25 20:21:17 -05:00
nicvf_ethtool.c net: nicvf: use new api ethtool_{get|set}_link_ksettings 2016-12-10 17:31:44 -05:00
nicvf_main.c net: thunderx: Fix transmit queue timeout issue 2016-12-02 13:32:59 -05:00
nicvf_queues.c net: thunderx: Fix transmit queue timeout issue 2016-12-02 13:32:59 -05:00
nicvf_queues.h net: thunderx: Fix transmit queue timeout issue 2016-12-02 13:32:59 -05:00
q_struct.h net: thunderx: Configure RED and backpressure levels 2016-11-25 20:21:17 -05:00
thunder_bgx.c net: thunderx: acpi: fix LMAC initialization 2017-01-12 16:50:03 -05:00
thunder_bgx.h net: thunderx: Pause frame support 2016-11-25 20:21:17 -05:00
thunder_xcv.c net: thunderx: Remove unnecessary pci_set_drvdata() 2016-08-15 16:16:11 -07:00