Searched refs:cipher_status (Results 1 – 7 of 7) sorted by relevance
141 rxdesc->cipher_status = rt2x00_get_field32(word, RXD_W3_CIPHER_ERROR); in rt2800mmio_fill_rxdone()158 if (rxdesc->cipher_status == RX_CRYPTO_SUCCESS) { in rt2800mmio_fill_rxdone()160 } else if (rxdesc->cipher_status == RX_CRYPTO_FAIL_MIC) { in rt2800mmio_fill_rxdone()
530 rxdesc->cipher_status = rt2x00_get_field32(word, RXD_W0_CIPHER_ERROR); in rt2800usb_fill_rxdone()547 if (rxdesc->cipher_status == RX_CRYPTO_SUCCESS) { in rt2800usb_fill_rxdone()549 } else if (rxdesc->cipher_status == RX_CRYPTO_FAIL_MIC) { in rt2800usb_fill_rxdone()
180 u8 cipher_status; member
1249 rxdesc->cipher_status = RX_CRYPTO_FAIL_KEY; in rt2500usb_fill_rxdone()1259 if (rxdesc->cipher_status == RX_CRYPTO_SUCCESS) in rt2500usb_fill_rxdone()1261 else if (rxdesc->cipher_status == RX_CRYPTO_FAIL_MIC) in rt2500usb_fill_rxdone()
1693 rxdesc->cipher_status = rt2x00_get_field32(word0, RXD_W0_CIPHER_ERROR); in rt73usb_fill_rxdone()1716 if (rxdesc->cipher_status == RX_CRYPTO_SUCCESS) in rt73usb_fill_rxdone()1718 else if (rxdesc->cipher_status == RX_CRYPTO_FAIL_MIC) in rt73usb_fill_rxdone()
114 enum rx_crypto status = rxdesc->cipher_status; in rt2x00debug_update_crypto()
2009 rxdesc->cipher_status = rt2x00_get_field32(word0, RXD_W0_CIPHER_ERROR); in rt61pci_fill_rxdone()2032 if (rxdesc->cipher_status == RX_CRYPTO_SUCCESS) in rt61pci_fill_rxdone()2034 else if (rxdesc->cipher_status == RX_CRYPTO_FAIL_MIC) in rt61pci_fill_rxdone()