Searched refs:hw_pcie_stats (Results 1 – 1 of 1) sorted by relevance
2117 struct pcie_ctx_hw_stats_v2 *hw_pcie_stats; in __bnxt_hwrm_pcie_qstats() local2121 hw_pcie_stats = hwrm_req_dma_slice(bp, req, sizeof(*hw_pcie_stats), in __bnxt_hwrm_pcie_qstats()2123 if (!hw_pcie_stats) in __bnxt_hwrm_pcie_qstats()2126 req->pcie_stat_size = cpu_to_le16(sizeof(*hw_pcie_stats)); in __bnxt_hwrm_pcie_qstats()2130 return rc ? NULL : hw_pcie_stats; in __bnxt_hwrm_pcie_qstats()