Home
last modified time | relevance | path

Searched refs:RSP_FLAGS_ERROR (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/netif/txp/
H A Dif_txpreg.h378 #define RSP_FLAGS_ERROR 0x40 /* response error */ macro
H A Dif_txp.c1431 if (rsp->rsp_flags & RSP_FLAGS_ERROR) { in txp_response()