Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_dcb.c324 u8 prio_mask = 1 << up; in txgbe_dcb_get_tc_from_up() local
337 if (prio_mask & tc_config[tc].path[direction].up_to_tc_bitmap) in txgbe_dcb_get_tc_from_up()
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-pow.h2015 uint32_t prio_mask = 0; in cvmx_pow_set_priority() local
2019 prio_mask |= 1<<priority[i]; in cvmx_pow_set_priority()
2021 if ( prio_mask ^ ((1<<cvmx_pop(prio_mask)) - 1)) in cvmx_pow_set_priority()
2023 …ntf("ERROR: POW static priorities should be contiguous (0x%llx)\n", (unsigned long long)prio_mask); in cvmx_pow_set_priority()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_dcb.c236 u8 prio_mask = 1 << up; in ixgbe_dcb_get_tc_from_up() local
249 if (prio_mask & tc_config[tc].path[direction].up_to_tc_bitmap) in ixgbe_dcb_get_tc_from_up()