Searched full:tsnep (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/engleder/ |
D | tsnep_hw.h | 4 /* Hardware definition of TSNEP and EtherCAT MAC device */ 89 /* tsnep */ 101 /* tsnep register */ 167 /* tsnep gate control list operation */ 180 /* tsnep TX/RX descriptor */ 191 /* tsnep TX descriptor */ 205 /* tsnep TX descriptor writeback */ 222 /* tsnep RX descriptor */ 232 /* tsnep RX descriptor writeback */ 238 /* tsnep RX inline meta */
|
D | Makefile | 6 obj-$(CONFIG_TSNEP) += tsnep.o 8 tsnep-objs := tsnep_main.o tsnep_ethtool.o tsnep_ptp.o tsnep_tc.o \ 10 tsnep-$(CONFIG_TSNEP_SELFTESTS) += tsnep_selftests.o
|
D | Kconfig | 19 config TSNEP config 29 called tsnep. 34 depends on TSNEP
|
D | tsnep.h | 19 #define TSNEP "tsnep" macro
|
D | tsnep_ptp.c | 4 #include "tsnep.h" 212 snprintf(adapter->ptp_clock_info.name, 16, "%s", TSNEP); in tsnep_ptp_init()
|
D | tsnep_xdp.c | 7 #include "tsnep.h"
|
D | tsnep_ethtool.c | 4 #include "tsnep.h" 83 strscpy(drvinfo->driver, TSNEP, sizeof(drvinfo->driver)); in tsnep_ethtool_get_drvinfo()
|
D | tsnep_rxnfc.c | 4 #include "tsnep.h"
|
D | tsnep_main.c | 18 #include "tsnep.h" 249 /* disable EEE autoneg, EEE not supported by TSNEP */ in tsnep_phy_open() 2360 adapter->mdiobus->name = TSNEP "-mdiobus"; in tsnep_mdio_init() 2611 { .compatible = "engleder,tsnep", }, 2618 .name = TSNEP,
|
D | tsnep_tc.c | 4 #include "tsnep.h"
|
D | tsnep_selftests.c | 4 #include "tsnep.h"
|
/Linux-v6.6/Documentation/devicetree/bindings/net/ |
D | engleder,tsnep.yaml | 4 $id: http://devicetree.org/schemas/net/engleder,tsnep.yaml# 17 const: engleder,tsnep 81 compatible = "engleder,tsnep"; 100 compatible = "engleder,tsnep";
|