Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/
Deth_litex_liteeth.c74 static int eth_tx(const struct device *dev, struct net_pkt *pkt) in eth_tx() function
299 .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.c699 static int eth_tx(const struct device *dev, struct net_pkt *pkt) in eth_tx() function
782 .send = eth_tx,
Deth_stm32_hal.c324 static int eth_tx(const struct device *dev, struct net_pkt *pkt) in eth_tx() function
1142 dsa_register_master_tx(iface, &eth_tx); in eth_iface_init()
1283 .send = eth_tx,
Deth_sam_gmac.c1402 static int eth_tx(const struct device *dev, struct net_pkt *pkt) in eth_tx() function
2108 .send = eth_tx,
/Zephyr-latest/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-latest/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-latest/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-latest/tests/net/vlan/src/
Dmain.c125 static int eth_tx(const struct device *dev, struct net_pkt *pkt) in eth_tx() function
180 .send = eth_tx,
/Zephyr-latest/drivers/ethernet/nxp_enet/
Deth_mcux.c670 static int eth_tx(const struct device *dev, struct net_pkt *pkt) in eth_tx() function
1121 dsa_register_master_tx(iface, &eth_tx); in eth_iface_init()
1209 .send = eth_tx,
/Zephyr-latest/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,