Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_dcb.h122 #define I40E_IEEE_APP_PRIO_SHIFT 5 macro
123 #define I40E_IEEE_APP_PRIO_MASK (0x7 << I40E_IEEE_APP_PRIO_SHIFT)
H A Di40e_dcb.c251 I40E_IEEE_APP_PRIO_SHIFT); in i40e_parse_ieee_app_tlv()
1221 buf[offset] = (priority << I40E_IEEE_APP_PRIO_SHIFT) | selector; in i40e_add_ieee_app_pri_tlv()