Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/mic/scif/
Dscif_main.h43 OP_IDLE = 1, enumerator
Dscif_main.c128 scifdev->exit = OP_IDLE; in scif_setup_scifdev()
Dscif_rma.c169 window->reg_state = OP_IDLE; in scif_create_window()
171 window->unreg_state = OP_IDLE; in scif_create_window()
507 window->unreg_state = OP_IDLE; in scif_create_remote_window()
671 case OP_IDLE: in scif_unregister_window()
Dscif_nodeqp.c329 scifdev->exit = OP_IDLE; in scif_send_exit()
673 if (OP_IDLE != scifdev->exit) in scif_nodeqp_send()