Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/axgbe/
H A Dxgbe-dcb.c167 axgbe_error(
176 axgbe_error(
183 axgbe_error(
231 axgbe_error(
H A Dxgbe-i2c.c183 axgbe_error("%s: i2c_abort %d\n", __func__, ret); in xgbe_i2c_disable()
397 axgbe_error("failed to disable i2c master\n"); in xgbe_i2c_xfer()
413 axgbe_error("failed to enable i2c master\n"); in xgbe_i2c_xfer()
435 axgbe_error("%s: operation timed out\n", __func__); in xgbe_i2c_xfer()
445 axgbe_error("%s: i2c xfer ret %d abrt_source 0x%x \n", __func__, in xgbe_i2c_xfer()
504 axgbe_error("failed to disable i2c master\n"); in xgbe_i2c_init()
H A Dxgbe-phy-v2.c447 axgbe_error("Redriver write checksum error\n"); in xgbe_phy_redrv_write()
1330 axgbe_error("I2C error setting SFP MUX\n"); in xgbe_phy_sfp_read_eeprom()
1344 axgbe_error("I2C error reading SFP EEPROM\n"); in xgbe_phy_sfp_read_eeprom()
1351 axgbe_error("verify eeprom base failed\n"); in xgbe_phy_sfp_read_eeprom()
1358 axgbe_error("verify eeprom extd failed\n"); in xgbe_phy_sfp_read_eeprom()
1455 axgbe_error("%s: mod absent\n", __func__); in xgbe_phy_sfp_detect()
1509 axgbe_error("I2C error setting SFP MUX\n"); in xgbe_phy_module_eeprom()
2892 axgbe_error("Error resetting phy\n"); in xgbe_phy_link_status()
3475 axgbe_error("device is not enabled\n"); in xgbe_phy_init()
3518 axgbe_error("phy mode/connection mismatch " in xgbe_phy_init()
[all …]
H A Dif_axgbe_pci.c427 axgbe_error("Unable to allocate bus resources\n"); in axgbe_if_attach_pre()
470 axgbe_error("Invalid mac address\n"); in axgbe_if_attach_pre()
533 axgbe_error("Unable to allocate channel memory\n"); in axgbe_if_attach_pre()
546 axgbe_error("Unable to start taskqueue\n"); in axgbe_if_attach_pre()
1358 axgbe_error("%s: exit error %d\n", __func__, ret); in axgbe_if_attach_post()
1556 axgbe_error("%s: phy start %d\n", __func__, ret); in axgbe_pci_init()
1611 axgbe_error("%s: exit error %d\n", __func__, ret); in axgbe_pci_stop()
2209 axgbe_error("Enable TX INT failed\n"); in axgbe_if_tx_queue_intr_enable()
2213 axgbe_error("Queue ID exceed channel count\n"); in axgbe_if_tx_queue_intr_enable()
2228 axgbe_error("Enable RX INT failed\n"); in axgbe_if_rx_queue_intr_enable()
[all …]
H A Dxgbe-mdio.c314 axgbe_error("invalid operation mode requested (%u)\n", mode); in xgbe_change_mode()
1196 axgbe_error("%s: an_config fail %d\n", __func__, ret); in __xgbe_phy_config_aneg()
1204 axgbe_error("%s: fix conf fail %d\n", __func__, ret); in __xgbe_phy_config_aneg()
1365 axgbe_error("%s: LINK_ERR\n", __func__); in xgbe_phy_status()
1452 axgbe_error("%s: impl start ret %d\n", __func__, ret); in xgbe_phy_start()
1481 axgbe_error("%s: invalid mode\n", __func__); in xgbe_phy_start()
1497 axgbe_error("%s: phy_config_aneg %d\n", __func__, ret); in xgbe_phy_start()
1514 axgbe_error("%s: impl phy reset %d\n", __func__, ret); in xgbe_phy_reset()
H A Dxgbe-sysctl.c818 axgbe_error("autoneg disabled, pause autoneg not available\n"); in sysctl_pauseparam_handler()
940 axgbe_error("unsupported autoneg %hhu\n", in sysctl_link_ksettings_handler()
947 axgbe_error("unsupported speed %u\n", speed); in sysctl_link_ksettings_handler()
952 axgbe_error("unsupported duplex %hhu\n", in sysctl_link_ksettings_handler()
1035 axgbe_error("unsupported ring parameter\n"); in sysctl_ringparam_handler()
1041 axgbe_error("rx ring param must be between %u and %u\n", in sysctl_ringparam_handler()
1048 axgbe_error("tx ring param must be between %u and %u\n", in sysctl_ringparam_handler()
1154 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()
792 axgbe_error("%s: Big packet %d/%d\n", __func__, len, max_len); in axgbe_isc_rxd_pkt_get()
H A Dxgbe-dev.c484 axgbe_error("error configuring RSS, RSS disabled\n"); in xgbe_config_rss()
1198 axgbe_error("%s: MDIO write error\n", __func__); in xgbe_write_ext_mii_regs()
1224 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()
2725 axgbe_error("error flushing TX queues\n"); in xgbe_init()
H A Dxgbe.h1358 #define axgbe_error(...) do { \ macro