Searched refs:DHF_ALLOC_SIZE (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/staging/wlags49_h2/ |
D | wl_profile.c | 250 #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()
|
D | wl_main.c | 1085 #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()
|