Lines Matching refs:priority

29  *   can work independently for each 802.1p priority.
60 /* DCB priority flow control to User Priority nested attributes */
73 /* DCB priority grouping nested attributes */
575 app.priority = up;
1430 itr->app.priority);
1977 itr->app.priority == app->priority &&
1995 ((prio == -1) || itr->app.priority == prio))
2019 * dcb_getapp - retrieve the DCBX application user priority
2021 * @app: application to get user priority of
2023 * On success returns a non-zero 802.1p user priority bitmap
2024 * otherwise returns 0 as the invalid user priority bitmap to
2035 prio = itr->app.priority;
2047 * Priority 0 is an invalid priority in CEE spec. This routine
2048 * removes applications from the app list if the priority is
2049 * set to zero. Priority is expected to be 8-bit 802.1p user priority bitmap
2066 if (new->priority)
2067 itr->app.priority = new->priority;
2075 if (new->priority)
2086 * dcb_ieee_getapp_mask - retrieve the IEEE DCB application priority
2091 * priority bitmap otherwise returns 0 to indicate the dcb_app was
2102 prio |= 1 << itr->app.priority;
2188 if (dcb_app_lookup(new, dev->ifindex, new->priority)) {
2222 if ((itr = dcb_app_lookup(del, dev->ifindex, del->priority))) {
2236 * priorities to the PCP and DEI values assigned to that priority.
2252 itr->app.priority < IEEE_8021QAZ_MAX_TCS) {
2253 prio = itr->app.priority;
2262 * priorities to the DSCP values assigned to that priority.
2278 itr->app.priority < IEEE_8021QAZ_MAX_TCS) {
2279 prio = itr->app.priority;
2289 * priorities to the DSCP values assigned to that priority. Initialize p_map
2291 * that priority by APP entries.
2307 itr->app.priority < IEEE_8021QAZ_MAX_TCS) {
2308 prio = itr->app.priority;
2336 itr->app.priority < IEEE_8021QAZ_MAX_TCS)
2337 p_map->map[itr->app.protocol] |= 1 << itr->app.priority;
2346 * protocol value of 0: "default priority. For use when priority is not
2364 itr->app.priority < IEEE_8021QAZ_MAX_TCS)
2365 mask |= 1 << itr->app.priority;