Home
last modified time | relevance | path

Searched defs:tx_desc_s (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/net/pfe_eth/
H A Dpfe_driver.h44 struct tx_desc_s { struct
45 struct buf_desc *tx_base;
46 unsigned int tx_base_pa;
47 int tx_to_send;
48 int tx_ring_size;
/openbmc/u-boot/drivers/net/
H A Dsh_eth.h57 struct tx_desc_s { struct
58 volatile u32 td0;
82 struct tx_desc_s *tx_desc_alloc; argument