Home
last modified time | relevance | path

Searched refs:DHF_ALLOC_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/staging/wlags49_h2/
Dwl_profile.c250 #define DHF_ALLOC_SIZE 96000 /* just below 96K, let's hope it suffices for now and for the future… in parse_config()
251 cp = vmalloc(DHF_ALLOC_SIZE); in parse_config()
255 rc = read(file_desc, cp, DHF_ALLOC_SIZE); in parse_config()
256 if (rc == DHF_ALLOC_SIZE) { in parse_config()
257 DBG_ERROR(DbgInfo, "buffer too small, %d\n", DHF_ALLOC_SIZE); in parse_config()
Dwl_main.c1085 #define DHF_ALLOC_SIZE 96000 //just below 96K, let's hope it suffices for now and for the future in wl_go() macro
1086 cp = (char*)vmalloc( DHF_ALLOC_SIZE ); in wl_go()
1090 rc = read( file_desc, cp, DHF_ALLOC_SIZE ); in wl_go()
1091 if ( rc == DHF_ALLOC_SIZE ) { in wl_go()
1092 DBG_ERROR( DbgInfo, "buffer too small, %d\n", DHF_ALLOC_SIZE ); in wl_go()