Home
last modified time | relevance | path

Searched refs:debug_mask (Results 1 – 25 of 30) sorted by relevance

12

/drivers/ide/
Dide-gd.c26 static unsigned long debug_mask; variable
27 module_param(debug_mask, ulong, 0644);
407 drive->debug_mask = debug_mask;
Dide-cd.c786 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()
Dide-floppy.c237 if (drive->debug_mask & IDE_DBG_RQ) in ide_floppy_do_request()
/drivers/staging/lustre/lustre/fid/
Dfid_request.c64 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/
Dath.h142 int debug_mask; member
278 if ((common)->debug_mask & ATH_DBG_##dbg_mask) \
/drivers/net/ethernet/intel/i40e/
Di40e_osdep.h74 if (((m) & (h)->debug_mask)) \
Di40e_txrx.c469 (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()
Di40e_type.h476 u32 debug_mask; member
Di40e_debugfs.c1484 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/
Dcore.c30 unsigned int debug_mask; variable
39 module_param(debug_mask, uint, 0644);
Ddebug.h52 extern unsigned int debug_mask;
DKconfig39 enabled with debug_mask module parameter and debugfs
Ddebug.c125 if (debug_mask & mask) in ath6kl_dbg()
138 if (debug_mask & mask) { in ath6kl_dbg_dump()
/drivers/net/wireless/ath/ath9k/
Dhtc_drv_debug.c379 len = sprintf(buf, "0x%08x\n", common->debug_mask); in read_file_debug()
400 common->debug_mask = mask; in write_file_debug()
Ddebug.c94 len = sprintf(buf, "0x%08x\n", common->debug_mask); in read_file_debug()
115 common->debug_mask = mask; in write_file_debug()
Dhtc_drv_init.c485 common->debug_mask = ath9k_debug; in ath9k_init_priv()
Dinit.c538 common->debug_mask = ath9k_debug; in ath9k_init_softc()
Dar9003_phy.c1992 if (likely(!(common->debug_mask & ATH_DBG_RESET))) in ar9003_hw_bb_watchdog_dbg_info()
/drivers/net/ethernet/mellanox/mlx5/core/
Dmain.c59 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/
Dcore.c34 module_param_named(debug_mask, ath10k_debug_mask, uint, 0644);
37 MODULE_PARM_DESC(debug_mask, "Debugging mask");
/drivers/net/wireless/ath/wcn36xx/
Dmain.c25 module_param_named(debug_mask, wcn36xx_dbg_mask, uint, 0644);
26 MODULE_PARM_DESC(debug_mask, "Debugging mask");
/drivers/net/ethernet/intel/i40evf/
Di40e_type.h475 u32 debug_mask; member
Di40e_common.c91 if ((!(mask & hw->debug_mask)) || (desc == NULL)) in i40evf_debug_aq()
Di40evf_main.c155 if (!(mask & ((struct i40e_hw *)hw)->debug_mask)) in i40evf_debug_d()
/drivers/staging/android/
Dbinder_alloc.c45 module_param_named(debug_mask, binder_alloc_debug_mask,

12