Searched defs:send_context (Results 1 – 1 of 1) sorted by relevance
104 struct send_context { struct106 struct hfi1_devdata *dd; /* device */107 void __iomem *base_addr; /* start of PIO memory */108 union pio_shadow_ring *sr; /* shadow ring */109 volatile __le64 *hw_free; /* HW free counter */110 struct work_struct halt_work; /* halted context work queue entry */111 unsigned long flags; /* flags */112 int node; /* context home node */113 int type; /* context type */114 u32 sw_index; /* software index number */[all …]