Lines Matching defs:priomap
126 memcpy(&qopt.replace_params.priomap,
509 unsigned int nbands, u8 *priomap,
528 NL_SET_ERR_MSG_MOD(extack, "Too many priorities in ETS priomap");
533 NL_SET_ERR_MSG_MOD(extack, "Invalid band number in ETS priomap");
536 priomap[prio++] = band;
592 u8 priomap[TC_PRIO_MAX + 1];
617 memset(priomap, nbands - 1, sizeof(priomap));
629 nbands, priomap, extack);
676 memcpy(q->prio2band, priomap, sizeof(priomap));