Home
last modified time | relevance | path

Searched refs:DBGPR (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/axgbe/
H A Dxgbe-drv.c239 DBGPR("Hardware features:\n"); in xgbe_get_all_hw_features()
242 DBGPR(" 1GbE support : %s\n", in xgbe_get_all_hw_features()
246 DBGPR(" MDIO interface : %s\n", in xgbe_get_all_hw_features()
254 DBGPR(" ARP offload : %s\n", in xgbe_get_all_hw_features()
274 DBGPR(" RX fifo size : %u\n", in xgbe_get_all_hw_features()
276 DBGPR(" TX fifo size : %u\n", in xgbe_get_all_hw_features()
280 DBGPR(" DMA width : %u\n", in xgbe_get_all_hw_features()
284 DBGPR(" Split header : %s\n", in xgbe_get_all_hw_features()
294 DBGPR(" Hash table size : %u\n", in xgbe_get_all_hw_features()
296 DBGPR(" L3/L4 Filters : %u\n", in xgbe_get_all_hw_features()
[all …]
H A Dxgbe-desc.c129 DBGPR("-->xgbe_wrapper_tx_descriptor_init\n"); in xgbe_wrapper_tx_descriptor_init()
159 DBGPR("<--xgbe_wrapper_tx_descriptor_init\n"); in xgbe_wrapper_tx_descriptor_init()
173 DBGPR("-->xgbe_wrapper_rx_descriptor_init\n"); in xgbe_wrapper_rx_descriptor_init()
H A Dif_axgbe_pci.c466 DBGPR("xpcs window def : %#010x\n", in axgbe_if_attach_pre()
468 DBGPR("xpcs window sel : %#010x\n", in axgbe_if_attach_pre()
470 DBGPR("xpcs window : %#010x\n", in axgbe_if_attach_pre()
472 DBGPR("xpcs window size : %#010x\n", in axgbe_if_attach_pre()
474 DBGPR("xpcs window mask : %#010x\n", in axgbe_if_attach_pre()
527 DBGPR("max tx/rx channel count = %u/%u\n", in axgbe_if_attach_pre()
545 DBGPR("max tx/rx max fifo size = %u/%u\n", in axgbe_if_attach_pre()
672 DBGPR("TX/RX max queue count = %u/%u\n", in axgbe_set_counts()
674 DBGPR("TX/RX DMA ring count = %u/%u\n", in axgbe_set_counts()
1464 DBGPR("adjusted TX %u/%u RX %u/%u\n", in axgbe_if_attach_post()
[all …]
H A Dxgbe-phy-v2.c3202 DBGPR("SFP: gpio_mod_absent=%u\n", in xgbe_phy_sfp_gpio_setup()
3204 DBGPR("SFP: gpio_rate_select=%u\n", in xgbe_phy_sfp_gpio_setup()
3785 DBGPR("port mode=%u\n", phy_data->port_mode); in xgbe_phy_init()
3786 DBGPR("port id=%u\n", phy_data->port_id); in xgbe_phy_init()
3788 DBGPR("conn type=%u\n", phy_data->conn_type); in xgbe_phy_init()
3789 DBGPR("mdio addr=%u\n", phy_data->mdio_addr); in xgbe_phy_init()
3798 DBGPR("redrv present\n"); in xgbe_phy_init()
3799 DBGPR("redrv i/f=%u\n", phy_data->redrv_if); in xgbe_phy_init()
3801 DBGPR("redrv lane=%u\n", phy_data->redrv_lane); in xgbe_phy_init()
3991 DBGPR("%s: conn type %d mode %d\n", __func__, in xgbe_phy_init()
[all …]
H A Dxgbe.h1342 #define DBGPR(x...) device_printf(pdata->dev, x) macro
1344 #define DBGPR(x...) do { } while (0) macro
H A Dxgbe-mdio.c1447 DBGPR("-->xgbe_phy_start\n"); in xgbe_phy_start()
1559 DBGPR("-->xgbe_phy_init\n"); in xgbe_phy_init()
H A Dif_axgbe.c246 DBGPR("-->%s\n", __func__); in axgbe_get_counter()