Searched refs:cipher_status (Results 1 – 7 of 7) sorted by relevance
122 rxdesc->cipher_status = rt2x00_get_field32(word, RXD_W3_CIPHER_ERROR); in rt2800mmio_fill_rxdone()139 if (rxdesc->cipher_status == RX_CRYPTO_SUCCESS) { in rt2800mmio_fill_rxdone()141 } else if (rxdesc->cipher_status == RX_CRYPTO_FAIL_MIC) { in rt2800mmio_fill_rxdone()
684 rxdesc->cipher_status = rt2x00_get_field32(word, RXD_W0_CIPHER_ERROR); in rt2800usb_fill_rxdone()701 if (rxdesc->cipher_status == RX_CRYPTO_SUCCESS) { in rt2800usb_fill_rxdone()703 } else if (rxdesc->cipher_status == RX_CRYPTO_FAIL_MIC) { in rt2800usb_fill_rxdone()
191 u8 cipher_status; member
1260 rxdesc->cipher_status = RX_CRYPTO_FAIL_KEY; in rt2500usb_fill_rxdone()1270 if (rxdesc->cipher_status == RX_CRYPTO_SUCCESS) in rt2500usb_fill_rxdone()1272 else if (rxdesc->cipher_status == RX_CRYPTO_FAIL_MIC) in rt2500usb_fill_rxdone()
1704 rxdesc->cipher_status = rt2x00_get_field32(word0, RXD_W0_CIPHER_ERROR); in rt73usb_fill_rxdone()1727 if (rxdesc->cipher_status == RX_CRYPTO_SUCCESS) in rt73usb_fill_rxdone()1729 else if (rxdesc->cipher_status == RX_CRYPTO_FAIL_MIC) in rt73usb_fill_rxdone()
143 enum rx_crypto status = rxdesc->cipher_status; in rt2x00debug_update_crypto()
2105 rxdesc->cipher_status = rt2x00_get_field32(word0, RXD_W0_CIPHER_ERROR); in rt61pci_fill_rxdone()2128 if (rxdesc->cipher_status == RX_CRYPTO_SUCCESS) in rt61pci_fill_rxdone()2130 else if (rxdesc->cipher_status == RX_CRYPTO_FAIL_MIC) in rt61pci_fill_rxdone()