Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accel/habanalabs/common/
H A Dhw_queue.c739 list_add_tail(&cs->staged_cs_node, &staged_cs->staged_cs_node); in hl_hw_queue_schedule_cs()
H A Dcommand_submission.c441 last_entry = list_last_entry(&cs->staged_cs_node, struct hl_cs, in is_staged_cs_last_exists()
442 staged_cs_node); in is_staged_cs_last_exists()
728 &cs->staged_cs_node, staged_cs_node) in cs_do_release()
738 list_del(&cs->staged_cs_node); in cs_do_release()
1438 INIT_LIST_HEAD(&cs->staged_cs_node); in cs_staged_submission()
H A Dhabanalabs.h1989 struct list_head staged_cs_node; member