Lines Matching defs:func

902 	int func = BP_FUNC(bp);  in bnx2x_panic_dump()  local
1718 int func = BP_FUNC(bp); in bnx2x_trylock_hw_lock() local
1985 int func = BP_FUNC(bp); in bnx2x_acquire_hw_lock() local
2034 int func = BP_FUNC(bp); in bnx2x_release_hw_lock() local
2537 int /*abs*/func = n * (2 * vn + BP_PORT(bp)) + BP_PATH(bp); in bnx2x_read_mf_cfg() local
2602 int func = func_by_vn(bp, vn); in storm_memset_cmng() local
2791 u32 func = BP_ABS_FUNC(bp); in bnx2x_handle_afex_cmd() local
2920 int func = BP_ABS_FUNC(bp); in bnx2x_handle_update_svid_cmd() local
3785 int func = BP_FUNC(bp); in bnx2x_sp_prod_update() local
4237 int func = BP_FUNC(bp); in bnx2x_attn_int_deasserted3() local
5835 int func = BP_FUNC(bp); in bnx2x_wr_sp_sb_data() local
5846 int func = BP_FUNC(bp); in bnx2x_zero_sp_sb() local
5984 int func = BP_FUNC(bp); in bnx2x_init_def_sb() local
7686 void bnx2x_igu_clear_sb_gen(struct bnx2x *bp, u8 func, u8 idu_sb_id, bool is_pf) in bnx2x_igu_clear_sb_gen()
7736 static void bnx2x_clear_func_ilt(struct bnx2x *bp, u32 func) in bnx2x_clear_func_ilt()
7886 int func = BP_FUNC(bp); in bnx2x_init_hw_func() local
8853 int func = BP_FUNC(bp); in bnx2x_reset_func() local
11343 static void bnx2x_get_ext_wwn_info(struct bnx2x *bp, int func) in bnx2x_get_ext_wwn_info()
11403 int func = BP_ABS_FUNC(bp); in bnx2x_get_fcoe_info() local
11481 int func = BP_ABS_FUNC(bp); in bnx2x_get_cnic_mac_hwinfo() local
11573 int func = BP_ABS_FUNC(bp); in bnx2x_get_mac_hwinfo() local
11643 u8 func = BP_ABS_FUNC(bp); in validate_set_si_mode() local
11659 int /*abs*/func = BP_ABS_FUNC(bp); in bnx2x_get_hwinfo() local
12052 int func; in bnx2x_init_bp() local
12953 #define BNX2X_ALLOC_AND_SET(arr, lbl, func) \ argument