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

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c17620 int init_phase = port ? PHASE_PORT1 : PHASE_PORT0; local
17628 ecore_init_block(sc, BLOCK_MISC, init_phase);
17629 ecore_init_block(sc, BLOCK_PXP, init_phase);
17630 ecore_init_block(sc, BLOCK_PXP2, init_phase);
17642 ecore_init_block(sc, BLOCK_ATC, init_phase);
17643 ecore_init_block(sc, BLOCK_DMAE, init_phase);
17644 ecore_init_block(sc, BLOCK_PGLUE_B, init_phase);
17645 ecore_init_block(sc, BLOCK_QM, init_phase);
17647 ecore_init_block(sc, BLOCK_TCM, init_phase);
17648 ecore_init_block(sc, BLOCK_UCM, init_phase);
18198 int init_phase = PHASE_PF0 + func; local
[all...]

Completed in 104 milliseconds