linux_dsm_epyc7002/drivers/net/ethernet/freescale/enetc
Colin Ian King 58066ac9d7 ptp_qoriq: don't pass a large struct by value but instead pass it by reference
Passing the struct ptp_clock_info caps by parameter is passing over 130 bytes
of data by value on the stack. Optimize this by passing it by reference instead.
Also shinks the object code size:

Before:
   text	   data	    bss	    dec	    hex	filename
  12596	   2160	     64	  14820	   39e4	drivers/ptp/ptp_qoriq.o

After:
   text	   data	    bss	    dec	    hex	filename
  12567	   2160	     64	  14791	   39c7	drivers/ptp/ptp_qoriq.o

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-02-19 14:15:40 -08:00
..
enetc_cbdr.c enetc: Add RFS and RSS support 2019-01-24 21:55:53 -08:00
enetc_ethtool.c enetc: Add RFS and RSS support 2019-01-24 21:55:53 -08:00
enetc_hw.h enetc: add PTP clock driver 2019-02-12 12:58:48 -05:00
enetc_msg.c enetc: Add vf to pf messaging support 2019-01-24 21:55:53 -08:00
enetc_pf.c enetc: Add RFS and RSS support 2019-01-24 21:55:53 -08:00
enetc_pf.h enetc: Add vf to pf messaging support 2019-01-24 21:55:53 -08:00
enetc_ptp.c ptp_qoriq: don't pass a large struct by value but instead pass it by reference 2019-02-19 14:15:40 -08:00
enetc_vf.c enetc: Add RFS and RSS support 2019-01-24 21:55:53 -08:00
enetc.c enetc: include linux/vmalloc.h for vzalloc etc 2019-01-28 22:43:34 -08:00
enetc.h enetc: Add RFS and RSS support 2019-01-24 21:55:53 -08:00
Kconfig enetc: add PTP clock driver 2019-02-12 12:58:48 -05:00
Makefile enetc: add PTP clock driver 2019-02-12 12:58:48 -05:00