Lines Matching defs:hfi1_ctxt_info
216 struct hfi1_ctxt_info { struct
217 __u64 runtime_flags; /* chip/drv runtime flags (HFI1_CAP_*) */
218 __u32 rcvegr_size; /* size of each eager buffer */
219 __u16 num_active; /* number of active units */
220 __u16 unit; /* unit (chip) assigned to caller */
221 __u16 ctxt; /* ctxt on unit assigned to caller */
222 __u16 subctxt; /* subctxt on unit assigned to caller */
223 __u16 rcvtids; /* number of Rcv TIDs for this context */
224 __u16 credits; /* number of PIO credits for this context */
225 __u16 numa_node; /* NUMA node of the assigned device */
226 __u16 rec_cpu; /* cpu # for affinity (0xffff if none) */
227 __u16 send_ctxt; /* send context in use by this user context */
228 __u16 egrtids; /* number of RcvArray entries for Eager Rcvs */
229 __u16 rcvhdrq_cnt; /* number of RcvHdrQ entries */
230 __u16 rcvhdrq_entsize; /* size (in bytes) for each RcvHdrQ entry */
231 __u16 sdma_ring_size; /* number of entries in SDMA request ring */