Home
last modified time | relevance | path

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

/freebsd-14.2/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.c446 DBGPR("xpcs window def : %#010x\n", in axgbe_if_attach_pre()
448 DBGPR("xpcs window sel : %#010x\n", in axgbe_if_attach_pre()
450 DBGPR("xpcs window : %#010x\n", in axgbe_if_attach_pre()
452 DBGPR("xpcs window size : %#010x\n", in axgbe_if_attach_pre()
454 DBGPR("xpcs window mask : %#010x\n", in axgbe_if_attach_pre()
507 DBGPR("max tx/rx channel count = %u/%u\n", in axgbe_if_attach_pre()
525 DBGPR("max tx/rx max fifo size = %u/%u\n", in axgbe_if_attach_pre()
634 DBGPR("TX/RX max queue count = %u/%u\n", in axgbe_set_counts()
636 DBGPR("TX/RX DMA ring count = %u/%u\n", in axgbe_set_counts()
1385 DBGPR("adjusted TX %u/%u RX %u/%u\n", in axgbe_if_attach_post()
[all …]
H A Dxgbe-phy-v2.c2922 DBGPR("SFP: gpio_mod_absent=%u\n", in xgbe_phy_sfp_gpio_setup()
2924 DBGPR("SFP: gpio_rate_select=%u\n", in xgbe_phy_sfp_gpio_setup()
3494 DBGPR("port mode=%u\n", phy_data->port_mode); in xgbe_phy_init()
3495 DBGPR("port id=%u\n", phy_data->port_id); in xgbe_phy_init()
3497 DBGPR("conn type=%u\n", phy_data->conn_type); in xgbe_phy_init()
3498 DBGPR("mdio addr=%u\n", phy_data->mdio_addr); in xgbe_phy_init()
3507 DBGPR("redrv present\n"); in xgbe_phy_init()
3508 DBGPR("redrv i/f=%u\n", phy_data->redrv_if); in xgbe_phy_init()
3510 DBGPR("redrv lane=%u\n", phy_data->redrv_lane); in xgbe_phy_init()
3700 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.c1448 DBGPR("-->xgbe_phy_start\n"); in xgbe_phy_start()
1560 DBGPR("-->xgbe_phy_init\n"); in xgbe_phy_init()
H A Dif_axgbe.c247 DBGPR("-->%s\n", __func__); in axgbe_get_counter()