Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
Dpio.h98 struct send_context { struct
100 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 …]
Dqp.c645 struct send_context *send_context; in qp_iter_print() local
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
Dpio.h56 struct send_context { struct
58 struct hfi1_devdata *dd; /* device */
59 union pio_shadow_ring *sr; /* shadow ring */
60 void __iomem *base_addr; /* start of PIO memory */
61 u32 __percpu *buffers_allocated;/* count of buffers allocated */
62 u32 size; /* context size, in bytes */
64 int node; /* context home node */
65 u32 sr_size; /* size of the shadow ring */
66 u16 flags; /* flags */
67 u8 type; /* context type */
[all …]
Dqp.c604 struct send_context *send_context; in qp_iter_print() local