Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/bxe/
H A Dbxe.c17504 ecore_init_block(sc, BLOCK_PXP, init_phase); in bxe_init_hw_port()
17517 ecore_init_block(sc, BLOCK_ATC, init_phase); in bxe_init_hw_port()
17520 ecore_init_block(sc, BLOCK_QM, init_phase); in bxe_init_hw_port()
17522 ecore_init_block(sc, BLOCK_TCM, init_phase); in bxe_init_hw_port()
17523 ecore_init_block(sc, BLOCK_UCM, init_phase); in bxe_init_hw_port()
17524 ecore_init_block(sc, BLOCK_CCM, init_phase); in bxe_init_hw_port()
17525 ecore_init_block(sc, BLOCK_XCM, init_phase); in bxe_init_hw_port()
17565 ecore_init_block(sc, BLOCK_PRS, init_phase); in bxe_init_hw_port()
17631 ecore_init_block(sc, BLOCK_HC, init_phase); in bxe_init_hw_port()
18177 ecore_init_block(sc, BLOCK_QM, init_phase); in bxe_init_hw_func()
[all …]
H A Decore_init_ops.h248 static void ecore_init_block(struct bxe_softc *sc, uint32_t block, uint32_t stage) in ecore_init_block() function