HostError
vp->status_enable = SetStatusEnb | HostError|IntReq|StatsFull|TxComplete|
StatsFull | HostError | TxComplete | IntReq
if (status & HostError) {
iowrite16(AckIntr | HostError, ioaddr + EL3_CMD);
if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq)) {
if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq))
if (int_status & HostError) {
#define DEFAULT_INTR (RxDMAComplete | HostError | IntRequested | TxDMAComplete| \
(HostError | LinkEvent | UpdateStats))