Home
last modified time | relevance | path

Searched refs:hw_ring_stats_size (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_auxr.h64 u16 hw_ring_stats_size; member
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ulp.c519 edev->hw_ring_stats_size = bp->hw_ring_stats_size; in bnxt_set_edev_info()
H A Dbnxt.h2579 u16 hw_ring_stats_size; member
H A Dbnxt.c5333 size = bp->hw_ring_stats_size; in bnxt_alloc_stats()
7069 bp->hw_ring_stats_size = sizeof(struct ctx_hw_stats); in bnxt_hwrm_vnic_qcaps()
7105 bp->hw_ring_stats_size = BNXT_RING_STATS_SIZE_P5; in bnxt_hwrm_vnic_qcaps()
7107 bp->hw_ring_stats_size = BNXT_RING_STATS_SIZE_P7; in bnxt_hwrm_vnic_qcaps()
8609 req->stats_dma_length = cpu_to_le16(bp->hw_ring_stats_size); in bnxt_hwrm_stat_ctx_alloc()
/linux/drivers/infiniband/hw/bng_re/
H A Dbng_dev.c81 chip_ctx->hw_stats_size = aux_dev->hw_ring_stats_size; in bng_re_setup_chip_ctx()