Home
last modified time | relevance | path

Searched refs:xSubtype (Results 1 – 10 of 10) sorted by relevance

/linux-2.6.39/arch/powerpc/platforms/iseries/
Dvio.c230 switch (event->xSubtype & VIOMINOR_SUBTYPE_MASK) { in handle_block_event()
355 switch (event->xSubtype & VIOMINOR_SUBTYPE_MASK) { in handle_cd_event()
366 event->xSubtype & VIOMINOR_SUBTYPE_MASK); in handle_cd_event()
456 switch (event->xSubtype & VIOMINOR_SUBTYPE_MASK) { in handle_tape_event()
Dmf.c284 ev->event.hp_lp_event.xSubtype = 6; in signal_vsp_instruction()
313 ev->event.hp_lp_event.xSubtype = 0; in signal_ce_msg()
345 ev->event.hp_lp_event.xSubtype = 0; in dma_and_signal_ce_msg()
392 switch (event->hp_lp_event.xSubtype) { in handle_int()
458 switch (event->hp_lp_event.xSubtype) { in handle_ack()
545 ev->event.hp_lp_event.xSubtype = 4; in mf_allocate_lp_events()
574 ev->event.hp_lp_event.xSubtype = 5; in mf_deallocate_lp_events()
Dirq.c91 switch (event->event.xSubtype) { in int_received()
140 event->event.xSubtype); in int_received()
Dviopath.c381 int subtype = (event->xSubtype & VIOMAJOR_SUBTYPE_MASK) in vio_handleEvent()
441 event->xSubtype, remoteLp); in vio_handleEvent()
/linux-2.6.39/arch/powerpc/include/asm/iseries/
Dhv_lp_event.h37 u16 xSubtype; /* Subtype for event x02-x03 */ member
/linux-2.6.39/drivers/block/
Dviodasd.c321 hev->xSubtype = viocmd; in send_request()
569 if (event->xSubtype == (viomajorsubtype_blockio | vioblockread)) in viodasd_handle_read_write()
623 switch (event->xSubtype & VIOMINOR_SUBTYPE_MASK) { in handle_block_event()
/linux-2.6.39/drivers/cdrom/
Dviocd.c479 switch (event->xSubtype & VIOMINOR_SUBTYPE_MASK) { in vio_handle_cd_event()
515 ((event->xSubtype & VIOMINOR_SUBTYPE_MASK) == viocdread) in vio_handle_cd_event()
538 event->xSubtype & VIOMINOR_SUBTYPE_MASK); in vio_handle_cd_event()
/linux-2.6.39/drivers/tty/hvc/
Dhvc_iseries.c102 hev->xSubtype = viomajorsubtype_chario | viochardata; in init_data_event()
453 charminor = event->xSubtype & VIOMINOR_SUBTYPE_MASK; in hvc_handle_event()
/linux-2.6.39/drivers/net/
Diseries_veth.c531 switch (event->base_event.xSubtype) { in veth_handle_ack()
540 event->base_event.xSubtype, rlp); in veth_handle_ack()
553 switch (event->base_event.xSubtype) { in veth_handle_int()
586 event->base_event.xSubtype, rlp); in veth_handle_int()
/linux-2.6.39/drivers/char/
Dviotape.c826 tapeminor = event->xSubtype & VIOMINOR_SUBTYPE_MASK; in vioHandleTapeEvent()