Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c6446 int init_phase = port ? PHASE_PORT1 : PHASE_PORT0; in bnx2x_init_hw_port() local
6456 bnx2x_init_block(bp, BLOCK_MISC, init_phase); in bnx2x_init_hw_port()
6457 bnx2x_init_block(bp, BLOCK_PXP, init_phase); in bnx2x_init_hw_port()
6458 bnx2x_init_block(bp, BLOCK_PXP2, init_phase); in bnx2x_init_hw_port()
6468 bnx2x_init_block(bp, BLOCK_ATC, init_phase); in bnx2x_init_hw_port()
6469 bnx2x_init_block(bp, BLOCK_DMAE, init_phase); in bnx2x_init_hw_port()
6470 bnx2x_init_block(bp, BLOCK_PGLUE_B, init_phase); in bnx2x_init_hw_port()
6471 bnx2x_init_block(bp, BLOCK_QM, init_phase); in bnx2x_init_hw_port()
6473 bnx2x_init_block(bp, BLOCK_TCM, init_phase); in bnx2x_init_hw_port()
6474 bnx2x_init_block(bp, BLOCK_UCM, init_phase); in bnx2x_init_hw_port()
[all …]
/linux-3.4.99/drivers/char/
Dppdev.c318 static enum ieee1284_phase init_phase (int mode) in init_phase() function
399 pp->state.phase = init_phase (mode); in pp_do_ioctl()
655 pp->state.phase = init_phase (pp->state.mode); in pp_open()