Lines Matching defs:rxdesc
125 struct rxdone_entry_desc *rxdesc)
134 rxdesc->flags |= RX_FLAG_FAILED_FCS_CRC;
141 rxdesc->cipher_status = rt2x00_get_field32(word, RXD_W3_CIPHER_ERROR);
150 rxdesc->flags |= RX_FLAG_IV_STRIPPED;
156 rxdesc->flags |= RX_FLAG_MMIC_STRIPPED;
158 if (rxdesc->cipher_status == RX_CRYPTO_SUCCESS) {
159 rxdesc->flags |= RX_FLAG_DECRYPTED;
160 } else if (rxdesc->cipher_status == RX_CRYPTO_FAIL_MIC) {
167 rxdesc->flags |= RX_FLAG_DECRYPTED;
169 rxdesc->flags |= RX_FLAG_MMIC_ERROR;
174 rxdesc->dev_flags |= RXDONE_MY_BSS;
177 rxdesc->dev_flags |= RXDONE_L2PAD;
182 rt2800_process_rxwi(entry, rxdesc);