Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dinit.c157 rcd->flags = HFI1_CAP_KGET(MULTI_PKT_EGR) | in hfi1_create_ctxts()
158 HFI1_CAP_KGET(NODROP_RHQ_FULL) | in hfi1_create_ctxts()
159 HFI1_CAP_KGET(NODROP_EGR_FULL) | in hfi1_create_ctxts()
160 HFI1_CAP_KGET(DMA_RTAIL); in hfi1_create_ctxts()
Dhfi.h95 #define HFI1_CAP_KGET(cap) (HFI1_CAP_KGET_MASK(hfi1_cap_mask, cap)) macro
97 #define HFI1_CAP_IS_KSET(cap) (!!HFI1_CAP_KGET(cap))
Dchip.c6004 HFI1_CAP_UGET(MASK) | HFI1_CAP_KGET(K2U); in hfi1_get_base_kinfo()