EQE_VALID
if ((eqe.word & EQE_VALID) == eq->qe_valid) {
if ((eqe.word & EQE_VALID) != eq->qe_valid) {
*ptr &= BE_SWAP32(EQE_VALID);