Symbol: uof_image
sys/dev/qat/qat_common/qat_uclo.c
1068
struct icp_qat_uof_image *uof_image)
sys/dev/qat/qat_common/qat_uclo.c
1073
ae_mode = (char)ICP_QAT_CTX_MODE(uof_image->ae_mode);
sys/dev/qat/qat_common/qat_uclo.c
1079
ae_mode = (char)ICP_QAT_SHARED_USTORE_MODE(uof_image->ae_mode);
sys/dev/qat/qat_common/qat_uclo.c
1082
nn_mode = ICP_QAT_NN_MODE(uof_image->ae_mode);
sys/dev/qat/qat_common/qat_uclo.c
1089
ae_mode = (char)ICP_QAT_LOC_MEM0_MODE(uof_image->ae_mode);
sys/dev/qat/qat_common/qat_uclo.c
1094
ae_mode = (char)ICP_QAT_LOC_MEM1_MODE(uof_image->ae_mode);
sys/dev/qat/qat_common/qat_uclo.c
1100
ae_mode = (char)ICP_QAT_LOC_MEM2_MODE(uof_image->ae_mode);
sys/dev/qat/qat_common/qat_uclo.c
1105
ae_mode = (char)ICP_QAT_LOC_MEM3_MODE(uof_image->ae_mode);
sys/dev/qat/qat_common/qat_uclo.c
1110
ae_mode = (char)ICP_QAT_LOC_TINDEX_MODE(uof_image->ae_mode);
sys/dev/qat/qat_common/qat_uclo.c
1122
struct icp_qat_uof_image *uof_image;
sys/dev/qat/qat_common/qat_uclo.c
1141
uof_image = ae_data->ae_slices[s].encap_image->img_ptr;
sys/dev/qat/qat_common/qat_uclo.c
1145
uof_image);
sys/dev/qat/qat_common/qat_uclo.c
396
struct icp_qat_uof_image *uof_image;
sys/dev/qat/qat_common/qat_uclo.c
406
uof_image = image->img_ptr;
sys/dev/qat/qat_common/qat_uclo.c
413
&uof_image->fill_pattern,
sys/dev/qat/qat_common/qat_uclo.c
420
unsigned long ae_assigned = uof_image->ae_assigned;
sys/dev/qat_c2xxx/qat_ae.c
2078
struct uof_image *image;
sys/dev/qat_c2xxx/qat_ae.c
2085
if (size < sizeof(struct uof_image))
sys/dev/qat_c2xxx/qat_ae.c
2087
size -= sizeof(struct uof_image);
sys/dev/qat_c2xxx/qat_ae.c
2090
(struct uof_image *)(base + uch->uch_offset);
sys/dev/qat_c2xxx/qat_ae.c
2693
struct uof_image *image;
sys/dev/qat_c2xxx/qat_ae.c
2959
struct uof_image *ui = qui->qui_image;
sys/dev/qat_c2xxx/qat_ae.c
3344
struct uof_image *ui = qui->qui_image;
sys/dev/qat_c2xxx/qatvar.h
306
struct uof_image *qui_image; /* image pointer */