linux_dsm_epyc7002/drivers/net/ethernet/cavium/thunder
Robert Richter 171d87aca0 net: thunderx: Make hfunc variable const type in nicvf_set_rxfh()
>From struct ethtool_ops:

        int     (*set_rxfh)(struct net_device *, const u32 *indir,
                            const u8 *key, const u8 hfunc);

Change function arg of hfunc to const type.

V2: Fixed indentation.

Signed-off-by: Robert Richter <rrichter@cavium.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-01-11 16:12:01 -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: thunderx: Make hfunc variable const type in nicvf_set_rxfh() 2017-01-11 16:12:01 -05:00
nicvf_main.c net: thunderx: Fix error return code in nicvf_open() 2017-01-11 16:12:01 -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: Pause frame support 2016-11-25 20:21:17 -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