} else if (rc == -EINVAL) {
                fmt = MC_CMD_PTP_OUT_GET_ATTRIBUTES_SECONDS_NANOSECONDS;
        } else if (rc == -EPERM) {
-               netif_info(efx, probe, efx->net_dev, "no PTP support\n");
+               pci_info(efx->pci_dev, "no PTP support\n");
                return rc;
        } else {
                efx_mcdi_display_error(efx, MC_CMD_PTP, sizeof(inbuf),
         * should only have been called during probe.
         */
        if (rc == -ENOSYS || rc == -EPERM)
-               netif_info(efx, probe, efx->net_dev, "no PTP support\n");
+               pci_info(efx->pci_dev, "no PTP support\n");
        else if (rc)
                efx_mcdi_display_error(efx, MC_CMD_PTP,
                                       MC_CMD_PTP_IN_DISABLE_LEN,
 
                return;
 
        if (efx_siena_sriov_cmd(efx, false, &efx->vi_scale, &count)) {
-               netif_info(efx, probe, efx->net_dev, "no SR-IOV VFs probed\n");
+               pci_info(efx->pci_dev, "no SR-IOV VFs probed\n");
                return;
        }
        if (count > 0 && count > max_vfs)