• Home
  • Raw
  • Download

Lines Matching refs:hfi1_ctxtdata

82 static void init_subctxts(struct hfi1_ctxtdata *uctxt,
85 struct hfi1_ctxtdata *uctxt);
86 static void user_init(struct hfi1_ctxtdata *uctxt);
92 struct hfi1_ctxtdata *uctxt);
93 static int setup_subctxt(struct hfi1_ctxtdata *uctxt);
99 struct hfi1_ctxtdata **cd);
100 static void deallocate_ctxt(struct hfi1_ctxtdata *uctxt);
103 static int user_event_ack(struct hfi1_ctxtdata *uctxt, u16 subctxt,
105 static int set_ctxt_pkey(struct hfi1_ctxtdata *uctxt, u16 subctxt, u16 pkey);
106 static int manage_rcvq(struct hfi1_ctxtdata *uctxt, u16 subctxt,
222 struct hfi1_ctxtdata *uctxt = fd->uctxt; in hfi1_file_ioctl()
469 struct hfi1_ctxtdata *uctxt = fd->uctxt; in hfi1_file_mmap()
738 struct hfi1_ctxtdata *uctxt; in hfi1_poll()
757 struct hfi1_ctxtdata *uctxt = fdata->uctxt; in hfi1_file_close()
908 struct hfi1_ctxtdata *uctxt = NULL; in assign_ctxt()
967 struct hfi1_ctxtdata *uctxt) in match_ctxt()
1030 struct hfi1_ctxtdata *uctxt; in find_sub_ctxt()
1054 struct hfi1_ctxtdata **rcd) in allocate_ctxt()
1056 struct hfi1_ctxtdata *uctxt; in allocate_ctxt()
1136 static void deallocate_ctxt(struct hfi1_ctxtdata *uctxt) in deallocate_ctxt()
1147 static void init_subctxts(struct hfi1_ctxtdata *uctxt, in init_subctxts()
1155 static int setup_subctxt(struct hfi1_ctxtdata *uctxt) in setup_subctxt()
1191 static void user_init(struct hfi1_ctxtdata *uctxt) in user_init()
1247 struct hfi1_ctxtdata *uctxt = fd->uctxt; in get_ctxt_info()
1285 struct hfi1_ctxtdata *uctxt) in init_user_ctxt()
1301 struct hfi1_ctxtdata *uctxt) in setup_base_ctxt()
1361 struct hfi1_ctxtdata *uctxt = fd->uctxt; in get_base_info()
1438 struct hfi1_ctxtdata *uctxt = fd->uctxt; in poll_urgent()
1461 struct hfi1_ctxtdata *uctxt = fd->uctxt; in poll_next()
1487 struct hfi1_ctxtdata *uctxt; in hfi1_set_uevent_bits()
1526 static int manage_rcvq(struct hfi1_ctxtdata *uctxt, u16 subctxt, in manage_rcvq()
1561 static int user_event_ack(struct hfi1_ctxtdata *uctxt, u16 subctxt, in user_event_ack()
1582 static int set_ctxt_pkey(struct hfi1_ctxtdata *uctxt, u16 subctxt, u16 pkey) in set_ctxt_pkey()