Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_device.h335 struct hns_roce_wq { struct
336 u64 *wrid; /* Work request ID */
337 spinlock_t lock;
338 int wqe_cnt; /* WQE num */
339 u32 max_post;
340 int max_gs;
341 int offset;
342 int wqe_shift;/* WQE size */
343 u32 head;
344 u32 tail;
[all …]