Home
last modified time | relevance | path

Searched refs:eth_tx (Results 1 – 12 of 12) sorted by relevance

/Zephyr-Core-3.4.0/drivers/ethernet/
Deth_liteeth.c82 static int eth_tx(const struct device *dev, struct net_pkt *pkt) in eth_tx() function
250 .send = eth_tx
Deth_smsc911x.c475 static int eth_tx(const struct device *dev, struct net_pkt *pkt) in eth_tx() function
513 .send = eth_tx,
Deth_gecko.c264 static int eth_tx(const struct device *dev, struct net_pkt *pkt) in eth_tx() function
641 .send = eth_tx,
Deth_smsc91x.c684 static int eth_tx(const struct device *dev, struct net_pkt *pkt) in eth_tx() function
730 .send = eth_tx,
Deth_mcux.c703 static int eth_tx(const struct device *dev, struct net_pkt *pkt) in eth_tx() function
1211 dsa_register_master_tx(iface, &eth_tx); in eth_iface_init()
1285 .send = eth_tx,
Deth_stm32_hal.c320 static int eth_tx(const struct device *dev, struct net_pkt *pkt) in eth_tx() function
1627 .send = eth_tx,
Deth_sam_gmac.c1459 static int eth_tx(const struct device *dev, struct net_pkt *pkt) in eth_tx() function
2166 .send = eth_tx,
/Zephyr-Core-3.4.0/tests/net/tx_timestamp/src/
Dmain.c101 static int eth_tx(const struct device *dev, struct net_pkt *pkt) in eth_tx() function
133 .send = eth_tx,
/Zephyr-Core-3.4.0/tests/net/ptp/clock/src/
Dmain.c101 static int eth_tx(const struct device *dev, struct net_pkt *pkt) in eth_tx() function
139 .send = eth_tx,
/Zephyr-Core-3.4.0/tests/net/vlan/src/
Dmain.c109 static int eth_tx(const struct device *dev, struct net_pkt *pkt) in eth_tx() function
151 .send = eth_tx,
/Zephyr-Core-3.4.0/tests/net/traffic_class/src/
Dmain.c162 static int eth_tx(const struct device *dev, struct net_pkt *pkt) in eth_tx() function
246 .send = eth_tx,
/Zephyr-Core-3.4.0/tests/net/virtual/src/
Dmain.c113 static int eth_tx(const struct device *dev, struct net_pkt *pkt) in eth_tx() function
167 .send = eth_tx,