Searched refs:ctxt_fp (Results 1 – 2 of 2) sorted by relevance
95 struct qib_ctxtdata *rcd = ctxt_fp(fp); in qib_get_base_info()999 rcd = ctxt_fp(fp); in qib_mmapf()1145 rcd = ctxt_fp(fp); in qib_poll()1292 ctxt_fp(fp) = rcd; in setup_ctxt()1465 ctxt_fp(fp) = rcd; in find_shared_ctxt()1498 if (ctxt_fp(fp)) { in qib_assign_ctxt()1586 struct qib_ctxtdata *rcd = ctxt_fp(fp); in qib_do_user_init()1819 struct qib_ctxtdata *rcd = ctxt_fp(fp); in qib_ctxt_info()2081 rcd = ctxt_fp(fp); in qib_write()2171 struct qib_ctxtdata *rcd = ctxt_fp(iocb->ki_filp); in qib_aio_write()
1175 #define ctxt_fp(fp) \ macro