Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/hns/
Dhns_roce_device.h602 struct hns_roce_cmdq { struct
603 struct dma_pool *pool;
604 struct mutex hcr_mutex;
605 struct semaphore poll_sem;
610 struct semaphore event_sem;
611 int max_cmds;
612 spinlock_t context_lock;
613 int free_head;
614 struct hns_roce_cmd_context *context;
619 u16 token_mask;
[all …]