Home
last modified time | relevance | path

Searched refs:ctxt_fp (Results 1 – 2 of 2) sorted by relevance

/drivers/infiniband/hw/qib/
Dqib_file_ops.c92 struct qib_ctxtdata *rcd = ctxt_fp(fp); in qib_get_base_info()
993 rcd = ctxt_fp(fp); in qib_mmapf()
1139 rcd = ctxt_fp(fp); in qib_poll()
1286 ctxt_fp(fp) = rcd; in setup_ctxt()
1459 ctxt_fp(fp) = rcd; in find_shared_ctxt()
1492 if (ctxt_fp(fp)) { in qib_assign_ctxt()
1580 struct qib_ctxtdata *rcd = ctxt_fp(fp); in qib_do_user_init()
1813 struct qib_ctxtdata *rcd = ctxt_fp(fp); in qib_ctxt_info()
2075 rcd = ctxt_fp(fp); in qib_write()
2165 struct qib_ctxtdata *rcd = ctxt_fp(iocb->ki_filp); in qib_aio_write()
Dqib.h1132 #define ctxt_fp(fp) \ macro