Searched refs:enc_info (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/smartpqi/
H A Dsmartpqi_request.c298 aio_req->encrypt_key_index = LE_16(rcb->enc_info.data_enc_key_index);
299 aio_req->encrypt_twk_low = LE_32(rcb->enc_info.encrypt_tweak_lower);
300 aio_req->encrypt_twk_high = LE_32(rcb->enc_info.encrypt_tweak_upper);
459 pqisrc_set_enc_info(struct pqi_enc_info *enc_info, argument
473 enc_info->data_enc_key_index =
475 enc_info->encrypt_tweak_upper = ((uint32_t)(((first_block) >> 16) >> 16));
476 enc_info->encrypt_tweak_lower = ((uint32_t)(first_block));
792 pqisrc_set_enc_info(&rcb->enc_info, raid_map,
H A Dsmartpqi_structures.h1085 struct pqi_enc_info enc_info; member in struct:request_container_block

Completed in 163 milliseconds