Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/infiniband/hw/hns/
Dhns_roce_device.h329 struct hns_roce_wq { struct
330 u64 *wrid; /* Work request ID */
331 spinlock_t lock;
332 u32 wqe_cnt; /* WQE num */
333 u32 max_gs;
334 u32 rsv_sge;
335 u32 offset;
336 u32 wqe_shift; /* WQE size */
337 u32 head;
338 u32 tail;
[all …]