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