Home
last modified time | relevance | path

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

/freebsd/sys/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 …]