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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/libsmb/
H A Dconncache.c52 struct failed_connection_cache *fcc; local
60 for (fcc = failed_connection_cache; fcc; fcc = fcc->next) {
62 if ( !(strequal(domain, fcc->domain_name) && strequal(server, fcc->controller)) )
67 if ((time(NULL) - fcc->lookup_time) > FAILED_CONNECTION_CACHE_TIMEOUT)
74 DLIST_REMOVE(failed_connection_cache, fcc);
75 SAFE_FREE(fcc);
100 struct failed_connection_cache *fcc; local
141 struct failed_connection_cache *fcc; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/fs_enet/
H A DMakefile8 obj-$(CONFIG_CPM2) += mac-fcc.o mii-bitbang.o
H A Dmac-fcc.c124 fep->fcc.ep = (void *)ioremap(r->start, r->end - r->start + 1);
125 if (fep->fcc.ep == NULL)
129 fep->fcc.fccp = (void *)ioremap(r->start, r->end - r->start + 1);
130 if (fep->fcc.fccp == NULL)
135 fep->fcc.fcccp = (void *)fep->fpi->fcc_regs_c;
139 fep->fcc.fcccp = (void *)ioremap(r->start,
143 if (fep->fcc.fcccp == NULL)
146 fep->fcc.mem = (void *)fep->fpi->mem_offset;
147 if (fep->fcc.mem == NULL)
163 fep->fcc
[all...]
H A Dfs_enet.h175 } fcc; member in union:fs_enet_private::__anon5453
H A Dmac-scc.c147 if ((unsigned int)fep->fcc.idx > 4) /* max 4 SCCs */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-ppc/
H A Dimmap_cpm2.h396 typedef struct fcc { struct

Completed in 115 milliseconds