Lines Matching refs:hfi1_ctxtdata

42 static void init_subctxts(struct hfi1_ctxtdata *uctxt,
45 struct hfi1_ctxtdata *uctxt);
46 static void user_init(struct hfi1_ctxtdata *uctxt);
56 struct hfi1_ctxtdata *uctxt);
57 static int setup_subctxt(struct hfi1_ctxtdata *uctxt);
63 struct hfi1_ctxtdata **cd);
64 static void deallocate_ctxt(struct hfi1_ctxtdata *uctxt);
67 static int user_event_ack(struct hfi1_ctxtdata *uctxt, u16 subctxt,
69 static int set_ctxt_pkey(struct hfi1_ctxtdata *uctxt, unsigned long arg);
70 static int ctxt_reset(struct hfi1_ctxtdata *uctxt);
71 static int manage_rcvq(struct hfi1_ctxtdata *uctxt, u16 subctxt,
184 struct hfi1_ctxtdata *uctxt = fd->uctxt; in hfi1_file_ioctl()
321 struct hfi1_ctxtdata *uctxt = fd->uctxt; in hfi1_file_mmap()
611 struct hfi1_ctxtdata *uctxt; in hfi1_poll()
630 struct hfi1_ctxtdata *uctxt = fdata->uctxt; in hfi1_file_close()
779 struct hfi1_ctxtdata *uctxt = NULL; in assign_ctxt()
846 struct hfi1_ctxtdata *uctxt) in match_ctxt()
909 struct hfi1_ctxtdata *uctxt; in find_sub_ctxt()
933 struct hfi1_ctxtdata **rcd) in allocate_ctxt()
935 struct hfi1_ctxtdata *uctxt; in allocate_ctxt()
1019 static void deallocate_ctxt(struct hfi1_ctxtdata *uctxt) in deallocate_ctxt()
1030 static void init_subctxts(struct hfi1_ctxtdata *uctxt, in init_subctxts()
1038 static int setup_subctxt(struct hfi1_ctxtdata *uctxt) in setup_subctxt()
1074 static void user_init(struct hfi1_ctxtdata *uctxt) in user_init()
1130 struct hfi1_ctxtdata *uctxt = fd->uctxt; in get_ctxt_info()
1170 struct hfi1_ctxtdata *uctxt) in init_user_ctxt()
1186 struct hfi1_ctxtdata *uctxt) in setup_base_ctxt()
1247 struct hfi1_ctxtdata *uctxt = fd->uctxt; in get_base_info()
1441 struct hfi1_ctxtdata *uctxt = fd->uctxt; in poll_urgent()
1464 struct hfi1_ctxtdata *uctxt = fd->uctxt; in poll_next()
1490 struct hfi1_ctxtdata *uctxt; in hfi1_set_uevent_bits()
1528 static int manage_rcvq(struct hfi1_ctxtdata *uctxt, u16 subctxt, in manage_rcvq()
1568 static int user_event_ack(struct hfi1_ctxtdata *uctxt, u16 subctxt, in user_event_ack()
1592 static int set_ctxt_pkey(struct hfi1_ctxtdata *uctxt, unsigned long arg) in set_ctxt_pkey()
1619 static int ctxt_reset(struct hfi1_ctxtdata *uctxt) in ctxt_reset()