Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dvnic_main.c116 uctxt->flags = HFI1_CAP_KGET(MULTI_PKT_EGR) | in allocate_vnic_ctxt()
117 HFI1_CAP_KGET(NODROP_RHQ_FULL) | in allocate_vnic_ctxt()
118 HFI1_CAP_KGET(NODROP_EGR_FULL) | in allocate_vnic_ctxt()
119 HFI1_CAP_KGET(DMA_RTAIL); in allocate_vnic_ctxt()
Dinit.c147 rcd->flags = HFI1_CAP_KGET(MULTI_PKT_EGR) | in hfi1_create_kctxt()
148 HFI1_CAP_KGET(NODROP_RHQ_FULL) | in hfi1_create_kctxt()
149 HFI1_CAP_KGET(NODROP_EGR_FULL) | in hfi1_create_kctxt()
150 HFI1_CAP_KGET(DMA_RTAIL); in hfi1_create_kctxt()
Dhfi.h104 #define HFI1_CAP_KGET(cap) (HFI1_CAP_KGET_MASK(hfi1_cap_mask, cap)) macro
106 #define HFI1_CAP_IS_KSET(cap) (!!HFI1_CAP_KGET(cap))