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

  /src/sys/arch/acorn32/podulebus/
if_iereg.h 263 #define IE_STAT_COMPL 0x8000 /* command is completed */
if_ie.c 709 IE_STAT_COMPL) )
866 IE_STAT_COMPL) )
888 IE_STAT_COMPL) )
935 xmcmd.ie_xmit_status = IE_STAT_COMPL;
1435 , sizeof xc, IE_STAT_COMPL);
1518 if (!(status&IE_STAT_COMPL) || (status & IE_STAT_BUSY) )
  /src/sys/arch/mvme68k/stand/netboot/
i82586.h 203 #define IE_STAT_COMPL 0x8000 /* command is completed */
  /src/sys/arch/sun3/dev/
i82586.h 182 #define IE_STAT_COMPL SWAP(0x8000) /* command is completed */
if_ie.c 589 if (!(status & IE_STAT_COMPL) || (status & IE_STAT_BUSY))
1110 if (cmd_and_wait(sc, IE_CU_START, cmd, IE_STAT_COMPL) ||
1278 if (cmd_and_wait(sc, IE_CU_START, cmd, IE_STAT_COMPL) ||
1338 if (cmd_and_wait(sc, IE_CU_START, cmd, IE_STAT_COMPL) ||
1360 if (cmd_and_wait(sc, IE_CU_START, cmd, IE_STAT_COMPL) ||
  /src/sys/dev/ic/
i82586reg.h 294 #define IE_STAT_COMPL 0x8000 /* command is completed */
i82586.c 684 if ((status & IE_STAT_COMPL) == 0 || (status & IE_STAT_BUSY)) {
1294 if (i82586_start_cmd(sc, IE_CUC_START, cmd, IE_STAT_COMPL, 0) ||
1508 cmdresult = i82586_start_cmd(sc, IE_CUC_START, cmd, IE_STAT_COMPL, 0);
1537 cmdresult = i82586_start_cmd(sc, IE_CUC_START, cmdbuf, IE_STAT_COMPL, 0);
1578 cmdresult = i82586_start_cmd(sc, IE_CUC_START, cmdbuf, IE_STAT_COMPL,

Completed in 22 milliseconds