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

/linux-4.4.14/drivers/staging/rdma/hfi1/
H A Dcommon.h261 #define RHF_EGR_INDEX_MASK 0x7ffull macro
262 #define RHF_EGR_INDEX_SMASK (RHF_EGR_INDEX_MASK << RHF_EGR_INDEX_SHIFT)
385 return (rhf >> RHF_EGR_INDEX_SHIFT) & RHF_EGR_INDEX_MASK; rhf_egr_index()

Completed in 157 milliseconds