Lines Matching defs:hfi1_ctxt_info
81 struct hfi1_ctxt_info { struct
82 __aligned_u64 runtime_flags; /* chip/drv runtime flags (HFI1_CAP_*) */
83 __u32 rcvegr_size; /* size of each eager buffer */
84 __u16 num_active; /* number of active units */
85 __u16 unit; /* unit (chip) assigned to caller */
86 __u16 ctxt; /* ctxt on unit assigned to caller */
87 __u16 subctxt; /* subctxt on unit assigned to caller */
88 __u16 rcvtids; /* number of Rcv TIDs for this context */
89 __u16 credits; /* number of PIO credits for this context */
90 __u16 numa_node; /* NUMA node of the assigned device */
91 __u16 rec_cpu; /* cpu # for affinity (0xffff if none) */
92 __u16 send_ctxt; /* send context in use by this user context */
93 __u16 egrtids; /* number of RcvArray entries for Eager Rcvs */
94 __u16 rcvhdrq_cnt; /* number of RcvHdrQ entries */
95 __u16 rcvhdrq_entsize; /* size (in bytes) for each RcvHdrQ entry */
96 __u16 sdma_ring_size; /* number of entries in SDMA request ring */