Searched defs:send_context (Results 1 – 2 of 2) sorted by relevance
98 struct send_context { struct100 struct hfi1_devdata *dd; /* device */101 union pio_shadow_ring *sr; /* shadow ring */102 void __iomem *base_addr; /* start of PIO memory */103 u32 __percpu *buffers_allocated;/* count of buffers allocated */104 u32 size; /* context size, in bytes */106 int node; /* context home node */107 u32 sr_size; /* size of the shadow ring */108 u16 flags; /* flags */109 u8 type; /* context type */[all …]
645 struct send_context *send_context; in qp_iter_print() local