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

  /src/sys/arch/sandpoint/stand/altboot/
fxp.c 279 while (!(le16toh(cbp->cb_status) & FXP_CB_STATUS_C) && --i > 0) {
303 while (!(le16toh(cb_ias->cb_status) & FXP_CB_STATUS_C) && --i > 0) {
355 while (!(le16toh(txd->cb_status) & FXP_CB_STATUS_C) && --loop > 0) {
  /src/sys/dev/ic/
i82557reg.h 370 #define FXP_CB_STATUS_C 0x8000
i82557.c 1182 if ((txstat & FXP_CB_STATUS_C) == 0)
1872 if ((status & FXP_CB_STATUS_C) != 0)
1907 if ((status & FXP_CB_STATUS_C) != 0)
2304 if ((status & FXP_CB_STATUS_C) != 0)
2417 if ((status & FXP_CB_STATUS_C) != 0)

Completed in 13 milliseconds