Home
last modified time | relevance | path

Searched refs:HFI1_MAX_SHARED_CTXTS (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/include/uapi/rdma/hfi/
Dhfi1_user.h154 #define HFI1_MAX_SHARED_CTXTS 8 macro
/Linux-v6.6/drivers/infiniband/hw/hfi1/
Dintr.c208 if (bitmap_empty(rcd->in_use_ctxts, HFI1_MAX_SHARED_CTXTS)) in handle_user_interrupt()
Dfile_ops.c669 if (!bitmap_empty(uctxt->in_use_ctxts, HFI1_MAX_SHARED_CTXTS)) { in hfi1_file_close()
795 if (uinfo.subctxt_cnt > HFI1_MAX_SHARED_CTXTS) in assign_ctxt()
869 if (bitmap_empty(uctxt->in_use_ctxts, HFI1_MAX_SHARED_CTXTS)) { in match_ctxt()
876 HFI1_MAX_SHARED_CTXTS); in match_ctxt()
Dhfi.h283 DECLARE_BITMAP(in_use_ctxts, HFI1_MAX_SHARED_CTXTS);
1412 HFI1_MAX_SHARED_CTXTS; in uctxt_offset()
Dinit.c905 len = PAGE_ALIGN(chip_rcv_contexts(dd) * HFI1_MAX_SHARED_CTXTS * in hfi1_init()