Home
last modified time | relevance | path

Searched refs:user_cq (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/misc/habanalabs/common/
A Dirq.c141 struct hl_user_interrupt *user_cq) in handle_user_cq() argument
146 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() local
164 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()
/linux/drivers/net/ethernet/mellanox/mlx4/
A Dcq.c345 int timestamp_en, void *buf_addr, bool user_cq) in mlx4_cq_alloc() argument
393 if (user_cq) { in mlx4_cq_alloc()
/linux/include/linux/mlx4/
A Ddevice.h1129 void *buf_addr, bool user_cq);

Completed in 16 milliseconds