Searched refs:hw_pcie_stats (Results 1 – 1 of 1) sorted by relevance
2081 struct pcie_ctx_hw_stats_v2 *hw_pcie_stats; in __bnxt_hwrm_pcie_qstats() local2085 hw_pcie_stats = hwrm_req_dma_slice(bp, req, sizeof(*hw_pcie_stats), in __bnxt_hwrm_pcie_qstats()2087 if (!hw_pcie_stats) in __bnxt_hwrm_pcie_qstats()2090 req->pcie_stat_size = cpu_to_le16(sizeof(*hw_pcie_stats)); in __bnxt_hwrm_pcie_qstats()2094 return rc ? NULL : hw_pcie_stats; in __bnxt_hwrm_pcie_qstats()