Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dif_bnxt.c437 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 …]
H A Dbnxt_hwrm.c694 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 …]
H A Dbnxt_ulp.c127 if (BNXT_CHIP_P5(bp)) in bnxt_fill_msix_vecs()
H A Dbnxt_sysctl.c556 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()
H A Dbnxt.h226 #define BNXT_CHIP_P5(sc) ((sc->flags & BNXT_FLAG_CHIP_P5)) macro