Lines Matching defs:func
764 int func = BP_FUNC(bp); in bnx2x_panic_dump() local
1592 int func = BP_FUNC(bp); in bnx2x_trylock_hw_lock() local
1814 int func = BP_FUNC(bp); in bnx2x_acquire_hw_lock() local
1864 int func = BP_FUNC(bp); in bnx2x_release_hw_lock() local
2322 int func = func_by_vn(bp, vn); in bnx2x_init_vn_minmax() local
2420 int /*abs*/func = n * (2 * vn + BP_PORT(bp)) + BP_PATH(bp); in bnx2x_read_mf_cfg() local
3167 int func = BP_FUNC(bp); in bnx2x_sp_prod_update() local
3605 int func = BP_FUNC(bp); in bnx2x_attn_int_deasserted3() local
4938 int func = BP_FUNC(bp); in bnx2x_wr_sp_sb_data() local
4949 int func = BP_FUNC(bp); in bnx2x_zero_sp_sb() local
5092 int func = BP_FUNC(bp); in bnx2x_init_def_sb() local
6661 static inline void bnx2x_clear_func_ilt(struct bnx2x *bp, u32 func) in bnx2x_clear_func_ilt()
6671 int func = BP_FUNC(bp); in bnx2x_init_hw_func() local
7614 int func = BP_FUNC(bp); in bnx2x_reset_func() local
9499 int func = BP_ABS_FUNC(bp); in bnx2x_get_fcoe_info() local
9583 int func = BP_ABS_FUNC(bp); in bnx2x_get_mac_hwinfo() local
9701 int /*abs*/func = BP_ABS_FUNC(bp); in bnx2x_get_hwinfo() local
10052 int func; in bnx2x_init_bp() local
10813 #define BNX2X_ALLOC_AND_SET(arr, lbl, func) \ argument