Lines Matching +defs:func +defs:set

917 	int func = BP_FUNC(bp);  in bnx2x_panic_dump()  local
1734 int func = BP_FUNC(bp); in bnx2x_trylock_hw_lock() local
2001 int func = BP_FUNC(bp); in bnx2x_acquire_hw_lock() local
2050 int func = BP_FUNC(bp); in bnx2x_release_hw_lock() local
2553 int /*abs*/func = n * (2 * vn + BP_PORT(bp)) + BP_PATH(bp); in bnx2x_read_mf_cfg() local
2618 int func = func_by_vn(bp, vn); in storm_memset_cmng() local
2807 u32 func = BP_ABS_FUNC(bp); in bnx2x_handle_afex_cmd() local
2940 int func = BP_ABS_FUNC(bp); in bnx2x_handle_update_svid_cmd() local
3832 int func = BP_FUNC(bp); in bnx2x_sp_prod_update() local
4283 int func = BP_FUNC(bp); in bnx2x_attn_int_deasserted3() local
5893 int func = BP_FUNC(bp); in bnx2x_wr_sp_sb_data() local
5904 int func = BP_FUNC(bp); in bnx2x_zero_sp_sb() local
6042 int func = BP_FUNC(bp); in bnx2x_init_def_sb() local
7755 void bnx2x_igu_clear_sb_gen(struct bnx2x *bp, u8 func, u8 idu_sb_id, bool is_pf) in bnx2x_igu_clear_sb_gen()
7803 static void bnx2x_clear_func_ilt(struct bnx2x *bp, u32 func) in bnx2x_clear_func_ilt()
7953 int func = BP_FUNC(bp); in bnx2x_init_hw_func() local
8431 struct bnx2x_vlan_mac_obj *obj, bool set, in bnx2x_set_mac_one()
8469 struct bnx2x_vlan_mac_obj *obj, bool set, in bnx2x_set_vlan_one()
8554 int bnx2x_set_eth_mac(struct bnx2x *bp, bool set) in bnx2x_set_eth_mac()
8985 int func = BP_FUNC(bp); in bnx2x_reset_func() local
11605 static void bnx2x_get_ext_wwn_info(struct bnx2x *bp, int func) in bnx2x_get_ext_wwn_info()
11665 int func = BP_ABS_FUNC(bp); in bnx2x_get_fcoe_info() local
11745 int func = BP_ABS_FUNC(bp); in bnx2x_get_cnic_mac_hwinfo() local
11837 int func = BP_ABS_FUNC(bp); in bnx2x_get_mac_hwinfo() local
11911 u8 func = BP_ABS_FUNC(bp); in validate_set_si_mode() local
11927 int /*abs*/func = BP_ABS_FUNC(bp); in bnx2x_get_hwinfo() local
12292 int func; in bnx2x_init_bp() local
13379 #define BNX2X_ALLOC_AND_SET(arr, lbl, func) \ argument