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

/freebsd-13-stable/sys/dev/bxe/
H A Dbxe.c8064 #define PXP2_EOP_ERROR_BIT PXP2_PXP2_INT_STS_CLR_0_REG_WR_PGLUE_EOP_ERROR macro
8077 * If the only PXP2_EOP_ERROR_BIT is set in
8084 if (val0 & mask0 & PXP2_EOP_ERROR_BIT &&
8095 if (val0 & PXP2_EOP_ERROR_BIT) {
8103 if (((val0 & mask0) == PXP2_EOP_ERROR_BIT) &&

Completed in 206 milliseconds