Home
last modified time | relevance | path

Searched refs:axgbe_error (Results 1 – 9 of 9) sorted by relevance

/src/sys/dev/axgbe/
H A Dxgbe-dcb.c167 axgbe_error(
176 axgbe_error(
183 axgbe_error(
231 axgbe_error(
H A Dxgbe-phy-v2.c487 axgbe_error("Redriver write checksum error\n"); in xgbe_phy_redrv_write()
641 axgbe_error("unable to obtain hardware mutexes\n"); in xgbe_phy_get_comm_ownership()
1118 axgbe_error("mdio port/clause not compatible (%u/%u) ret %d\n", in xgbe_phy_find_phy_device()
1171 axgbe_error("mii attach failed with err=(%d)\n", ret); in xgbe_phy_sfp_external_phy()
1232 axgbe_error("base id %d\n", sfp_base[XGBE_SFP_BASE_ID]); in xgbe_phy_sfp_parse_eeprom()
1237 axgbe_error("base id %d\n", sfp_base[XGBE_SFP_BASE_EXT_ID]); in xgbe_phy_sfp_parse_eeprom()
1403 axgbe_error("I2C error setting SFP MUX\n"); in xgbe_phy_sfp_read_eeprom()
1414 axgbe_error("I2C error reading SFP EEPROM\n"); in xgbe_phy_sfp_read_eeprom()
1425 axgbe_error("verify eeprom base failed\n"); in xgbe_phy_sfp_read_eeprom()
1432 axgbe_error("verify eeprom extd failed\n"); in xgbe_phy_sfp_read_eeprom()
[all …]
H A Dxgbe-i2c.c183 axgbe_error("%s: i2c_abort %d\n", __func__, ret); in xgbe_i2c_disable()
395 axgbe_error("failed to disable i2c master\n"); in xgbe_i2c_xfer()
411 axgbe_error("failed to enable i2c master\n"); in xgbe_i2c_xfer()
433 axgbe_error("%s: operation timed out\n", __func__); in xgbe_i2c_xfer()
501 axgbe_error("failed to disable i2c master\n"); in xgbe_i2c_init()
H A Dif_axgbe_pci.c434 axgbe_error("Unable to allocate bus resources\n"); in axgbe_if_attach_pre()
491 axgbe_error("Invalid mac address\n"); in axgbe_if_attach_pre()
554 axgbe_error("Unable to allocate channel memory\n"); in axgbe_if_attach_pre()
567 axgbe_error("Unable to start taskqueue\n"); in axgbe_if_attach_pre()
634 axgbe_error("Unable to fetch CPU list\n"); in axgbe_set_counts()
1418 axgbe_error("%s: exit error %d\n", __func__, ret); in axgbe_if_attach_post()
1604 axgbe_error("%s: phy start %d\n", __func__, ret); in axgbe_pci_init()
1607 axgbe_error("%s: exit error %d\n", __func__, ret); in axgbe_pci_init()
1656 axgbe_error("%s: exit error %d\n", __func__, ret); in axgbe_pci_stop()
1705 axgbe_error("Unable to allocate TX ring memory\n"); in axgbe_if_tx_queues_alloc()
[all …]
H A Dxgbe-mdio.c314 axgbe_error("invalid operation mode requested (%u)\n", mode); in xgbe_change_mode()
1191 axgbe_error("%s: an_config fail %d\n", __func__, ret); in __xgbe_phy_config_aneg()
1199 axgbe_error("%s: fix conf fail %d\n", __func__, ret); in __xgbe_phy_config_aneg()
1360 axgbe_error("%s: LINK_ERR\n", __func__); in xgbe_phy_status()
1451 axgbe_error("%s: impl start ret %d\n", __func__, ret); in xgbe_phy_start()
1480 axgbe_error("%s: invalid mode\n", __func__); in xgbe_phy_start()
1496 axgbe_error("%s: phy_config_aneg %d\n", __func__, ret); in xgbe_phy_start()
1513 axgbe_error("%s: impl phy reset %d\n", __func__, ret); in xgbe_phy_reset()
H A Dxgbe-sysctl.c801 axgbe_error("autoneg disabled, pause autoneg not available\n"); in sysctl_pauseparam_handler()
923 axgbe_error("unsupported autoneg %hhu\n", in sysctl_link_ksettings_handler()
930 axgbe_error("unsupported speed %u\n", speed); in sysctl_link_ksettings_handler()
935 axgbe_error("unsupported duplex %hhu\n", in sysctl_link_ksettings_handler()
1018 axgbe_error("unsupported ring parameter\n"); in sysctl_ringparam_handler()
1024 axgbe_error("rx ring param must be between %u and %u\n", in sysctl_ringparam_handler()
1031 axgbe_error("tx ring param must be between %u and %u\n", in sysctl_ringparam_handler()
1137 axgbe_error( "channel inputs: combined=%u, rx-only=%u," in sysctl_channels_handler()
H A Dxgbe-txrx.c195 axgbe_error("empty packet received from stack\n"); in axgbe_isc_txd_encap()
201 axgbe_error("--> %s: cur(%d) ne pidx(%d)\n", __func__, in axgbe_isc_txd_encap()
472 axgbe_error("%s: refill clash, cur %d dirty %d index %d" in axgbe_isc_rxd_refill()
H A Dxgbe-dev.c484 axgbe_error("error configuring RSS, RSS disabled\n"); in xgbe_config_rss()
1197 axgbe_error("%s: MDIO write error\n", __func__); in xgbe_write_ext_mii_regs()
1223 axgbe_error("%s: MDIO read error\n", __func__); in xgbe_read_ext_mii_regs()
1646 axgbe_error("%s: exit error %d\n", __func__, ret); in xgbe_exit()
2731 axgbe_error("error flushing TX queues\n"); in xgbe_init()
H A Dxgbe.h1358 #define axgbe_error(...) do { \ macro