Searched refs:user_cq (Results 1 – 3 of 3) sorted by relevance
141 struct hl_user_interrupt *user_cq) in handle_user_cq() argument146 spin_lock(&user_cq->wait_list_lock); in handle_user_cq()147 list_for_each_entry(pend, &user_cq->wait_list_head, wait_list_node) { in handle_user_cq()151 spin_unlock(&user_cq->wait_list_lock); in handle_user_cq()163 struct hl_user_interrupt *user_cq = arg; in hl_irq_handler_user_cq() local164 struct hl_device *hdev = user_cq->hdev; in hl_irq_handler_user_cq()168 user_cq->interrupt_id); in hl_irq_handler_user_cq()174 handle_user_cq(hdev, user_cq); in hl_irq_handler_user_cq()
345 int timestamp_en, void *buf_addr, bool user_cq) in mlx4_cq_alloc() argument393 if (user_cq) { in mlx4_cq_alloc()
1129 void *buf_addr, bool user_cq);
Completed in 16 milliseconds