Home
last modified time | relevance | path

Searched refs:DB_PF_OFFSET_P5 (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_ulp.c128 ent[i].db_offset = DB_PF_OFFSET_P5; in bnxt_fill_msix_vecs()
H A Dif_bnxt.c483 DB_PF_OFFSET_P5: softc->tx_cp_rings[i].ring.id * 0x80; in bnxt_tx_queues_alloc()
496 DB_PF_OFFSET_P5 : softc->tx_rings[i].id * 0x80; in bnxt_tx_queues_alloc()
512 DB_PF_OFFSET_P5 : softc->nq_rings[i].ring.id * 0x80; in bnxt_tx_queues_alloc()
671 DB_PF_OFFSET_P5 : softc->rx_cp_rings[i].ring.id * 0x80; in bnxt_rx_queues_alloc()
686 DB_PF_OFFSET_P5 : softc->rx_rings[i].id * 0x80; in bnxt_rx_queues_alloc()
707 DB_PF_OFFSET_P5 : softc->ag_rings[i].id * 0x80; in bnxt_rx_queues_alloc()
2379 DB_PF_OFFSET_P5 : softc->def_cp_ring.ring.id * 0x80; in bnxt_attach_pre()
H A Dbnxt.h228 #define DB_PF_OFFSET_P5 0x10000 macro
H A Dbnxt_hwrm.c1247 min_db_offset = DB_PF_OFFSET_P5; in bnxt_hwrm_func_qcfg()