Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/hns/
Dhns_roce_device.h425 struct hns_roce_wq { struct
426 u64 *wrid; /* Work request ID */
427 spinlock_t lock;
428 int wqe_cnt; /* WQE num */
429 u32 max_post;
430 int max_gs;
431 int offset;
432 int wqe_shift; /* WQE size */
433 u32 head;
434 u32 tail;
[all …]