Searched refs:lev (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/fddi/skfp/h/ |
| H A D | hwmtm.h | 167 #define DB_RX(lev, fmt, ...) \ argument 169 if (DB_P.d_os.hwm_rx >= (lev)) \ 172 #define DB_TX(lev, fmt, ...) \ argument 174 if (DB_P.d_os.hwm_tx >= (lev)) \ 177 #define DB_GEN(lev, fmt, ...) \ argument 179 if (DB_P.d_os.hwm_gen >= (lev)) \ 183 #define DB_RX(lev, fmt, ...) no_printk(fmt "\n", ##__VA_ARGS__) argument 184 #define DB_TX(lev, fmt, ...) no_printk(fmt "\n", ##__VA_ARGS__) argument 185 #define DB_GEN(lev, fmt, ...) no_printk(fmt "\n", ##__VA_ARGS__) argument
|
| /linux/drivers/net/fddi/skfp/ |
| H A D | hwmtm.c | 153 void mac_drv_debug_lev(struct s_smc *smc, int flag, int lev); 2115 void mac_drv_debug_lev(struct s_smc *smc, int flag, int lev) in mac_drv_debug_lev() argument 2130 DB_P.d_smtf = lev ; in mac_drv_debug_lev() 2133 DB_P.d_smt = lev ; in mac_drv_debug_lev() 2136 DB_P.d_ecm = lev ; in mac_drv_debug_lev() 2139 DB_P.d_rmt = lev ; in mac_drv_debug_lev() 2142 DB_P.d_cfm = lev ; in mac_drv_debug_lev() 2145 DB_P.d_pcm = lev ; in mac_drv_debug_lev() 2149 DB_P.d_sba = lev ; in mac_drv_debug_lev() 2154 DB_P.d_ess = lev ; in mac_drv_debug_lev() [all …]
|
| /linux/tools/testing/selftests/kvm/arm64/ |
| H A D | vgic_irq.c | 215 #define GUEST_IRQ_HANDLER_NAME(split, lev) CAT(PREFIX, CAT(split, lev)) argument 216 #define GENERATE_GUEST_IRQ_HANDLER(split, lev) \ argument 217 static void CAT(PREFIX, CAT(split, lev))(struct ex_regs *regs) \ 219 guest_irq_generic_handler(split, lev); \
|
| /linux/drivers/net/ethernet/davicom/ |
| H A D | dm9000.c | 141 #define dm9000_dbg(db, lev, msg...) do { \ argument 142 if ((lev) < debug) { \
|
| /linux/Documentation/arch/powerpc/ |
| H A D | ultravisor.rst | 118 (syscall lev=1) go to the Ultravisor.
|