Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dcommon.h161 #define RHF_EGR_INDEX_MASK 0x7ffull macro
162 #define RHF_EGR_INDEX_SMASK (RHF_EGR_INDEX_MASK << RHF_EGR_INDEX_SHIFT)
276 return (rhf >> RHF_EGR_INDEX_SHIFT) & RHF_EGR_INDEX_MASK; in rhf_egr_index()