• Home
  • Raw
  • Download

Lines Matching refs:hfi1_ctxtdata

83 static void init_subctxts(struct hfi1_ctxtdata *uctxt,
86 struct hfi1_ctxtdata *uctxt);
87 static void user_init(struct hfi1_ctxtdata *uctxt);
97 struct hfi1_ctxtdata *uctxt);
98 static int setup_subctxt(struct hfi1_ctxtdata *uctxt);
104 struct hfi1_ctxtdata **cd);
105 static void deallocate_ctxt(struct hfi1_ctxtdata *uctxt);
108 static int user_event_ack(struct hfi1_ctxtdata *uctxt, u16 subctxt,
110 static int set_ctxt_pkey(struct hfi1_ctxtdata *uctxt, unsigned long arg);
111 static int ctxt_reset(struct hfi1_ctxtdata *uctxt);
112 static int manage_rcvq(struct hfi1_ctxtdata *uctxt, u16 subctxt,
225 struct hfi1_ctxtdata *uctxt = fd->uctxt; in hfi1_file_ioctl()
353 struct hfi1_ctxtdata *uctxt = fd->uctxt; in hfi1_file_mmap()
621 struct hfi1_ctxtdata *uctxt; in hfi1_poll()
640 struct hfi1_ctxtdata *uctxt = fdata->uctxt; in hfi1_file_close()
789 struct hfi1_ctxtdata *uctxt = NULL; in assign_ctxt()
856 struct hfi1_ctxtdata *uctxt) in match_ctxt()
919 struct hfi1_ctxtdata *uctxt; in find_sub_ctxt()
943 struct hfi1_ctxtdata **rcd) in allocate_ctxt()
945 struct hfi1_ctxtdata *uctxt; in allocate_ctxt()
1029 static void deallocate_ctxt(struct hfi1_ctxtdata *uctxt) in deallocate_ctxt()
1040 static void init_subctxts(struct hfi1_ctxtdata *uctxt, in init_subctxts()
1048 static int setup_subctxt(struct hfi1_ctxtdata *uctxt) in setup_subctxt()
1084 static void user_init(struct hfi1_ctxtdata *uctxt) in user_init()
1140 struct hfi1_ctxtdata *uctxt = fd->uctxt; in get_ctxt_info()
1180 struct hfi1_ctxtdata *uctxt) in init_user_ctxt()
1196 struct hfi1_ctxtdata *uctxt) in setup_base_ctxt()
1257 struct hfi1_ctxtdata *uctxt = fd->uctxt; in get_base_info()
1451 struct hfi1_ctxtdata *uctxt = fd->uctxt; in poll_urgent()
1474 struct hfi1_ctxtdata *uctxt = fd->uctxt; in poll_next()
1500 struct hfi1_ctxtdata *uctxt; in hfi1_set_uevent_bits()
1538 static int manage_rcvq(struct hfi1_ctxtdata *uctxt, u16 subctxt, in manage_rcvq()
1578 static int user_event_ack(struct hfi1_ctxtdata *uctxt, u16 subctxt, in user_event_ack()
1602 static int set_ctxt_pkey(struct hfi1_ctxtdata *uctxt, unsigned long arg) in set_ctxt_pkey()
1629 static int ctxt_reset(struct hfi1_ctxtdata *uctxt) in ctxt_reset()