Searched refs:BNXT_CHIP_P5_PLUS (Results 1 – 5 of 5) sorted by relevance
591 if (BNXT_CHIP_P5_PLUS(softc)) { in bnxt_tx_queues_alloc()636 softc->tx_cp_rings[i].ring.doorbell = (BNXT_CHIP_P5_PLUS(softc)) ? in bnxt_tx_queues_alloc()652 softc->tx_rings[i].doorbell = (BNXT_CHIP_P5_PLUS(softc)) ? in bnxt_tx_queues_alloc()661 if (BNXT_CHIP_P5_PLUS(softc)) { in bnxt_tx_queues_alloc()669 softc->nq_rings[i].ring.doorbell = (BNXT_CHIP_P5_PLUS(softc)) ? in bnxt_tx_queues_alloc()830 softc->rx_cp_rings[i].ring.doorbell = (BNXT_CHIP_P5_PLUS(softc)) ? in bnxt_rx_queues_alloc()848 softc->rx_rings[i].doorbell = (BNXT_CHIP_P5_PLUS(softc)) ? in bnxt_rx_queues_alloc()871 softc->ag_rings[i].doorbell = (BNXT_CHIP_P5_PLUS(softc)) ? in bnxt_rx_queues_alloc()1308 if (!BNXT_CHIP_P5_PLUS(softc)) in bnxt_alloc_ctx_mem()1848 if (BNXT_CHIP_P5_PLUS(bp)) in bnxt_fw_reset_close()[all …]
767 if (BNXT_CHIP_P5_PLUS(softc)) { in bnxt_hwrm_func_resc_qcaps()1198 if (BNXT_CHIP_P5_PLUS(softc)) { in bnxt_hwrm_func_qcaps()1594 if (!BNXT_CHIP_P5_PLUS(softc)) in bnxt_hwrm_vnic_set_hds()1618 if (BNXT_CHIP_P5_PLUS (softc)) { in bnxt_hwrm_vnic_cfg()1758 if (BNXT_CHIP_P5_PLUS (softc)) in bnxt_hwrm_ring_grp_alloc()1789 if (BNXT_CHIP_P5_PLUS (softc)) in bnxt_hwrm_ring_grp_free()1879 if (!BNXT_CHIP_P5_PLUS(softc)) in bnxt_hwrm_ring_alloc()1891 if (!BNXT_CHIP_P5_PLUS(softc)) { in bnxt_hwrm_ring_alloc()1907 if (!BNXT_CHIP_P5_PLUS(softc)) { in bnxt_hwrm_ring_alloc()2308 if (BNXT_CHIP_P5_PLUS(softc)) { in bnxt_hwrm_rss_cfg()[all …]
127 if (BNXT_CHIP_P5_PLUS(bp)) in bnxt_fill_msix_vecs()
556 if (BNXT_CHIP_P5_PLUS(softc) && in bnxt_create_port_stats_sysctls()1005 if (BNXT_CHIP_P5_PLUS(softc)) in bnxt_create_rx_sysctls()1593 if (BNXT_CHIP_P5_PLUS(softc)) in bnxt_reset_ctrl()
250 #define BNXT_CHIP_P5_PLUS(sc) \ macro