Home
last modified time | relevance | path

Searched refs:OP_IDLE (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/misc/mic/scif/
Dscif_main.h34 OP_IDLE = 1, enumerator
Dscif_main.c119 scifdev->exit = OP_IDLE; in scif_setup_scifdev()
Dscif_rma.c160 window->reg_state = OP_IDLE; in scif_create_window()
162 window->unreg_state = OP_IDLE; in scif_create_window()
489 window->unreg_state = OP_IDLE; in scif_create_remote_window()
653 case OP_IDLE: in scif_unregister_window()
Dscif_nodeqp.c320 scifdev->exit = OP_IDLE; in scif_send_exit()
664 if (OP_IDLE != scifdev->exit) in scif_nodeqp_send()