summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/siena/selftest.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sfc/siena: Rename peripheral functions to avoid conflicts with sfcMartin Habets2022-05-111-7/+7
| | | | | | | | | | | For siena use efx_siena_ as the function prefix. This patch covers selftest.h, ptp.h, net_driver.h and ethtool_common.h. efx_ethtool_fill_self_tests() can become static. Some functions in ptp.c can also become static. Rename loopback_mode in net_driver.h. Signed-off-by: Martin Habets <habetsm.xilinx@gmail.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
* sfc: Copy shared files needed for Siena (part 2)Martin Habets2022-05-111-0/+52
These are the files starting with m through w. No changes are done, those will be done with subsequent commits. Signed-off-by: Martin Habets <habetsm.xilinx@gmail.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>