Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/bxe/
H A Dbxe.c17636 ecore_init_block(sc, BLOCK_PXP, init_phase); in bxe_init_hw_port()
17649 ecore_init_block(sc, BLOCK_ATC, init_phase); in bxe_init_hw_port()
17652 ecore_init_block(sc, BLOCK_QM, init_phase); in bxe_init_hw_port()
17654 ecore_init_block(sc, BLOCK_TCM, init_phase); in bxe_init_hw_port()
17655 ecore_init_block(sc, BLOCK_UCM, init_phase); in bxe_init_hw_port()
17656 ecore_init_block(sc, BLOCK_CCM, init_phase); in bxe_init_hw_port()
17657 ecore_init_block(sc, BLOCK_XCM, init_phase); in bxe_init_hw_port()
17697 ecore_init_block(sc, BLOCK_PRS, init_phase); in bxe_init_hw_port()
17763 ecore_init_block(sc, BLOCK_HC, init_phase); in bxe_init_hw_port()
18309 ecore_init_block(sc, BLOCK_QM, init_phase); in bxe_init_hw_func()
[all …]
H A Decore_init_ops.h250 static void ecore_init_block(struct bxe_softc *sc, uint32_t block, uint32_t stage) in ecore_init_block() function