Home
last modified time | relevance | path

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

/freebsd/sys/dev/bxe/
H A Dbxe.c17495 int init_phase = port ? PHASE_PORT1 : PHASE_PORT0; in bxe_init_hw_port() local
17503 ecore_init_block(sc, BLOCK_MISC, init_phase); in bxe_init_hw_port()
17504 ecore_init_block(sc, BLOCK_PXP, init_phase); in bxe_init_hw_port()
17505 ecore_init_block(sc, BLOCK_PXP2, init_phase); in bxe_init_hw_port()
17517 ecore_init_block(sc, BLOCK_ATC, init_phase); in bxe_init_hw_port()
17518 ecore_init_block(sc, BLOCK_DMAE, init_phase); in bxe_init_hw_port()
17519 ecore_init_block(sc, BLOCK_PGLUE_B, 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()
[all …]