Searched defs:qib_ctxt_info (Results 1 – 2 of 2) sorted by relevance
419 struct qib_ctxt_info { struct420 __u16 num_active; /* number of active units */421 __u16 unit; /* unit (chip) assigned to caller */422 __u16 port; /* IB port assigned to caller (1-based) */423 __u16 ctxt; /* ctxt on unit assigned to caller */424 __u16 subctxt; /* subctxt on unit assigned to caller */425 __u16 num_ctxts; /* number of ctxts available on unit */426 __u16 num_subctxts; /* number of subctxts opened on ctxt */427 __u16 rec_cpu; /* cpu # for affinity (ffff if none) */
1877 static int qib_ctxt_info(struct file *fp, struct qib_ctxt_info __user *uinfo) in qib_ctxt_info() function