Home
last modified time | relevance | path

Searched refs:awc_debug (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/net/
Daironet4500_proc.c378 {1, "debug" , &awc_debug, sizeof(awc_debug), 0600,NULL, proc_dointvec},
441 if (awc_debug) printk("device %d of %d proc interface setup ",device_number, awc_nof_rids); in awc_proc_set_device()
445 if (awc_debug & 0x20000) in awc_proc_set_device()
Daironet4500_core.c1955 if (awc_debug & 0x7000){ in awc_receive_packet()
1981 if (awc_debug & 0x7000){ in awc_receive_packet()
2006 if (awc_debug && rx_buff->u.rx.payload) in awc_receive_packet()
2093 if (awc_debug & 0x7000){ in awc_transmit_packet()
2545 int awc_debug; // 0xffffff; variable
2566 MODULE_PARM(awc_debug,"i");
2578 MODULE_PARM_DESC(awc_debug,"Aironet debug mask");
2598 EXPORT_SYMBOL(awc_debug);
Daironet4500.h1581 extern int awc_debug;
1599 #define DEBUG(a,args...) if (awc_debug & a) printk( args)
1600 #define AWC_ENTRY_EXIT_DEBUG(a) if (awc_debug & 8) printk( a)