Searched defs:hfi1_ctxt_info (Results 1 – 1 of 1) sorted by relevance
81 struct hfi1_ctxt_info { struct82 __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 */[all …]