Home
last modified time | relevance | path

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

/src/sys/dev/bnxt/bnxt_en/
H A Dbnxt_hwrm.c1268 uint32_t min_db_offset = 0; in bnxt_hwrm_func_qcfg() local
1319 min_db_offset = DB_PF_OFFSET_P5; in bnxt_hwrm_func_qcfg()
1321 min_db_offset = DB_VF_OFFSET_P5; in bnxt_hwrm_func_qcfg()
1322 softc->legacy_db_size = min_db_offset; in bnxt_hwrm_func_qcfg()
1323 softc->db_offset = min_db_offset; in bnxt_hwrm_func_qcfg()
1329 softc->db_size <= min_db_offset) in bnxt_hwrm_func_qcfg()