Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dfile_ops.c1101 if (HFI1_CAP_UGET_MASK(uctxt->flags, HDRSUPP)) in user_init()
1108 if (!HFI1_CAP_UGET_MASK(uctxt->flags, MULTI_PKT_EGR)) in user_init()
1110 if (HFI1_CAP_UGET_MASK(uctxt->flags, NODROP_EGR_FULL)) in user_init()
1112 if (HFI1_CAP_UGET_MASK(uctxt->flags, NODROP_RHQ_FULL)) in user_init()
1120 if (HFI1_CAP_UGET_MASK(uctxt->flags, DMA_RTAIL)) in user_init()
1138 HFI1_CAP_UGET_MASK(uctxt->flags, MASK) | in get_ctxt_info()
H A Duser_exp_rcv.c61 if (!HFI1_CAP_UGET_MASK(uctxt->flags, TID_UNMAP)) { in hfi1_user_exp_rcv_init()
H A Dhfi.h66 #define HFI1_CAP_UGET_MASK(mask, cap) \ macro
69 #define HFI1_CAP_UGET(cap) (HFI1_CAP_UGET_MASK(hfi1_cap_mask, cap))
H A Dinit.c1778 HFI1_CAP_UGET_MASK(rcd->flags, DMA_RTAIL)) { in hfi1_create_rcvhdrq()