Home
last modified time | relevance | path

Searched refs:doorbell_bar (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/bnxt/
HDif_bnxt.c1084 struct bnxt_bar_info *db_bar = &ring->softc->doorbell_bar; in bnxt_cuw_db_rx()
1095 struct bnxt_bar_info *db_bar = &ring->softc->doorbell_bar; in bnxt_cuw_db_tx()
1106 struct bnxt_bar_info *db_bar = &cpr->ring.softc->doorbell_bar; in bnxt_cuw_db_cq()
1122 struct bnxt_bar_info *db_bar = &ring->softc->doorbell_bar; in bnxt_thor_db_rx()
1134 struct bnxt_bar_info *db_bar = &ring->softc->doorbell_bar; in bnxt_thor_db_tx()
1146 struct bnxt_bar_info *db_bar = &cpr->ring.softc->doorbell_bar; in bnxt_thor_db_rx_cq()
1172 struct bnxt_bar_info *db_bar = &cpr->ring.softc->doorbell_bar; in bnxt_thor_db_tx_cq()
1193 struct bnxt_bar_info *db_bar = &cpr->ring.softc->doorbell_bar; in bnxt_thor_db_nq()
3041 rc = bnxt_map_bar(softc, &softc->doorbell_bar, 2, false); in bnxt_pci_mapping()
3054 if (softc->doorbell_bar.res != NULL) in bnxt_pci_mapping_free()
[all …]
HDbnxt.h671 struct bnxt_bar_info doorbell_bar; member