Home
last modified time | relevance | path

Searched refs:prio_mask (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/contrib/octeon-sdk/
Dcvmx-pow.h1457 uint32_t prio_mask = 0; in cvmx_pow_set_priority() local
1461 prio_mask |= 1<<priority[i]; in cvmx_pow_set_priority()
1463 if ( prio_mask ^ ((1<<cvmx_pop(prio_mask)) - 1)) in cvmx_pow_set_priority()
1465 …ntf("ERROR: POW static priorities should be contiguous (0x%llx)\n", (unsigned long long)prio_mask); in cvmx_pow_set_priority()
/freebsd-9-stable/sys/dev/ixgbe/
Dixgbe_dcb.c255 u8 prio_mask = 1 << up; in ixgbe_dcb_get_tc_from_up() local
268 if (prio_mask & tc_config[tc].path[direction].up_to_tc_bitmap) in ixgbe_dcb_get_tc_from_up()