Searched defs:hns_roce_cmdq (Results 1 – 1 of 1) sorted by relevance
475 struct hns_roce_cmdq { struct476 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 …]