Searched refs:page_queue (Results 1 – 2 of 2) sorted by relevance
102 void *context, int page_queue) in alloc_cmd() argument119 ent->page_queue = page_queue; in alloc_cmd()147 if (!ent->page_queue) { in alloc_ent()817 if (ent->page_queue) in complete_command()875 sem = ent->page_queue ? &cmd->pages_sem : &cmd->sem; in cmd_work_handler()983 void *context, int page_queue, u8 *status, in mlx5_cmd_invoke() argument993 if (callback && page_queue) in mlx5_cmd_invoke()997 context, page_queue); in mlx5_cmd_invoke()1008 if (page_queue) { in mlx5_cmd_invoke()
846 int page_queue; member