Searched refs:axgbe_error (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/sys/dev/axgbe/ |
| H A D | xgbe-dcb.c | 169 axgbe_error( 178 axgbe_error( 185 axgbe_error( 233 axgbe_error(
|
| H A D | xgbe-i2c.c | 185 axgbe_error("%s: i2c_abort %d\n", __func__, ret); in xgbe_i2c_disable() 399 axgbe_error("failed to disable i2c master\n"); in xgbe_i2c_xfer() 415 axgbe_error("failed to enable i2c master\n"); in xgbe_i2c_xfer() 437 axgbe_error("%s: operation timed out\n", __func__); in xgbe_i2c_xfer() 447 axgbe_error("%s: i2c xfer ret %d abrt_source 0x%x \n", __func__, in xgbe_i2c_xfer() 506 axgbe_error("failed to disable i2c master\n"); in xgbe_i2c_init()
|
| H A D | xgbe-phy-v2.c | 449 axgbe_error("Redriver write checksum error\n"); in xgbe_phy_redrv_write() 1332 axgbe_error("I2C error setting SFP MUX\n"); in xgbe_phy_sfp_read_eeprom() 1346 axgbe_error("I2C error reading SFP EEPROM\n"); in xgbe_phy_sfp_read_eeprom() 1353 axgbe_error("verify eeprom base failed\n"); in xgbe_phy_sfp_read_eeprom() 1360 axgbe_error("verify eeprom extd failed\n"); in xgbe_phy_sfp_read_eeprom() 1457 axgbe_error("%s: mod absent\n", __func__); in xgbe_phy_sfp_detect() 1511 axgbe_error("I2C error setting SFP MUX\n"); in xgbe_phy_module_eeprom() 2894 axgbe_error("Error resetting phy\n"); in xgbe_phy_link_status() 3477 axgbe_error("device is not enabled\n"); in xgbe_phy_init() 3522 axgbe_error("phy mode/connection mismatch " in xgbe_phy_init() [all …]
|
| H A D | if_axgbe_pci.c | 467 axgbe_error("Invalid mac address\n"); in axgbe_if_attach_pre() 529 axgbe_error("Unable to allocate channel memory\n"); in axgbe_if_attach_pre() 597 axgbe_error("Unable to fetch number of cpus\n"); in axgbe_set_counts() 1344 axgbe_error("%s: exit error %d\n", __func__, ret); in axgbe_if_attach_post() 1544 axgbe_error("%s: phy start %d\n", __func__, ret); in axgbe_pci_init() 1547 axgbe_error("%s: exit error %d\n", __func__, ret); in axgbe_pci_init() 1599 axgbe_error("%s: exit error %d\n", __func__, ret); in axgbe_pci_stop() 2204 axgbe_error("Enable TX INT failed\n"); in axgbe_if_tx_queue_intr_enable() 2208 axgbe_error("Queue ID exceed channel count\n"); in axgbe_if_tx_queue_intr_enable() 2223 axgbe_error("Enable RX INT failed\n"); in axgbe_if_rx_queue_intr_enable() [all …]
|
| H A D | xgbe-mdio.c | 316 axgbe_error("invalid operation mode requested (%u)\n", mode); in xgbe_change_mode() 1198 axgbe_error("%s: an_config fail %d\n", __func__, ret); in __xgbe_phy_config_aneg() 1206 axgbe_error("%s: fix conf fail %d\n", __func__, ret); in __xgbe_phy_config_aneg() 1367 axgbe_error("%s: LINK_ERR\n", __func__); in xgbe_phy_status() 1454 axgbe_error("%s: impl start ret %d\n", __func__, ret); in xgbe_phy_start() 1483 axgbe_error("%s: invalid mode\n", __func__); in xgbe_phy_start() 1499 axgbe_error("%s: phy_config_aneg %d\n", __func__, ret); in xgbe_phy_start() 1516 axgbe_error("%s: impl phy reset %d\n", __func__, ret); in xgbe_phy_reset()
|
| H A D | xgbe-sysctl.c | 820 axgbe_error("autoneg disabled, pause autoneg not available\n"); in sysctl_pauseparam_handler() 942 axgbe_error("unsupported autoneg %hhu\n", in sysctl_link_ksettings_handler() 949 axgbe_error("unsupported speed %u\n", speed); in sysctl_link_ksettings_handler() 954 axgbe_error("unsupported duplex %hhu\n", in sysctl_link_ksettings_handler() 1037 axgbe_error("unsupported ring parameter\n"); in sysctl_ringparam_handler() 1043 axgbe_error("rx ring param must be between %u and %u\n", in sysctl_ringparam_handler() 1050 axgbe_error("tx ring param must be between %u and %u\n", in sysctl_ringparam_handler() 1156 axgbe_error( "channel inputs: combined=%u, rx-only=%u," in sysctl_channels_handler()
|
| H A D | xgbe-txrx.c | 197 axgbe_error("empty packet received from stack\n"); in axgbe_isc_txd_encap() 203 axgbe_error("--> %s: cur(%d) ne pidx(%d)\n", __func__, in axgbe_isc_txd_encap() 474 axgbe_error("%s: refill clash, cur %d dirty %d index %d" in axgbe_isc_rxd_refill() 794 axgbe_error("%s: Big packet %d/%d\n", __func__, len, max_len); in axgbe_isc_rxd_pkt_get()
|
| H A D | xgbe-dev.c | 486 axgbe_error("error configuring RSS, RSS disabled\n"); in xgbe_config_rss() 1200 axgbe_error("%s: MDIO write error\n", __func__); in xgbe_write_ext_mii_regs() 1226 axgbe_error("%s: MDIO read error\n", __func__); in xgbe_read_ext_mii_regs() 1648 axgbe_error("%s: exit error %d\n", __func__, ret); in xgbe_exit() 2727 axgbe_error("error flushing TX queues\n"); in xgbe_init()
|
| H A D | xgbe.h | 1360 #define axgbe_error(...) do { \ macro
|