Searched refs:FXP_CB_STATUS_C (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/fxp/
H A Dif_fxpreg.h330 #define FXP_CB_STATUS_C 0x8000 macro
H A Dif_fxp.c372 if ((le16toh(*status) & FXP_CB_STATUS_C) != 0)
1769 (le16toh(txp->tx_cb->cb_status) & FXP_CB_STATUS_C) != 0;
2523 tcbp[i].cb_status = htole16(FXP_CB_STATUS_C | FXP_CB_STATUS_OK);

Completed in 103 milliseconds