Searched refs:lcs (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/net/
H A DMakefile10 obj-$(CONFIG_LCS) += lcs.o cu3088.o
H A Dlcs.c2 * linux/drivers/s390/net/lcs.c
48 #include "lcs.h"
53 #error Cannot compile lcs.c without some net devices switched on.
56 #define PRINTK_HEADER " lcs: "
2028 PRINT_ERR("Allocation of lcs card failed\n");
2214 * drive lcs recovery after startup and startlan initiated by Lan Gateway
2256 PRINT_INFO("Removing lcs group device ....\n");
2275 .name = "lcs",
2315 PRINT_INFO("Terminating lcs module.\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/modules/
H A Dvjcompress.c223 register struct cstate *lcs; local
227 lcs = cs; cs = cs->cs_next;
244 comp->last_cs = lcs;
256 comp->last_cs = lcs;
258 lcs->cs_next = cs->cs_next;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dslhc.c227 register struct cstate *lcs = ocs; local
228 register struct cstate *cs = lcs->next;
295 lcs = cs;
309 comp->xmit_oldest = lcs->cs_this;
316 if(lcs == ocs) {
320 comp->xmit_oldest = lcs->cs_this;
323 lcs->next = cs->next;

Completed in 59 milliseconds