Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/bnx2x/
Dbnx2x_main.c3113 func_mf_config[BP_ABS_FUNC(bp)].config); in bnx2x_attn_int_deasserted3()
4945 switch (BP_ABS_FUNC(bp)) { in bnx2x_pretend_func()
4993 DP(BNX2X_MSG_MCP, "starting common init func %d\n", BP_ABS_FUNC(bp)); in bnx2x_init_hw_common()
5014 if (fid == BP_ABS_FUNC(bp)) { in bnx2x_init_hw_common()
5024 bnx2x_pretend_func(bp, BP_ABS_FUNC(bp)); in bnx2x_init_hw_common()
5102 bnx2x_pretend_func(bp, BP_ABS_FUNC(bp)); in bnx2x_init_hw_common()
5875 BP_ABS_FUNC(bp), load_code); in bnx2x_init_hw()
7163 BP_ABS_FUNC(bp), reset_code); in bnx2x_reset_chip()
7811 return base + (BP_ABS_FUNC(bp)) * stride; in bnx2x_get_pretend_reg()
7832 REG_WR(bp, reg, BP_ABS_FUNC(bp)); in bnx2x_undi_int_disable_e1h()
[all …]
Dbnx2x.h1001 #define BP_ABS_FUNC(bp) (bp->pf_num) macro