Searched refs:init_phase (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/dev/bxe/ |
| H A D | bxe.c | 17500 int init_phase = port ? PHASE_PORT1 : PHASE_PORT0; in bxe_init_hw_port() local 17508 ecore_init_block(sc, BLOCK_MISC, init_phase); in bxe_init_hw_port() 17509 ecore_init_block(sc, BLOCK_PXP, init_phase); in bxe_init_hw_port() 17510 ecore_init_block(sc, BLOCK_PXP2, init_phase); in bxe_init_hw_port() 17522 ecore_init_block(sc, BLOCK_ATC, init_phase); in bxe_init_hw_port() 17523 ecore_init_block(sc, BLOCK_DMAE, init_phase); in bxe_init_hw_port() 17524 ecore_init_block(sc, BLOCK_PGLUE_B, init_phase); in bxe_init_hw_port() 17525 ecore_init_block(sc, BLOCK_QM, init_phase); in bxe_init_hw_port() 17527 ecore_init_block(sc, BLOCK_TCM, init_phase); in bxe_init_hw_port() 17528 ecore_init_block(sc, BLOCK_UCM, init_phase); in bxe_init_hw_port() [all …]
|