Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
Dhns_roce_device.h566 struct hns_roce_cmdq { struct
567 struct dma_pool *pool;
568 struct mutex hcr_mutex;
569 struct semaphore poll_sem;
574 struct semaphore event_sem;
575 int max_cmds;
576 spinlock_t context_lock;
577 int free_head;
578 struct hns_roce_cmd_context *context;
583 u16 token_mask;
[all …]