Home
last modified time | relevance | path

Searched refs:qsi (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/qat_c2xxx/
H A Dqat_ae.c2311 qat_aefw_suof_parse_image(struct qat_softc *sc, struct qat_suof_image *qsi, in qat_aefw_suof_parse_image() argument
2318 qsi->qsi_simg_buf = qafs->qafs_suof_buf + sch->sch_offset + in qat_aefw_suof_parse_image()
2320 qsi->qsi_simg_len = in qat_aefw_suof_parse_image()
2324 qsi->qsi_css_header = qsi->qsi_simg_buf; in qat_aefw_suof_parse_image()
2325 qsi->qsi_css_key = qsi->qsi_css_header + sizeof(struct css_hdr); in qat_aefw_suof_parse_image()
2326 qsi->qsi_css_signature = qsi->qsi_css_key + in qat_aefw_suof_parse_image()
2328 qsi->qsi_css_simg = qsi->qsi_css_signature + CSS_SIGNATURE_LEN; in qat_aefw_suof_parse_image()
2330 ae_mode = (struct simg_ae_mode *)qsi->qsi_css_simg; in qat_aefw_suof_parse_image()
2331 qsi->qsi_ae_mask = ae_mode->sam_ae_mask; in qat_aefw_suof_parse_image()
2332 qsi->qsi_simg_name = (u_long)&ae_mode->sam_simg_name; in qat_aefw_suof_parse_image()
[all …]
/freebsd/contrib/one-true-awk/testdir/
H A DT.builtin33 if locale -a | grep -qsi de_DE.UTF-8; then
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrSystem.td474 def QSI : StoreInherentS<"qsi", 0xB286, null_frag, 0>;