Home
last modified time | relevance | path

Searched refs:xRc (Results 1 – 9 of 9) sorted by relevance

/linux-2.6.39/drivers/tty/hvc/
Dhvc_iseries.c266 if (event->xRc == HvLpEvent_Rc_Good) { in hvc_open_event()
279 if (event->xRc != HvLpEvent_Rc_Good) in hvc_open_event()
282 event->xRc); in hvc_open_event()
303 event->xRc = HvLpEvent_Rc_SubtypeError; in hvc_open_event()
318 event->xRc = HvLpEvent_Rc_SubtypeError; in hvc_open_event()
323 event->xRc = HvLpEvent_Rc_Good; in hvc_open_event()
472 event->xRc = HvLpEvent_Rc_InvalidSubtype; in hvc_handle_event()
/linux-2.6.39/arch/powerpc/platforms/iseries/
Dvio.c224 event->xRc = HvLpEvent_Rc_InvalidSubtype; in handle_block_event()
241 pwe->rc = event->xRc; in handle_block_event()
250 event->xRc = HvLpEvent_Rc_InvalidSubtype; in handle_block_event()
347 event->xRc = HvLpEvent_Rc_InvalidSubtype; in handle_cd_event()
358 pwe->rc = event->xRc; in handle_cd_event()
368 event->xRc = HvLpEvent_Rc_InvalidSubtype; in handle_cd_event()
Dcall_pci.h301 u64 xRc = HvCall4(HvCallPciGetCardVpd, busNumParm, destParm, in HvCallPci_getBusVpd() local
303 if (xRc == -1) in HvCallPci_getBusVpd()
306 return xRc & 0xFFFF; in HvCallPci_getBusVpd()
Dviopath.c345 event->xRc = HvLpEvent_Rc_InvalidSubtype; in handleConfig()
444 event->xRc = HvLpEvent_Rc_InvalidSubtype; in vio_handleEvent()
Dmf.c263 hev->xRc = HvLpEvent_Rc_Good; in new_pending_event()
388 event->hp_lp_event.xRc = HvLpEvent_Rc_Good; in handle_int()
/linux-2.6.39/drivers/block/
Dviodasd.c586 error = (event->xRc == HvLpEvent_Rc_Good) ? 0 : -EIO; in viodasd_handle_read_write()
591 event->xRc, bevent->sub_result, err->msg); in viodasd_handle_read_write()
618 event->xRc = HvLpEvent_Rc_InvalidSubtype; in handle_block_event()
634 pwe->rc = event->xRc; in handle_block_event()
636 if (event->xRc == HvLpEvent_Rc_Good) { in handle_block_event()
661 event->xRc = HvLpEvent_Rc_InvalidSubtype; in handle_block_event()
/linux-2.6.39/drivers/cdrom/
Dviocd.c472 event->xRc = HvLpEvent_Rc_InvalidSubtype; in vio_handle_cd_event()
481 if (event->xRc == 0) { in vio_handle_cd_event()
493 pwe->rc = event->xRc; in vio_handle_cd_event()
520 if (event->xRc != HvLpEvent_Rc_Good) { in vio_handle_cd_event()
525 req, event->xRc, in vio_handle_cd_event()
540 event->xRc = HvLpEvent_Rc_InvalidSubtype; in vio_handle_cd_event()
/linux-2.6.39/arch/powerpc/include/asm/iseries/
Dhv_lp_event.h41 u8 xRc; /* RC for Ack flows x07-x07 */ member
/linux-2.6.39/drivers/net/
Diseries_veth.c478 event->base_event.xRc = HvLpEvent_Rc_BufferNotAvailable; in veth_take_cap()
779 cnx->cap_event.base_event.xRc = rc; in veth_statemachine()
790 if (cnx->cap_ack_event.base_event.xRc == HvLpEvent_Rc_Good) { in veth_statemachine()
797 rlp, cnx->cap_ack_event.base_event.xRc); in veth_statemachine()