Home
last modified time | relevance | path

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

/drivers/infiniband/hw/hfi1/
Dcommon.h258 #define RHF_EGR_INDEX_MASK 0x7ffull macro
259 #define RHF_EGR_INDEX_SMASK (RHF_EGR_INDEX_MASK << RHF_EGR_INDEX_SHIFT)
373 return (rhf >> RHF_EGR_INDEX_SHIFT) & RHF_EGR_INDEX_MASK; in rhf_egr_index()