Searched refs:BNXT_CHIP_P5 (Results 1 – 5 of 5) sorted by relevance
437 if (BNXT_CHIP_P5(softc)) { in bnxt_tx_queues_alloc()482 softc->tx_cp_rings[i].ring.doorbell = (BNXT_CHIP_P5(softc)) ? in bnxt_tx_queues_alloc()495 softc->tx_rings[i].doorbell = (BNXT_CHIP_P5(softc)) ? in bnxt_tx_queues_alloc()503 if (BNXT_CHIP_P5(softc)) { in bnxt_tx_queues_alloc()511 softc->nq_rings[i].ring.doorbell = (BNXT_CHIP_P5(softc)) ? in bnxt_tx_queues_alloc()670 softc->rx_cp_rings[i].ring.doorbell = (BNXT_CHIP_P5(softc)) ? in bnxt_rx_queues_alloc()685 softc->rx_rings[i].doorbell = (BNXT_CHIP_P5(softc)) ? in bnxt_rx_queues_alloc()706 softc->ag_rings[i].doorbell = (BNXT_CHIP_P5(softc)) ? in bnxt_rx_queues_alloc()1092 if (!BNXT_CHIP_P5(softc)) in bnxt_alloc_ctx_mem()1483 if (BNXT_CHIP_P5(bp)) in bnxt_fw_reset_close()[all …]
694 if (BNXT_CHIP_P5(softc)) { in bnxt_hwrm_func_resc_qcaps()1090 if (BNXT_CHIP_P5(softc)) { in bnxt_hwrm_func_qcaps()1245 if (BNXT_CHIP_P5(softc)) { in bnxt_hwrm_func_qcfg()1423 if (!BNXT_CHIP_P5(softc)) in bnxt_hwrm_vnic_set_hds()1447 if (BNXT_CHIP_P5 (softc)) { in bnxt_hwrm_vnic_cfg()1587 if (BNXT_CHIP_P5 (softc)) in bnxt_hwrm_ring_grp_alloc()1618 if (BNXT_CHIP_P5 (softc)) in bnxt_hwrm_ring_grp_free()1708 if (!BNXT_CHIP_P5(softc)) in bnxt_hwrm_ring_alloc()1720 if (!BNXT_CHIP_P5(softc)) { in bnxt_hwrm_ring_alloc()1736 if (!BNXT_CHIP_P5(softc)) { in bnxt_hwrm_ring_alloc()[all …]
127 if (BNXT_CHIP_P5(bp)) in bnxt_fill_msix_vecs()
556 if (BNXT_CHIP_P5(softc) && in bnxt_create_port_stats_sysctls()1005 if (BNXT_CHIP_P5(softc)) in bnxt_create_rx_sysctls()1592 if (BNXT_CHIP_P5(softc)) in bnxt_reset_ctrl()
226 #define BNXT_CHIP_P5(sc) ((sc->flags & BNXT_FLAG_CHIP_P5)) macro