HomeSort by: relevance | last modified time | path
    Searched defs:le_error (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/mvme68k/stand/netboot/
if_le.c 79 void le_error(struct netif *, char *, volatile struct lereg1 *);
164 le_error(struct netif *nif, char *str, volatile struct lereg1 *ler1) function in typeref:typename:void
281 le_error(desc->io_netif, "le_poll", ler1);
337 le_error(desc->io_netif, "le_put(way before xmit)", ler1);
349 le_error(desc->io_netif, "le_put(before xmit)", ler1);
356 le_error(desc->io_netif, "le_put(after xmit)", ler1);
362 le_error(desc->io_netif, "le_put(timeout)",
375 le_error(desc->io_netif, "le_put(xmit error)", ler1);
if_le.c 79 void le_error(struct netif *, char *, volatile struct lereg1 *);
164 le_error(struct netif *nif, char *str, volatile struct lereg1 *ler1) function in typeref:typename:void
281 le_error(desc->io_netif, "le_poll", ler1);
337 le_error(desc->io_netif, "le_put(way before xmit)", ler1);
349 le_error(desc->io_netif, "le_put(before xmit)", ler1);
356 le_error(desc->io_netif, "le_put(after xmit)", ler1);
362 le_error(desc->io_netif, "le_put(timeout)",
375 le_error(desc->io_netif, "le_put(xmit error)", ler1);
  /src/sys/arch/mvme68k/stand/sboot/
le_poll.c 44 static void le_error(const char *, struct lereg1 *);
49 le_error(const char *str, struct lereg1 *ler1) function in typeref:typename:void
162 le_error("le_poll", ler1);
208 le_error("le_put(way before xmit)", ler1);
220 le_error("le_put(before xmit)", ler1);
227 le_error("le_put(after xmit)", ler1);
233 le_error("le_put(timeout)", ler1);
245 le_error("le_put(xmit error)", ler1);
le_poll.c 44 static void le_error(const char *, struct lereg1 *);
49 le_error(const char *str, struct lereg1 *ler1) function in typeref:typename:void
162 le_error("le_poll", ler1);
208 le_error("le_put(way before xmit)", ler1);
220 le_error("le_put(before xmit)", ler1);
227 le_error("le_put(after xmit)", ler1);
233 le_error("le_put(timeout)", ler1);
245 le_error("le_put(xmit error)", ler1);
  /src/sys/arch/hp300/stand/common/
if_le.c 86 static void le_error(int, char *, uint16_t);
311 le_error(int unit, char *str, uint16_t stat) function in typeref:typename:void
480 le_error(unit, "le_poll", stat);
550 le_error(unit, "le_put(way before xmit)", stat);
574 le_error(unit, "le_put(before xmit)", stat);
578 le_error(unit, "le_put(after xmit)", stat);
584 le_error(unit, "le_put(timeout)", stat);
598 le_error(unit, "le_put(xmit error)", stat);
if_le.c 86 static void le_error(int, char *, uint16_t);
311 le_error(int unit, char *str, uint16_t stat) function in typeref:typename:void
480 le_error(unit, "le_poll", stat);
550 le_error(unit, "le_put(way before xmit)", stat);
574 le_error(unit, "le_put(before xmit)", stat);
578 le_error(unit, "le_put(after xmit)", stat);
584 le_error(unit, "le_put(timeout)", stat);
598 le_error(unit, "le_put(xmit error)", stat);

Completed in 23 milliseconds