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

/linux-4.1.27/drivers/ide/
H A Dide-gd.c26 static unsigned long debug_mask; variable
27 module_param(debug_mask, ulong, 0644);
407 drive->debug_mask = debug_mask; ide_gd_probe()
H A Dide-cd.c786 if (drive->debug_mask & IDE_DBG_RQ) ide_cd_do_request()
1721 static unsigned long debug_mask; variable
1722 module_param(debug_mask, ulong, 0644);
1741 drive->debug_mask = debug_mask; ide_cd_probe()
H A Dide-floppy.c237 if (drive->debug_mask & IDE_DBG_RQ) ide_floppy_do_request()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
H A Di40e_osdep.h74 if (((m) & (h)->debug_mask)) \
H A Di40e_txrx.c231 } else if (I40E_DEBUG_FD & pf->hw.debug_mask) { i40e_add_del_fdir_udpv4()
306 } else if (I40E_DEBUG_FD & pf->hw.debug_mask) { i40e_add_del_fdir_tcpv4()
379 } else if (I40E_DEBUG_FD & pf->hw.debug_mask) { i40e_add_del_fdir_ipv4()
470 (I40E_DEBUG_FD & pf->hw.debug_mask)) i40e_fd_handle_status()
514 if (I40E_DEBUG_FD & pf->hw.debug_mask) i40e_fd_handle_status()
670 if (I40E_DEBUG_FLOW & pf->hw.debug_mask) i40e_check_tx_hang()
H A Di40e_type.h84 /* debug masks - set these bits in hw->debug_mask to control output */
489 u32 debug_mask; member in struct:i40e_hw
H A Di40e_debugfs.c1460 pf->hw.debug_mask = level; i40e_dbg_command_write()
1462 "set hw.debug_mask = 0x%08x\n", i40e_dbg_command_write()
1463 pf->hw.debug_mask); i40e_dbg_command_write()
H A Di40e_ethtool.c861 pf->hw.debug_mask = data; i40e_set_msglevel()
937 (hw->debug_mask & I40E_DEBUG_NVM))) i40e_get_eeprom()
1044 (hw->debug_mask & I40E_DEBUG_NVM))) i40e_set_eeprom()
H A Di40e_main.c6181 if (pf->hw.debug_mask & I40E_DEBUG_USER) i40e_get_capabilities()
7630 pf->hw.debug_mask = pf->msg_enable | I40E_DEBUG_DIAG; i40e_sw_init()
7633 pf->hw.debug_mask = debug; i40e_sw_init()
9703 pf->msg_enable = pf->hw.debug_mask; i40e_probe()
H A Di40e_common.c92 if ((!(mask & hw->debug_mask)) || (desc == NULL)) i40e_debug_aq()
/linux-4.1.27/drivers/staging/lustre/lustre/fid/
H A Dfid_request.c64 unsigned int debug_mask; seq_client_rpc() local
99 debug_mask = D_CONSOLE; seq_client_rpc()
105 debug_mask = D_INFO; seq_client_rpc()
135 CDEBUG_LIMIT(debug_mask, "%s: Allocated %s-sequence "DRANGE"]\n", seq_client_rpc()
/linux-4.1.27/drivers/net/wireless/ath/
H A Dath.h151 int debug_mask; member in struct:ath_common
293 if ((common)->debug_mask & ATH_DBG_##dbg_mask) \
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
H A Dcore.c30 unsigned int debug_mask; variable
39 module_param(debug_mask, uint, 0644);
H A Ddebug.h52 extern unsigned int debug_mask;
H A Ddebug.c113 if (debug_mask & mask) ath6kl_dbg()
126 if (debug_mask & mask) { ath6kl_dbg_dump()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_debug.c368 len = sprintf(buf, "0x%08x\n", common->debug_mask); read_file_debug()
389 common->debug_mask = mask; write_file_debug()
H A Ddebug.c94 len = sprintf(buf, "0x%08x\n", common->debug_mask); read_file_debug()
115 common->debug_mask = mask; write_file_debug()
H A Dhtc_drv_init.c638 common->debug_mask = ath9k_debug; ath9k_init_priv()
H A Dinit.c594 common->debug_mask = ath9k_debug; ath9k_init_softc()
H A Dar9003_phy.c2198 if (likely(!(common->debug_mask & ATH_DBG_RESET))) ar9003_hw_bb_watchdog_dbg_info()
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
H A Di40e_type.h84 /* debug masks - set these bits in hw->debug_mask to control output */
483 u32 debug_mask; member in struct:i40e_hw
H A Di40e_common.c92 if ((!(mask & hw->debug_mask)) || (desc == NULL)) i40evf_debug_aq()
H A Di40evf_ethtool.c194 adapter->hw.debug_mask = data; i40evf_set_msglevel()
H A Di40evf_main.c153 if (!(mask & ((struct i40e_hw *)hw)->debug_mask)) i40evf_debug_d()
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/
H A Dmain.c25 module_param_named(debug_mask, wcn36xx_dbg_mask, uint, 0644);
26 MODULE_PARM_DESC(debug_mask, "Debugging mask");
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmain.c60 module_param_named(debug_mask, mlx5_core_debug_mask, int, 0644);
61 MODULE_PARM_DESC(debug_mask, "debug mask: 1 = dump cmd data, 2 = dump cmd exec time, 3 = both. Default=0");
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
H A Dcore.c37 module_param_named(debug_mask, ath10k_debug_mask, uint, 0644);
41 MODULE_PARM_DESC(debug_mask, "Debugging mask");
H A Dmac.c5594 ar->ath_common.debug_mask = ATH_DBG_DFS; ath10k_mac_register()
/linux-4.1.27/include/linux/
H A Dide.h543 unsigned long debug_mask; /* debugging levels switch */ member in struct:ide_drive_s
963 if (unlikely(drive->debug_mask & lvl)) \
/linux-4.1.27/drivers/android/
H A Dbinder.c114 module_param_named(debug_mask, binder_debug_mask, uint, S_IWUSR | S_IRUGO);

Completed in 1073 milliseconds