Searched defs:hfi1_ctxt_info (Results 1 – 1 of 1) sorted by relevance
239 struct hfi1_ctxt_info { struct240 __u64 runtime_flags; /* chip/drv runtime flags (HFI1_CAP_*) */241 __u32 rcvegr_size; /* size of each eager buffer */242 __u16 num_active; /* number of active units */243 __u16 unit; /* unit (chip) assigned to caller */244 __u16 ctxt; /* ctxt on unit assigned to caller */245 __u16 subctxt; /* subctxt on unit assigned to caller */246 __u16 rcvtids; /* number of Rcv TIDs for this context */247 __u16 credits; /* number of PIO credits for this context */248 __u16 numa_node; /* NUMA node of the assigned device */[all …]