Symbol: DBGPR
sys/dev/axgbe/if_axgbe.c
246
DBGPR("-->%s\n", __func__);
sys/dev/axgbe/if_axgbe_pci.c
1431
DBGPR("%s: tx fifo 0x%x rx fifo 0x%x\n", __func__,
sys/dev/axgbe/if_axgbe_pci.c
1447
DBGPR("adjusted TX %u/%u RX %u/%u\n",
sys/dev/axgbe/if_axgbe_pci.c
1455
DBGPR("Channel count set to: %u\n", pdata->channel_count);
sys/dev/axgbe/if_axgbe_pci.c
1491
DBGPR("%s: rx_buf_size %d\n", __func__, ret);
sys/dev/axgbe/if_axgbe_pci.c
1500
DBGPR("mtu %d\n", if_getmtu(ifp));
sys/dev/axgbe/if_axgbe_pci.c
426
DBGPR("%s: Device ID: 0x%x\n", __func__, pci_get_device(dev));
sys/dev/axgbe/if_axgbe_pci.c
467
DBGPR("xpcs window def : %#010x\n",
sys/dev/axgbe/if_axgbe_pci.c
469
DBGPR("xpcs window sel : %#010x\n",
sys/dev/axgbe/if_axgbe_pci.c
471
DBGPR("xpcs window : %#010x\n",
sys/dev/axgbe/if_axgbe_pci.c
473
DBGPR("xpcs window size : %#010x\n",
sys/dev/axgbe/if_axgbe_pci.c
475
DBGPR("xpcs window mask : %#010x\n",
sys/dev/axgbe/if_axgbe_pci.c
513
DBGPR("port property 0 = %#010x\n", pdata->pp0);
sys/dev/axgbe/if_axgbe_pci.c
514
DBGPR("port property 1 = %#010x\n", pdata->pp1);
sys/dev/axgbe/if_axgbe_pci.c
515
DBGPR("port property 2 = %#010x\n", pdata->pp2);
sys/dev/axgbe/if_axgbe_pci.c
516
DBGPR("port property 3 = %#010x\n", pdata->pp3);
sys/dev/axgbe/if_axgbe_pci.c
517
DBGPR("port property 4 = %#010x\n", pdata->pp4);
sys/dev/axgbe/if_axgbe_pci.c
528
DBGPR("max tx/rx channel count = %u/%u\n",
sys/dev/axgbe/if_axgbe_pci.c
530
DBGPR("max tx/rx hw queue count = %u/%u\n",
sys/dev/axgbe/if_axgbe_pci.c
546
DBGPR("max tx/rx max fifo size = %u/%u\n",
sys/dev/axgbe/if_axgbe_pci.c
638
DBGPR("ncpu %d intrcpu %d\n", mp_ncpus, CPU_COUNT(&lcpus));
sys/dev/axgbe/if_axgbe_pci.c
653
DBGPR("TX/RX max channel count = %u/%u\n",
sys/dev/axgbe/if_axgbe_pci.c
655
DBGPR("TX/RX max queue count = %u/%u\n",
sys/dev/axgbe/if_axgbe_pci.c
657
DBGPR("TX/RX DMA ring count = %u/%u\n",
sys/dev/axgbe/if_axgbe_pci.c
659
DBGPR("TX/RX hardware queue count = %u/%u\n",
sys/dev/axgbe/if_axgbe_pci.c
771
DBGPR("%s: txqs %d rxqs %d\n", __func__, pdata->tx_ring_count,
sys/dev/axgbe/if_axgbe_pci.c
794
DBGPR("Channel count set to: %u\n", pdata->total_channel_count);
sys/dev/axgbe/xgbe-desc.c
129
DBGPR("-->xgbe_wrapper_tx_descriptor_init\n");
sys/dev/axgbe/xgbe-desc.c
159
DBGPR("<--xgbe_wrapper_tx_descriptor_init\n");
sys/dev/axgbe/xgbe-desc.c
173
DBGPR("-->xgbe_wrapper_rx_descriptor_init\n");
sys/dev/axgbe/xgbe-drv.c
140
DBGPR("-->xgbe_get_all_hw_features\n");
sys/dev/axgbe/xgbe-drv.c
236
DBGPR("%s: Tx fifo 0x%x Rx fifo 0x%x\n", __func__,
sys/dev/axgbe/xgbe-drv.c
239
DBGPR("Hardware features:\n");
sys/dev/axgbe/xgbe-drv.c
242
DBGPR(" 1GbE support : %s\n",
sys/dev/axgbe/xgbe-drv.c
244
DBGPR(" VLAN hash filter : %s\n",
sys/dev/axgbe/xgbe-drv.c
246
DBGPR(" MDIO interface : %s\n",
sys/dev/axgbe/xgbe-drv.c
248
DBGPR(" Wake-up packet support : %s\n",
sys/dev/axgbe/xgbe-drv.c
250
DBGPR(" Magic packet support : %s\n",
sys/dev/axgbe/xgbe-drv.c
252
DBGPR(" Management counters : %s\n",
sys/dev/axgbe/xgbe-drv.c
254
DBGPR(" ARP offload : %s\n",
sys/dev/axgbe/xgbe-drv.c
256
DBGPR(" IEEE 1588-2008 Timestamp : %s\n",
sys/dev/axgbe/xgbe-drv.c
258
DBGPR(" Energy Efficient Ethernet : %s\n",
sys/dev/axgbe/xgbe-drv.c
260
DBGPR(" TX checksum offload : %s\n",
sys/dev/axgbe/xgbe-drv.c
262
DBGPR(" RX checksum offload : %s\n",
sys/dev/axgbe/xgbe-drv.c
264
DBGPR(" Additional MAC addresses : %u\n",
sys/dev/axgbe/xgbe-drv.c
266
DBGPR(" Timestamp source : %s\n",
sys/dev/axgbe/xgbe-drv.c
270
DBGPR(" SA/VLAN insertion : %s\n",
sys/dev/axgbe/xgbe-drv.c
274
DBGPR(" RX fifo size : %u\n",
sys/dev/axgbe/xgbe-drv.c
276
DBGPR(" TX fifo size : %u\n",
sys/dev/axgbe/xgbe-drv.c
278
DBGPR(" IEEE 1588 high word : %s\n",
sys/dev/axgbe/xgbe-drv.c
280
DBGPR(" DMA width : %u\n",
sys/dev/axgbe/xgbe-drv.c
282
DBGPR(" Data Center Bridging : %s\n",
sys/dev/axgbe/xgbe-drv.c
284
DBGPR(" Split header : %s\n",
sys/dev/axgbe/xgbe-drv.c
286
DBGPR(" TCP Segmentation Offload : %s\n",
sys/dev/axgbe/xgbe-drv.c
288
DBGPR(" Debug memory interface : %s\n",
sys/dev/axgbe/xgbe-drv.c
290
DBGPR(" Receive Side Scaling : %s\n",
sys/dev/axgbe/xgbe-drv.c
292
DBGPR(" Traffic Class count : %u\n",
sys/dev/axgbe/xgbe-drv.c
294
DBGPR(" Hash table size : %u\n",
sys/dev/axgbe/xgbe-drv.c
296
DBGPR(" L3/L4 Filters : %u\n",
sys/dev/axgbe/xgbe-drv.c
300
DBGPR(" RX queue count : %u\n",
sys/dev/axgbe/xgbe-drv.c
302
DBGPR(" TX queue count : %u\n",
sys/dev/axgbe/xgbe-drv.c
304
DBGPR(" RX DMA channel count : %u\n",
sys/dev/axgbe/xgbe-drv.c
306
DBGPR(" TX DMA channel count : %u\n",
sys/dev/axgbe/xgbe-drv.c
308
DBGPR(" PPS outputs : %u\n",
sys/dev/axgbe/xgbe-drv.c
310
DBGPR(" Auxiliary snapshot inputs : %u\n",
sys/dev/axgbe/xgbe-drv.c
313
DBGPR("<--xgbe_get_all_hw_features\n");
sys/dev/axgbe/xgbe-drv.c
321
DBGPR("-->xgbe_init_tx_coalesce\n");
sys/dev/axgbe/xgbe-drv.c
328
DBGPR("<--xgbe_init_tx_coalesce\n");
sys/dev/axgbe/xgbe-drv.c
336
DBGPR("-->xgbe_init_rx_coalesce\n");
sys/dev/axgbe/xgbe-drv.c
344
DBGPR("<--xgbe_init_rx_coalesce\n");
sys/dev/axgbe/xgbe-mdio.c
1447
DBGPR("-->xgbe_phy_start\n");
sys/dev/axgbe/xgbe-mdio.c
1559
DBGPR("-->xgbe_phy_init\n");
sys/dev/axgbe/xgbe-phy-v2.c
3198
DBGPR("SFP: gpio_address=%#x\n", phy_data->sfp_gpio_address);
sys/dev/axgbe/xgbe-phy-v2.c
3199
DBGPR("SFP: gpio_mask=%#x\n", phy_data->sfp_gpio_mask);
sys/dev/axgbe/xgbe-phy-v2.c
3200
DBGPR("SFP: gpio_rx_los=%u\n", phy_data->sfp_gpio_rx_los);
sys/dev/axgbe/xgbe-phy-v2.c
3201
DBGPR("SFP: gpio_tx_fault=%u\n", phy_data->sfp_gpio_tx_fault);
sys/dev/axgbe/xgbe-phy-v2.c
3202
DBGPR("SFP: gpio_mod_absent=%u\n",
sys/dev/axgbe/xgbe-phy-v2.c
3204
DBGPR("SFP: gpio_rate_select=%u\n",
sys/dev/axgbe/xgbe-phy-v2.c
3224
DBGPR("SFP: mux_address=%#x\n", phy_data->sfp_mux_address);
sys/dev/axgbe/xgbe-phy-v2.c
3225
DBGPR("SFP: mux_channel=%u\n", phy_data->sfp_mux_channel);
sys/dev/axgbe/xgbe-phy-v2.c
3783
DBGPR("port mode=%u\n", phy_data->port_mode);
sys/dev/axgbe/xgbe-phy-v2.c
3784
DBGPR("port id=%u\n", phy_data->port_id);
sys/dev/axgbe/xgbe-phy-v2.c
3785
DBGPR("port speeds=%#x\n", phy_data->port_speeds);
sys/dev/axgbe/xgbe-phy-v2.c
3786
DBGPR("conn type=%u\n", phy_data->conn_type);
sys/dev/axgbe/xgbe-phy-v2.c
3787
DBGPR("mdio addr=%u\n", phy_data->mdio_addr);
sys/dev/axgbe/xgbe-phy-v2.c
3796
DBGPR("redrv present\n");
sys/dev/axgbe/xgbe-phy-v2.c
3797
DBGPR("redrv i/f=%u\n", phy_data->redrv_if);
sys/dev/axgbe/xgbe-phy-v2.c
3798
DBGPR("redrv addr=%#x\n", phy_data->redrv_addr);
sys/dev/axgbe/xgbe-phy-v2.c
3799
DBGPR("redrv lane=%u\n", phy_data->redrv_lane);
sys/dev/axgbe/xgbe-phy-v2.c
3800
DBGPR("redrv model=%u\n", phy_data->redrv_model);
sys/dev/axgbe/xgbe-phy-v2.c
3803
DBGPR("%s: redrv addr=%#x redrv i/f=%u\n", __func__,
sys/dev/axgbe/xgbe-phy-v2.c
3839
DBGPR("%s: port mode %d\n", __func__, phy_data->port_mode);
sys/dev/axgbe/xgbe-phy-v2.c
3978
DBGPR("%s: start %d mode %d adv 0x%x\n", __func__,
sys/dev/axgbe/xgbe-phy-v2.c
3989
DBGPR("%s: conn type %d mode %d\n", __func__,
sys/dev/axgbe/xgbe-phy-v2.c
4026
DBGPR("%s: return success\n", __func__);