Lines Matching defs:priomap
126 memcpy(&qopt.replace_params.priomap,
501 unsigned int nbands, u8 *priomap,
520 NL_SET_ERR_MSG_MOD(extack, "Too many priorities in ETS priomap");
525 NL_SET_ERR_MSG_MOD(extack, "Invalid band number in ETS priomap");
528 priomap[prio++] = band;
584 u8 priomap[TC_PRIO_MAX + 1];
604 memset(priomap, nbands - 1, sizeof(priomap));
616 nbands, priomap, extack);
662 memcpy(q->prio2band, priomap, sizeof(priomap));