Lines Matching refs:valid
790 * ibmvfc_valid_event - Determines if event is valid.
795 * 1 if event is valid / 0 if event is not valid
1276 evt->crq.valid = 0x80;
2802 switch (crq->valid) {
2848 dev_err(vhost->dev, "Got an invalid message type 0x%02x\n", crq->valid);
3197 if (crq->valid & 0x80) {
3220 if (crq->valid & 0x80) {
3268 /* Pull all the valid messages off the async CRQ */
3271 async->valid = 0;
3275 /* Pull all the valid messages off the CRQ */
3278 crq->valid = 0;
3286 async->valid = 0;
3291 crq->valid = 0;