HomeSort by relevance Sort by last modified time
    Searched refs:rx_descriptor (Results 1 - 2 of 2) sorted by null

  /external/u-boot/drivers/net/
ep93xx_eth.h 39 struct rx_descriptor { struct
98 struct rx_descriptor *base;
99 struct rx_descriptor *current;
100 struct rx_descriptor *end;
ep93xx_eth.c 216 writel(sizeof(struct rx_descriptor) * NUMRXDESC, &mac->rxdq.blen);
476 sizeof(struct rx_descriptor));

Completed in 1327 milliseconds