• Home
  • Raw
  • Download

Lines Matching full:scif

15  * Intel SCIF driver.
26 * SCIF node Queue Pair (QP) setup flow:
28 * 1) SCIF driver gets probed with a scif_hw_dev via the scif_hw_bus
40 * 7) scif_init(..) registers a new SCIF peer node by calling
42 * SCIF node
53 * and then add a new SCIF peer node by calling
55 * SCIF node.
56 * 13) The SCIF network is now established across all nodes.
59 * SCIF node QP teardown flow (initiated by non mgmt node):
61 * 1) SCIF driver gets a remove callback with a scif_hw_dev via the scif_hw_bus
69 * node from the SCIF network and sends a SCIF_NODE_REMOVE_ACK
72 * data structures and unregisters the peer node from the SCIF network
75 * completes the SCIF remove routine
76 * 10) The SCIF network is now torn down for the node initiating the
80 * SCIF node QP teardown flow (initiated by mgmt node):
82 * 1) SCIF driver gets a remove callback with a scif_hw_dev via the scif_hw_bus
88 * node from the SCIF network and sends a SCIF_NODE_REMOVE_ACK
90 * it unregisters the peer node from the SCIF network
93 * which would clean up local data structures for all SCIF nodes and
98 * 10) The SCIF hardware device for which a remove callback was received is now
99 * disconnected from the SCIF network.
663 * @scifdev: Scif Device.
690 * Work queue handler for servicing miscellaneous SCIF tasks.
707 * @scifdev: Remote SCIF device node
730 * @scifdev: Remote SCIF device node
733 * This function stops the SCIF interface for the node which sent
751 * @scifdev: Remote SCIF device node
764 * @scifdev: Remote SCIF device node
887 * @scifdev: Remote SCIF device node
1163 * @scifdev: SCIF device
1168 * We need special handling for receiving Node Qp messages on a loopback SCIF
1172 * non-loopback SCIF devices is the potential classic deadlock described below:
1174 * Thread A tries to send a message on a loopback SCIF device and blocks since
1179 * and tries to send a message (eg an ACK) to the loopback SCIF device. It tries
1221 * @scifdev: SCIF device
1236 "SCIF LOOPB %d", scifdev->node); in scif_setup_loopback_qp()
1293 * @scifdev: SCIF device