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()
312 struct hfi1_ctxtdata *uctxt = fd->uctxt; in hfi1_file_mmap()
580 struct hfi1_ctxtdata *uctxt; in hfi1_poll()
599 struct hfi1_ctxtdata *uctxt = fdata->uctxt; in hfi1_file_close()
748 struct hfi1_ctxtdata *uctxt = NULL; in assign_ctxt()
815 struct hfi1_ctxtdata *uctxt) in match_ctxt()
878 struct hfi1_ctxtdata *uctxt; in find_sub_ctxt()
902 struct hfi1_ctxtdata **rcd) in allocate_ctxt()
904 struct hfi1_ctxtdata *uctxt; in allocate_ctxt()
988 static void deallocate_ctxt(struct hfi1_ctxtdata *uctxt) in deallocate_ctxt()
999 static void init_subctxts(struct hfi1_ctxtdata *uctxt, in init_subctxts()
1007 static int setup_subctxt(struct hfi1_ctxtdata *uctxt) in setup_subctxt()
1043 static void user_init(struct hfi1_ctxtdata *uctxt) in user_init()
1099 struct hfi1_ctxtdata *uctxt = fd->uctxt; in get_ctxt_info()
1139 struct hfi1_ctxtdata *uctxt) in init_user_ctxt()
1155 struct hfi1_ctxtdata *uctxt) in setup_base_ctxt()
1216 struct hfi1_ctxtdata *uctxt = fd->uctxt; in get_base_info()
1407 struct hfi1_ctxtdata *uctxt = fd->uctxt; in poll_urgent()
1430 struct hfi1_ctxtdata *uctxt = fd->uctxt; in poll_next()
1456 struct hfi1_ctxtdata *uctxt; in hfi1_set_uevent_bits()
1494 static int manage_rcvq(struct hfi1_ctxtdata *uctxt, u16 subctxt, in manage_rcvq()
1534 static int user_event_ack(struct hfi1_ctxtdata *uctxt, u16 subctxt, in user_event_ack()
1558 static int set_ctxt_pkey(struct hfi1_ctxtdata *uctxt, unsigned long arg) in set_ctxt_pkey()
1585 static int ctxt_reset(struct hfi1_ctxtdata *uctxt) in ctxt_reset()