Lines Matching defs:local_opts
2446 struct qm_mcc_initcgr local_opts = *opts;
2452 qm_cgr_cscn_targ_set(&local_opts.cgr, PORTAL_IDX(p),
2454 local_opts.we_mask |= cpu_to_be16(QM_CGR_WE_CSCN_TARG);
2459 &local_opts);
2461 ret = qm_modify_cgr(cgr, 0, &local_opts);
2490 struct qm_mcc_initcgr local_opts;
2504 memset(&local_opts, 0, sizeof(struct qm_mcc_initcgr));
2521 local_opts.we_mask = cpu_to_be16(QM_CGR_WE_CSCN_TARG);
2522 qm_cgr_cscn_targ_clear(&local_opts.cgr, PORTAL_IDX(p),
2525 ret = qm_modify_cgr(cgr, 0, &local_opts);