Lines Matching defs:rxdesc
482 struct rxdone_entry_desc *rxdesc)
511 * rxdesc->size zeroed out by the upper level.
528 rxdesc->flags |= RX_FLAG_FAILED_FCS_CRC;
530 rxdesc->cipher_status = rt2x00_get_field32(word, RXD_W0_CIPHER_ERROR);
539 rxdesc->flags |= RX_FLAG_IV_STRIPPED;
545 rxdesc->flags |= RX_FLAG_MMIC_STRIPPED;
547 if (rxdesc->cipher_status == RX_CRYPTO_SUCCESS) {
548 rxdesc->flags |= RX_FLAG_DECRYPTED;
549 } else if (rxdesc->cipher_status == RX_CRYPTO_FAIL_MIC) {
556 rxdesc->flags |= RX_FLAG_DECRYPTED;
558 rxdesc->flags |= RX_FLAG_MMIC_ERROR;
563 rxdesc->dev_flags |= RXDONE_MY_BSS;
566 rxdesc->dev_flags |= RXDONE_L2PAD;
576 rt2800_process_rxwi(entry, rxdesc);