Searched defs:nitrox_cmdq (Results 1 – 1 of 1) sorted by relevance
39 struct nitrox_cmdq { struct40 spinlock_t cmd_qlock;41 spinlock_t resp_qlock;42 spinlock_t backlog_qlock;44 struct nitrox_device *ndev;45 struct list_head response_head;46 struct list_head backlog_head;48 u8 __iomem *dbell_csr_addr;49 u8 __iomem *compl_cnt_csr_addr;50 u8 *base;[all …]