Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c7524 bnx2x_init_block(bp, BLOCK_PXP, init_phase); in bnx2x_init_hw_port()
7535 bnx2x_init_block(bp, BLOCK_ATC, init_phase); in bnx2x_init_hw_port()
7538 bnx2x_init_block(bp, BLOCK_QM, init_phase); in bnx2x_init_hw_port()
7540 bnx2x_init_block(bp, BLOCK_TCM, init_phase); in bnx2x_init_hw_port()
7541 bnx2x_init_block(bp, BLOCK_UCM, init_phase); in bnx2x_init_hw_port()
7542 bnx2x_init_block(bp, BLOCK_CCM, init_phase); in bnx2x_init_hw_port()
7543 bnx2x_init_block(bp, BLOCK_XCM, init_phase); in bnx2x_init_hw_port()
7648 bnx2x_init_block(bp, BLOCK_HC, init_phase); in bnx2x_init_hw_port()
7954 int init_phase = PHASE_PF0 + func; in bnx2x_init_hw_func() local
8067 bnx2x_init_block(bp, BLOCK_QM, init_phase); in bnx2x_init_hw_func()
[all …]
/openbmc/linux/drivers/char/
H A Dppdev.c332 static enum ieee1284_phase init_phase(int mode) in init_phase() function
435 pp->state.phase = init_phase(mode); in pp_do_ioctl()
697 pp->state.phase = init_phase(pp->state.mode); in pp_open()