Home
last modified time | relevance | path

Searched defs:send_context (Results 1 – 2 of 2) sorted by relevance

/drivers/infiniband/hw/hfi1/
Dpio.h104 struct send_context { struct
106 struct hfi1_devdata *dd; /* device */
107 union pio_shadow_ring *sr; /* shadow ring */
108 void __iomem *base_addr; /* start of PIO memory */
109 u32 __percpu *buffers_allocated;/* count of buffers allocated */
110 u32 size; /* context size, in bytes */
112 int node; /* context home node */
113 u32 sr_size; /* size of the shadow ring */
114 u16 flags; /* flags */
115 u8 type; /* context type */
[all …]
Dqp.c557 struct send_context *send_context; in qp_iter_print() local