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

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c8100 #define PXP2_EOP_ERROR_BIT PXP2_PXP2_INT_STS_CLR_0_REG_WR_PGLUE_EOP_ERROR macro
8113 * If the only PXP2_EOP_ERROR_BIT is set in
8120 if (val0 & mask0 & PXP2_EOP_ERROR_BIT &&
8131 if (val0 & PXP2_EOP_ERROR_BIT) {
8139 if (((val0 & mask0) == PXP2_EOP_ERROR_BIT) &&

Completed in 93 milliseconds