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