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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dhvc_iseries.c263 if (event->xRc == HvLpEvent_Rc_Good) {
276 if (event->xRc != HvLpEvent_Rc_Good)
278 "hvc: handle_open_event: event->xRc == (%d).\n",
279 event->xRc);
300 event->xRc = HvLpEvent_Rc_SubtypeError;
315 event->xRc = HvLpEvent_Rc_SubtypeError;
320 event->xRc = HvLpEvent_Rc_Good;
469 event->xRc = HvLpEvent_Rc_InvalidSubtype;
H A Dviocons.c730 if (event->xRc == HvLpEvent_Rc_Good) {
743 if (event->xRc != HvLpEvent_Rc_Good)
745 "handle_open_event: event->xRc == (%d).\n",
746 event->xRc);
768 event->xRc = HvLpEvent_Rc_SubtypeError;
783 event->xRc = HvLpEvent_Rc_SubtypeError;
788 event->xRc = HvLpEvent_Rc_Good;
1028 event->xRc = HvLpEvent_Rc_InvalidSubtype;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/iseries/
H A Dhv_lp_event.h41 u8 xRc; /* RC for Ack flows x07-x07 */ member in struct:HvLpEvent
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/iseries/
H A Dcall_pci.h301 u64 xRc = HvCall4(HvCallPciGetCardVpd, busNumParm, destParm, local
303 if (xRc == -1)
306 return xRc & 0xFFFF;
H A Dviopath.c351 event->xRc = HvLpEvent_Rc_InvalidSubtype;
450 event->xRc = HvLpEvent_Rc_InvalidSubtype;
H A Dmf.c261 hev->xRc = HvLpEvent_Rc_Good;
385 event->hp_lp_event.xRc = HvLpEvent_Rc_Good;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dviodasd.c619 error = event->xRc != HvLpEvent_Rc_Good;
624 event->xRc, bevent->sub_result, err->msg);
652 event->xRc = HvLpEvent_Rc_InvalidSubtype;
668 pwe->rc = event->xRc;
670 if (event->xRc == HvLpEvent_Rc_Good) {
695 event->xRc = HvLpEvent_Rc_InvalidSubtype;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cdrom/
H A Dviocd.c566 event->xRc = HvLpEvent_Rc_InvalidSubtype;
575 if (event->xRc == 0) {
588 pwe->rc = event->xRc;
615 if (event->xRc != HvLpEvent_Rc_Good) {
621 req, event->xRc,
637 event->xRc = HvLpEvent_Rc_InvalidSubtype;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Diseries_veth.c477 event->base_event.xRc = HvLpEvent_Rc_BufferNotAvailable;
776 cnx->cap_event.base_event.xRc = rc;
787 if (cnx->cap_ack_event.base_event.xRc == HvLpEvent_Rc_Good) {
794 rlp, cnx->cap_ack_event.base_event.xRc);

Completed in 205 milliseconds