/drivers/ide/ |
D | ide-gd.c | 26 static unsigned long debug_mask; variable 27 module_param(debug_mask, ulong, 0644); 407 drive->debug_mask = debug_mask;
|
D | ide-cd.c | 786 if (drive->debug_mask & IDE_DBG_RQ) in ide_cd_do_request() 1721 static unsigned long debug_mask; variable 1722 module_param(debug_mask, ulong, 0644); 1741 drive->debug_mask = debug_mask; in ide_cd_probe()
|
D | ide-floppy.c | 237 if (drive->debug_mask & IDE_DBG_RQ) in ide_floppy_do_request()
|
/drivers/staging/lustre/lustre/fid/ |
D | fid_request.c | 64 unsigned int debug_mask; in seq_client_rpc() local 99 debug_mask = D_CONSOLE; in seq_client_rpc() 105 debug_mask = D_INFO; in seq_client_rpc() 135 CDEBUG_LIMIT(debug_mask, "%s: Allocated %s-sequence "DRANGE"]\n", in seq_client_rpc()
|
/drivers/net/wireless/ath/ |
D | ath.h | 142 int debug_mask; member 278 if ((common)->debug_mask & ATH_DBG_##dbg_mask) \
|
/drivers/net/ethernet/intel/i40e/ |
D | i40e_osdep.h | 74 if (((m) & (h)->debug_mask)) \
|
D | i40e_txrx.c | 469 (I40E_DEBUG_FD & pf->hw.debug_mask)) in i40e_fd_handle_status() 498 if (I40E_DEBUG_FD & pf->hw.debug_mask) in i40e_fd_handle_status() 634 if (I40E_DEBUG_FLOW & pf->hw.debug_mask) in i40e_check_tx_hang()
|
D | i40e_type.h | 476 u32 debug_mask; member
|
D | i40e_debugfs.c | 1484 pf->hw.debug_mask = level; in i40e_dbg_command_write() 1487 pf->hw.debug_mask); in i40e_dbg_command_write()
|
/drivers/net/wireless/ath/ath6kl/ |
D | core.c | 30 unsigned int debug_mask; variable 39 module_param(debug_mask, uint, 0644);
|
D | debug.h | 52 extern unsigned int debug_mask;
|
D | Kconfig | 39 enabled with debug_mask module parameter and debugfs
|
D | debug.c | 125 if (debug_mask & mask) in ath6kl_dbg() 138 if (debug_mask & mask) { in ath6kl_dbg_dump()
|
/drivers/net/wireless/ath/ath9k/ |
D | htc_drv_debug.c | 379 len = sprintf(buf, "0x%08x\n", common->debug_mask); in read_file_debug() 400 common->debug_mask = mask; in write_file_debug()
|
D | debug.c | 94 len = sprintf(buf, "0x%08x\n", common->debug_mask); in read_file_debug() 115 common->debug_mask = mask; in write_file_debug()
|
D | htc_drv_init.c | 485 common->debug_mask = ath9k_debug; in ath9k_init_priv()
|
D | init.c | 538 common->debug_mask = ath9k_debug; in ath9k_init_softc()
|
D | ar9003_phy.c | 1992 if (likely(!(common->debug_mask & ATH_DBG_RESET))) in ar9003_hw_bb_watchdog_dbg_info()
|
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | main.c | 59 module_param_named(debug_mask, mlx5_core_debug_mask, int, 0644); 60 MODULE_PARM_DESC(debug_mask, "debug mask: 1 = dump cmd data, 2 = dump cmd exec time, 3 = both. Defa…
|
/drivers/net/wireless/ath/ath10k/ |
D | core.c | 34 module_param_named(debug_mask, ath10k_debug_mask, uint, 0644); 37 MODULE_PARM_DESC(debug_mask, "Debugging mask");
|
/drivers/net/wireless/ath/wcn36xx/ |
D | main.c | 25 module_param_named(debug_mask, wcn36xx_dbg_mask, uint, 0644); 26 MODULE_PARM_DESC(debug_mask, "Debugging mask");
|
/drivers/net/ethernet/intel/i40evf/ |
D | i40e_type.h | 475 u32 debug_mask; member
|
D | i40e_common.c | 91 if ((!(mask & hw->debug_mask)) || (desc == NULL)) in i40evf_debug_aq()
|
D | i40evf_main.c | 155 if (!(mask & ((struct i40e_hw *)hw)->debug_mask)) in i40evf_debug_d()
|
/drivers/staging/android/ |
D | binder_alloc.c | 45 module_param_named(debug_mask, binder_alloc_debug_mask,
|