Home
last modified time | relevance | path

Searched refs:BufferDesc (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/sis/
H A Dsis900.h325 #define TX_TOTAL_SIZE NUM_TX_DESC*sizeof(BufferDesc)
326 #define RX_TOTAL_SIZE NUM_RX_DESC*sizeof(BufferDesc)
H A Dsis900.c160 } BufferDesc; typedef
185 BufferDesc *tx_ring;
186 BufferDesc *rx_ring;
1144 ((i+1)%NUM_TX_DESC)*sizeof(BufferDesc); in sis900_init_tx_ring()
1179 ((i+1)%NUM_RX_DESC)*sizeof(BufferDesc); in sis900_init_rx_ring()
/openbmc/u-boot/drivers/net/
H A Dnatsemi.c186 } BufferDesc; typedef
218 static BufferDesc txd __attribute__ ((aligned(4)));
219 static BufferDesc rxd[NUM_RX_DESC] __attribute__ ((aligned(4)));
H A Dns8382x.c166 } BufferDesc; typedef
243 static BufferDesc txd __attribute__ ((aligned(8)));
244 static BufferDesc rxd[NUM_RX_DESC] __attribute__ ((aligned(8)));