Lines Matching refs:iucv

23 #define KMSG_COMPONENT "iucv"
40 #include <net/iucv/iucv.h>
71 .name = "iucv",
105 * The tasklet for fast delivery of iucv interrupts.
201 * Data in parameter list iucv structure. Used by iucv_message_send,
219 * Data in buffer iucv structure. Used by iucv_message_receive,
239 * Purge message iucv structure. Used by iucv_message_purge.
255 * Set mask iucv structure. Used by iucv_enable_cpu.
357 * Allow iucv interrupts on this cpu.
365 * Enable all iucv interrupts.
379 * Enable all iucv control interrupts.
390 /* Set indication that iucv interrupts are allowed for this cpu. */
398 * Block iucv interrupts on this cpu.
405 /* Disable all iucv interrupts. */
410 /* Clear indication that iucv interrupts are allowed for this cpu. */
458 /* Set indication that an iucv buffer exists for this cpu. */
462 /* Enable iucv interrupts on this cpu. */
465 /* Disable iucv interrupts on this cpu. */
483 /* Block iucv interrupts. */
490 /* Clear indication that an iucv buffer exists for this cpu. */
497 * Allow iucv interrupts on all cpus.
516 * Allow iucv interrupts on a single cpu.
533 * This function makes iucv ready for use. It allocates the pathid
534 * table, declares an iucv interrupt buffer and enables the iucv
535 * interrupts. Called when the first user has registered an iucv
554 /* No cpu could declare an iucv buffer. */
568 * This function shuts down iucv. It disables iucv interrupts, retrieves
569 * the iucv interrupt buffer and frees the pathid table. Called after the
570 * last user unregister its iucv handler.
652 * Sever an iucv path to free up the pathid. Used internally.
671 * pending external iucv interrupts to the work queue.
690 * on a iucv connect or a connection pending interrupt. Remove
692 * (iucv_path_table[ix] == NULL). Only then do the iucv connect
711 * @handler: address of iucv handler structure
748 * @handler: address of iucv handler structure
806 * @path: address of iucv path structure
807 * @handler: address of iucv handler structure
850 * @path: address of iucv path structure
851 * @handler: address of iucv handler structure
918 * @path: address of iucv path structure
950 * @path: address of iucv path structure
981 * @path: address of iucv path structure
1012 * @path: address of iucv path structure
1013 * @msg: address of iucv msg structure
1050 * @path: address of iucv path structure
1051 * @msg: address of iucv msg structure
1095 * @path: address of iucv path structure
1096 * @msg: address of iucv msg structure
1143 * @path: address of iucv path structure
1144 * @msg: address of iucv msg structure
1175 * @path: address of iucv path structure
1176 * @msg: address of iucv msg structure
1209 * @path: address of iucv path structure
1210 * @msg: address of iucv msg structure
1258 * @path: address of iucv path structure
1259 * @msg: address of iucv msg structure
1312 * @path: address of iucv path structure
1313 * @msg: address of iucv msg structure
1341 * @path: address of iucv path structure
1342 * @msg: address of iucv msg structure
1829 iucv_root = root_device_register("iucv");
1835 rc = cpuhp_setup_state(CPUHP_NET_IUCV_PREPARE, "net/iucv:prepare",
1839 rc = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "net/iucv:online",