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

/freebsd-12-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm_portal_fqr.c969 struct qm_mcc_initfq fq_opts; local
1007 memset(&fq_opts,0,sizeof(fq_opts));
1008 fq_opts.fqid = fqid;
1009 fq_opts.count = (uint16_t)(count-1);
1010 fq_opts.we_mask |= QM_INITFQ_WE_DESTWQ;
1011 fq_opts.fqd.dest.channel = channel;
1012 fq_opts.fqd.dest.wq = wqid;
1013 fq_opts.we_mask |= QM_INITFQ_WE_FQCTRL;
1014 fq_opts
[all...]

Completed in 105 milliseconds