HomeSort by: relevance | last modified time | path
    Searched refs:dm9k_recv (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/evbarm/stand/boot2440/
dm9k.h 35 int dm9k_recv(void *cookie, char *data, unsigned int len, unsigned int to);
netif.c 58 {"dme", dm9k_match, dm9k_init, dm9k_send, dm9k_recv}
dm9000.c 125 int dm9k_recv(void *, char *, unsigned int, unsigned int);
328 dm9k_recv(void *dev, char *buf, unsigned int maxlen, unsigned int timo) function in typeref:typename:int
352 printf("dm9k_recv: mark %x, RSR %x\n", mark, stat);

Completed in 12 milliseconds