Searched refs:tx2_eth_data (Results 1 - 4 of 4) sorted by relevance

/seL4-test-master/projects/util_libs/libethdrivers/src/plat/tx2/
H A Dtx2.h20 void eqos_dma_disable_rxirq(struct tx2_eth_data *dev);
22 void eqos_dma_enable_rxirq(struct tx2_eth_data *dev);
24 void eqos_dma_disable_txirq(struct tx2_eth_data *dev);
26 void eqos_dma_enable_txirq(struct tx2_eth_data *dev);
28 void eqos_stop(struct tx2_eth_data *dev);
30 int eqos_start(struct tx2_eth_data *dev);
32 int eqos_send(struct tx2_eth_data *dev, void *packet, int length);
34 int eqos_handle_irq(struct tx2_eth_data *dev, int irq);
36 int eqos_recv(struct tx2_eth_data *dev, uintptr_t packetp);
40 void eqos_set_rx_tail_pointer(struct tx2_eth_data *de
[all...]
H A Dtx2.c26 static void free_desc_ring(struct tx2_eth_data *dev, ps_dma_man_t *dma_man)
54 static int initialize_desc_ring(struct tx2_eth_data *dev, ps_dma_man_t *dma_man, struct eth_driver *eth_driver)
119 struct tx2_eth_data *dev = (struct tx2_eth_data *)driver->eth_data;
157 struct tx2_eth_data *dev = (struct tx2_eth_data *)eth_driver->eth_data;
186 struct tx2_eth_data *dev = (struct tx2_eth_data *)driver->eth_data;
215 struct tx2_eth_data *eth_data = (struct tx2_eth_data *)drive
[all...]
/seL4-test-master/projects/util_libs/libethdrivers/src/plat/tx2/uboot/
H A Dtx2_configs.h63 struct tx2_eth_data { struct
H A Ddwc_eth_qos.c52 void eqos_dma_disable_rxirq(struct tx2_eth_data *dev)
62 void eqos_dma_enable_rxirq(struct tx2_eth_data *dev)
72 void eqos_dma_disable_txirq(struct tx2_eth_data *dev)
82 void eqos_dma_enable_txirq(struct tx2_eth_data *dev)
92 void eqos_set_rx_tail_pointer(struct tx2_eth_data *dev)
105 int eqos_handle_irq(struct tx2_eth_data *dev, int irq)
456 int eqos_send(struct tx2_eth_data *dev, void *packet, int length)
524 int eqos_start(struct tx2_eth_data *d)

Completed in 29 milliseconds