Lines Matching refs:nitrox_cmdq
228 struct nitrox_cmdq *cmdq) in backlog_list_add()
240 struct nitrox_cmdq *cmdq) in response_list_add()
250 struct nitrox_cmdq *cmdq) in response_list_del()
258 get_first_response_entry(struct nitrox_cmdq *cmdq) in get_first_response_entry()
264 static inline bool cmdq_full(struct nitrox_cmdq *cmdq, int qlen) in cmdq_full()
285 struct nitrox_cmdq *cmdq) in post_se_instr()
315 static int post_backlog_cmds(struct nitrox_cmdq *cmdq) in post_backlog_cmds()
348 struct nitrox_cmdq *cmdq = sr->cmdq; in nitrox_enqueue_request()
502 struct nitrox_cmdq *cmdq; in backlog_qflush_work()
504 cmdq = container_of(work, struct nitrox_cmdq, backlog_qflush); in backlog_qflush_work()
533 static void process_response_list(struct nitrox_cmdq *cmdq) in process_response_list()
585 struct nitrox_cmdq *cmdq = qvec->cmdq; in pkt_slc_resp_tasklet()