Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_device.h475 struct hns_roce_cmdq { struct
476 struct dma_pool *pool;
477 struct mutex hcr_mutex;
478 struct semaphore poll_sem;
483 struct semaphore event_sem;
484 int max_cmds;
485 spinlock_t context_lock;
486 int free_head;
487 struct hns_roce_cmd_context *context;
492 u16 token_mask;
[all …]