Home
last modified time | relevance | path

Searched refs:fq_opts (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ncsw/Peripherals/QM/
H A Dqm_portal_fqr.c969 struct qm_mcc_initfq fq_opts; in qm_new_fq() local
1007 memset(&fq_opts,0,sizeof(fq_opts)); in qm_new_fq()
1008 fq_opts.fqid = fqid; in qm_new_fq()
1009 fq_opts.count = (uint16_t)(count-1); in qm_new_fq()
1011 fq_opts.fqd.dest.channel = channel; in qm_new_fq()
1012 fq_opts.fqd.dest.wq = wqid; in qm_new_fq()
1014 fq_opts.fqd.fq_ctrl = (uint16_t)flags; in qm_new_fq()
1053 fq_opts.fqd.td.exp = tn; in qm_new_fq()
1054 fq_opts.fqd.td.mant = ta; in qm_new_fq()
1110 fq_opts.fqd.td.exp = tn; in qm_new_fq()
[all …]
/f-stack/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec.c107 struct qm_mcc_initfq fq_opts; in dpaa_sec_init_rx() local
112 memset(&fq_opts, 0x00, sizeof(struct qm_mcc_initfq)); in dpaa_sec_init_rx()
115 fq_opts.we_mask = QM_INITFQ_WE_DESTWQ | QM_INITFQ_WE_CONTEXTA | in dpaa_sec_init_rx()
118 qm_fqd_context_a_set64(&fq_opts.fqd, hwdesc); in dpaa_sec_init_rx()
119 fq_opts.fqd.context_b = fqid_out; in dpaa_sec_init_rx()
120 fq_opts.fqd.dest.channel = dpaa_get_qm_channel_caam(); in dpaa_sec_init_rx()
121 fq_opts.fqd.dest.wq = 0; in dpaa_sec_init_rx()
127 ret = qman_init_fq(fq_in, flags, &fq_opts); in dpaa_sec_init_rx()