Searched refs:ifstat (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/misc/
H A DMakefile4 TARGETS=ss nstat ifstat rtacct arpd lnstat
15 ifstat: ifstat.c
16 $(CC) $(CFLAGS) $(LDFLAGS) -o ifstat ifstat.c $(LIBNETLINK) -lm
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ducc_geth.c615 ugeth_info("ifstat : addr - 0x%08x, val - 0x%08x",
616 (u32) & ugeth->ug_regs->ifstat,
617 in_be32(&ugeth->ug_regs->ifstat));
2226 u32 ifstat, i, j, size, l2qt, l3qt, length; local
2358 ifstat = in_be32(&ug_regs->ifstat);
H A Dgianfar.h791 u32 ifstat; /* 0x.53c - Interface Status Register */ member in struct:gfar
H A Ducc_geth.h53 u32 ifstat; /* interface statux reg */ member in struct:ucc_geth
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dsata_mv.c2156 u32 ifctl, old_ifctl, ifstat; local
2177 ifstat = readl(port_mmio + SATA_IFSTAT);
2178 } while (!(ifstat & 0x1000) && --timeout);
2184 if ((ifstat & 0x3000) != 0x1000) {
2186 "%s transmission error, ifstat=%08x\n",
2187 __func__, ifstat);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlparser.c1409 static void ifstat (LexState *ls, int line) { function
1410 /* ifstat -> IF cond THEN block {ELSEIF cond THEN block} [ELSE block] END */
1537 case TK_IF: { /* stat -> ifstat */
1538 ifstat(ls, line);

Completed in 213 milliseconds