Searched refs:hw_pcie_stats (Results 1 – 1 of 1) sorted by relevance
1350 struct pcie_ctx_hw_stats *hw_pcie_stats; in bnxt_get_regs() local1362 hw_pcie_stats = dma_alloc_coherent(&bp->pdev->dev, in bnxt_get_regs()1363 sizeof(*hw_pcie_stats), in bnxt_get_regs()1365 if (!hw_pcie_stats) in bnxt_get_regs()1370 req.pcie_stat_size = cpu_to_le16(sizeof(*hw_pcie_stats)); in bnxt_get_regs()1375 __le64 *src = (__le64 *)hw_pcie_stats; in bnxt_get_regs()1379 for (i = 0; i < sizeof(*hw_pcie_stats) / sizeof(__le64); i++) in bnxt_get_regs()1383 dma_free_coherent(&bp->pdev->dev, sizeof(*hw_pcie_stats), hw_pcie_stats, in bnxt_get_regs()