Home
last modified time | relevance | path

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

/sys/dev/
De1000.c100 volatile uint8_t errors; // Errors member
240 (dev->rxDesc[dev->rxTail].errors == 0)) { in E1000_RXPoll()
251 if (dev->rxDesc[dev->rxTail].errors) { in E1000_RXPoll()
253 dev->rxDesc[dev->rxTail].errors); in E1000_RXPoll()
255 dev->rxDesc[dev->rxTail].errors = 0; in E1000_RXPoll()
326 (dev->rxDesc[dev->rxTail].errors == 0)) { in E1000_Dequeue()
335 dev->rxDesc[dev->rxTail].errors = 0; in E1000_Dequeue()
/lib/liblwip/
DCHANGELOG1895 * debug.h, api_msg.c: change LWIP_ERROR to use it to check errors like invalid
1997 * sockets.c: remplace ENOBUFS errors on alloc_socket by ENFILE to be more BSD compliant.
2098 * mem.c, stats.c, mem.h: apply patch #6414 to avoid compiler errors
2164 and ERR_RTE are seen as non-fatal, all other errors are fatal. netconns and
2400 allocated by do_listen if success) and netconn_accept errors handling. In
2401 most of api_lib functions, we replace some errors checkings like "if (conn==NULL)"
2547 * api_lib.c: somes resources couldn't be freed if there was errors during
3231 errors now have the correct type (err_t).
3299 case of errors.
/lib/liblwip/doc/
Drawapi.txt239 there are no errors and the callback function is to return
/docs/
DDoxyfile839 # potential errors in the documentation, such as documenting some parameters in
2036 # if errors occur, instead of asking the user for help.