Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c7518 int init_phase = port ? PHASE_PORT1 : PHASE_PORT0; in bnx2x_init_hw_port() local
7526 bnx2x_init_block(bp, BLOCK_MISC, init_phase); in bnx2x_init_hw_port()
7527 bnx2x_init_block(bp, BLOCK_PXP, init_phase); in bnx2x_init_hw_port()
7528 bnx2x_init_block(bp, BLOCK_PXP2, init_phase); in bnx2x_init_hw_port()
7538 bnx2x_init_block(bp, BLOCK_ATC, init_phase); in bnx2x_init_hw_port()
7539 bnx2x_init_block(bp, BLOCK_DMAE, init_phase); in bnx2x_init_hw_port()
7540 bnx2x_init_block(bp, BLOCK_PGLUE_B, init_phase); in bnx2x_init_hw_port()
7541 bnx2x_init_block(bp, BLOCK_QM, init_phase); in bnx2x_init_hw_port()
7543 bnx2x_init_block(bp, BLOCK_TCM, init_phase); in bnx2x_init_hw_port()
7544 bnx2x_init_block(bp, BLOCK_UCM, init_phase); in bnx2x_init_hw_port()
[all …]