Searched refs:e_dev_info (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_param.c | 194 e_dev_info("%s Enabled\n", opt->name); in e1000_validate_option() 197 e_dev_info("%s Disabled\n", opt->name); in e1000_validate_option() 203 e_dev_info("%s set to %i\n", opt->name, *value); in e1000_validate_option() 215 e_dev_info("%s\n", ent->str); in e1000_validate_option() 225 e_dev_info("Invalid %s value specified (%i) %s\n", in e1000_validate_option() 439 e_dev_info("%s turned off\n", opt.name); in e1000_check_options() 442 e_dev_info("%s set to dynamic mode\n", in e1000_check_options() 448 e_dev_info("%s set to dynamic conservative " in e1000_check_options() 454 e_dev_info("%s set to simplified " in e1000_check_options() 514 e_dev_info("Speed not valid for fiber adapters, parameter " in e1000_check_fiber_options() [all …]
|
H A D | e1000.h | 325 #define e_dev_info(format, arg...) \ macro
|
/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_debugfs.c | 92 e_dev_info("write: 0x%08x = 0x%08x\n", reg, value); in ixgbe_dbg_reg_ops_write() 94 e_dev_info("write <reg> <value>\n"); in ixgbe_dbg_reg_ops_write() 102 e_dev_info("read 0x%08x = 0x%08x\n", reg, value); in ixgbe_dbg_reg_ops_write() 104 e_dev_info("read <reg>\n"); in ixgbe_dbg_reg_ops_write() 107 e_dev_info("Unknown command %s\n", ixgbe_dbg_reg_ops_buf); in ixgbe_dbg_reg_ops_write() 108 e_dev_info("Available commands:\n"); in ixgbe_dbg_reg_ops_write() 109 e_dev_info(" read <reg>\n"); in ixgbe_dbg_reg_ops_write() 110 e_dev_info(" write <reg> <value>\n"); in ixgbe_dbg_reg_ops_write() 172 e_dev_info("tx_timeout called\n"); in ixgbe_dbg_netdev_ops_write() 174 e_dev_info("Unknown command: %s\n", ixgbe_dbg_netdev_ops_buf); in ixgbe_dbg_netdev_ops_write() [all …]
|
H A D | ixgbe_common.h | 189 #define e_dev_info(format, arg...) \ macro
|
H A D | ixgbe_ptp.c | 1438 e_dev_info("registered PHC device on %s\n", netdev->name); in ixgbe_ptp_create_clock() 1520 e_dev_info("removed PHC on %s\n", in ixgbe_ptp_stop()
|
H A D | ixgbe_lib.c | 1252 e_dev_info("Multiqueue %s: Rx Queue count = %u, Tx Queue count = %u XDP Queue count = %u\n", in ixgbe_init_interrupt_scheme()
|
H A D | ixgbe_main.c | 11194 e_dev_info("MAC: %d, PHY: %d, SFP+: %d, PBA No: %s\n", in ixgbe_probe() 11198 e_dev_info("MAC: %d, PHY: %d, PBA No: %s\n", in ixgbe_probe() 11201 e_dev_info("%pM\n", netdev->dev_addr); in ixgbe_probe() 11251 e_dev_info("%s\n", ixgbe_default_device_descr); in ixgbe_probe() 11361 e_dev_info("complete\n"); in ixgbe_remove()
|