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.
359 * Allow iucv interrupts on this cpu.
367 * Enable all iucv interrupts.
381 * Enable all iucv control interrupts.
392 /* Set indication that iucv interrupts are allowed for this cpu. */
400 * Block iucv interrupts on this cpu.
407 /* Disable all iucv interrupts. */
412 /* Clear indication that iucv interrupts are allowed for this cpu. */
460 /* Set indication that an iucv buffer exists for this cpu. */
464 /* Enable iucv interrupts on this cpu. */
467 /* Disable iucv interrupts on this cpu. */
485 /* Block iucv interrupts. */
492 /* Clear indication that an iucv buffer exists for this cpu. */
499 * Allow iucv interrupts on all cpus.
518 * Allow iucv interrupts on a single cpu.
535 * This function makes iucv ready for use. It allocates the pathid
536 * table, declares an iucv interrupt buffer and enables the iucv
537 * interrupts. Called when the first user has registered an iucv
556 /* No cpu could declare an iucv buffer. */
570 * This function shuts down iucv. It disables iucv interrupts, retrieves
571 * the iucv interrupt buffer and frees the pathid table. Called after the
572 * last user unregister its iucv handler.
654 * Sever an iucv path to free up the pathid. Used internally.
673 * pending external iucv interrupts to the work queue.
692 * on a iucv connect or a connection pending interrupt. Remove
694 * (iucv_path_table[ix] == NULL). Only then do the iucv connect
713 * @handler: address of iucv handler structure
750 * @handler: address of iucv handler structure
808 * @path: address of iucv path structure
809 * @handler: address of iucv handler structure
852 * @path: address of iucv path structure
853 * @handler: address of iucv handler structure
920 * @path: address of iucv path structure
952 * @path: address of iucv path structure
983 * @path: address of iucv path structure
1014 * @path: address of iucv path structure
1015 * @msg: address of iucv msg structure
1052 * @path: address of iucv path structure
1053 * @msg: address of iucv msg structure
1097 * @path: address of iucv path structure
1098 * @msg: address of iucv msg structure
1145 * @path: address of iucv path structure
1146 * @msg: address of iucv msg structure
1177 * @path: address of iucv path structure
1178 * @msg: address of iucv msg structure
1211 * @path: address of iucv path structure
1212 * @msg: address of iucv msg structure
1260 * @path: address of iucv path structure
1261 * @msg: address of iucv msg structure
1314 * @path: address of iucv path structure
1315 * @msg: address of iucv msg structure
1343 * @path: address of iucv path structure
1344 * @msg: address of iucv msg structure
1833 iucv_root = root_device_register("iucv");
1839 rc = cpuhp_setup_state(CPUHP_NET_IUCV_PREPARE, "net/iucv:prepare",
1843 rc = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "net/iucv:online",