Home
last modified time | relevance | path

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

/drivers/infiniband/hw/hfi1/
Dvnic_main.c120 uctxt->flags = HFI1_CAP_KGET(MULTI_PKT_EGR) | in allocate_vnic_ctxt()
121 HFI1_CAP_KGET(NODROP_RHQ_FULL) | in allocate_vnic_ctxt()
122 HFI1_CAP_KGET(NODROP_EGR_FULL) | in allocate_vnic_ctxt()
123 HFI1_CAP_KGET(DMA_RTAIL); in allocate_vnic_ctxt()
Dinit.c149 rcd->flags = HFI1_CAP_KGET(MULTI_PKT_EGR) | in hfi1_create_kctxt()
150 HFI1_CAP_KGET(NODROP_RHQ_FULL) | in hfi1_create_kctxt()
151 HFI1_CAP_KGET(NODROP_EGR_FULL) | in hfi1_create_kctxt()
152 HFI1_CAP_KGET(DMA_RTAIL); in hfi1_create_kctxt()
Dhfi.h102 #define HFI1_CAP_KGET(cap) (HFI1_CAP_KGET_MASK(hfi1_cap_mask, cap)) macro
104 #define HFI1_CAP_IS_KSET(cap) (!!HFI1_CAP_KGET(cap))