Searched refs:Result (Results 1 – 14 of 14) sorted by relevance
/linux-2.4.37.9/drivers/net/sk98lin/h/ |
D | skcsum.h | 121 #define SKCS_OC_ADD(Result, Value1, Value2) { \ argument 126 (Result) = (Sum & 0xffff) + (Sum >> 16); \ 134 #define SKCS_OC_SUB(Result, Value1, Value2) \ argument 135 SKCS_OC_ADD((Result), (Value1), ~(Value2) & 0xffff)
|
/linux-2.4.37.9/drivers/scsi/ |
D | BusLogic.c | 418 int ReplyBytes = 0, Result; in BusLogic_Command() local 452 Result = -2; in BusLogic_Command() 492 Result = -2; in BusLogic_Command() 504 Result = -1; in BusLogic_Command() 511 Result = 0; in BusLogic_Command() 554 Result = -2; in BusLogic_Command() 604 Result = -1; in BusLogic_Command() 613 Result = -1; in BusLogic_Command() 620 Result = ReplyBytes; in BusLogic_Command() 627 return Result; in BusLogic_Command() [all …]
|
D | README.ncr53c8xx | 990 default. Result is that, by default (option not set), the sym53c8xx driver
|
/linux-2.4.37.9/Documentation/networking/ |
D | pktgen.txt | 62 result=`cat $PGDEV | fgrep "Result: OK:"` 64 cat $PGDEV | fgrep Result:
|
/linux-2.4.37.9/drivers/net/sk98lin/ |
D | skge.c | 2419 int Result; local 2601 Result = SkCsGetReceiveInfo(pAC, 2604 if (Result == 2606 Result == 2608 Result == 2610 Result == 2615 else if (Result == 2617 Result == 2619 Result == 2621 Result == [all …]
|
D | skgepnmi.c | 6446 SK_U8 Result; in CalculateLinkStatus() local 6450 Result = SK_PNMI_RLMT_LSTAT_PHY_DOWN; in CalculateLinkStatus() 6454 Result = SK_PNMI_RLMT_LSTAT_AUTONEG; in CalculateLinkStatus() 6458 Result = SK_PNMI_RLMT_LSTAT_LOG_UP; in CalculateLinkStatus() 6461 Result = SK_PNMI_RLMT_LSTAT_LOG_DOWN; in CalculateLinkStatus() 6464 return (Result); in CalculateLinkStatus() 6485 SK_U8 Result; in CalculateLinkModeStatus() local 6488 Result = pAC->GIni.GP[PhysPortIndex].PLinkModeStatus; in CalculateLinkModeStatus() 6491 if (Result < SK_LMODE_STAT_HALF) { in CalculateLinkModeStatus() 6493 Result = SK_LMODE_STAT_UNKNOWN; in CalculateLinkModeStatus() [all …]
|
/linux-2.4.37.9/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 610 # Result is now in FP0 668 # Result is now in FP0 726 # Result is now in FP0 787 # Result is now in FP0 845 # Result is now in FP0 903 # Result is now in FP0 964 # Result is now in FP0 1022 # Result is now in FP0 1080 # Result is now in FP0 1141 # Result is now in FP0 [all …]
|
/linux-2.4.37.9/drivers/message/i2o/ |
D | README.ioctl | 125 void *resbuf; /* Result List buffer */ 126 u32 *reslen; /* Result List buffer length in bytes */ 166 void *resbuf; /* Result List buffer */ 167 u32 *reslen; /* Result List buffer length in bytes */
|
/linux-2.4.37.9/Documentation/ |
D | laptop-mode.txt | 54 Result
|
/linux-2.4.37.9/arch/m68k/fpsp040/ |
D | scale.S | 206 | Result is zero. Check for rounding mode to set lsb. If the
|
D | do_func.S | 154 | Result is either an operr or +inf for plus/minus operand
|
D | res_func.S | 497 | The move is fdmove or round precision is double. Result is zero. 512 | The move is fsmove or round precision is single. Result is zero.
|
/linux-2.4.37.9/Documentation/arm/SA1100/ |
D | Assabet | 152 Result:
|
/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/ |
D | Documentation.txt | 672 Result is that, by default (option not set), the sym53c8xx driver will not
|