Searched refs:fq_opts (Results 1 – 1 of 1) sorted by relevance
969 struct qm_mcc_initfq fq_opts; in qm_new_fq() local1007 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()1010 fq_opts.we_mask |= QM_INITFQ_WE_DESTWQ; 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()1013 fq_opts.we_mask |= QM_INITFQ_WE_FQCTRL; in qm_new_fq()1014 fq_opts.fqd.fq_ctrl = (uint16_t)flags; in qm_new_fq()1025 fq_opts.fqd.cgid = QmCgGetCgId(p_CgParams->h_QmCg); in qm_new_fq()[all …]