Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/misc/habanalabs/common/
Dirq.c141 struct hl_user_interrupt *user_cq) in handle_user_cq() argument
145 spin_lock(&user_cq->wait_list_lock); in handle_user_cq()
146 list_for_each_entry(pend, &user_cq->wait_list_head, wait_list_node) in handle_user_cq()
148 spin_unlock(&user_cq->wait_list_lock); in handle_user_cq()
160 struct hl_user_interrupt *user_cq = arg; in hl_irq_handler_user_cq() local
161 struct hl_device *hdev = user_cq->hdev; in hl_irq_handler_user_cq()
165 user_cq->interrupt_id); in hl_irq_handler_user_cq()
171 handle_user_cq(hdev, user_cq); in hl_irq_handler_user_cq()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx4/
Dcq.c344 int timestamp_en, void *buf_addr, bool user_cq) in mlx4_cq_alloc() argument
392 if (user_cq) { in mlx4_cq_alloc()
/Linux-v5.15/include/linux/mlx4/
Ddevice.h1129 void *buf_addr, bool user_cq);