Searched refs:BP_FUNC (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.h | 1066 fp->cid, BP_FUNC(bp), bnx2x_sp(bp, mac_rdata), in bnx2x_init_vlan_mac_fp_objs() 1074 fp->cl_id, fp->cid, BP_FUNC(bp), in bnx2x_init_vlan_mac_fp_objs() 1129 BP_FUNC(bp), BP_FUNC(bp), in bnx2x_init_bp_objs() 1136 bnx2x_init_mac_credit_pool(bp, &bp->macs_pool, BP_FUNC(bp), in bnx2x_init_bp_objs() 1139 bnx2x_init_vlan_credit_pool(bp, &bp->vlans_pool, BP_FUNC(bp), in bnx2x_init_bp_objs() 1144 bp->fp->cid, BP_FUNC(bp), BP_FUNC(bp), in bnx2x_init_bp_objs()
|
D | bnx2x_main.c | 918 int func = BP_FUNC(bp); in bnx2x_panic_dump() 1464 QM_REG_PF_USG_CNT_0 + 4*BP_FUNC(bp), in bnx2x_poll_hw_usage_counters() 1538 if (bnx2x_send_final_clnup(bp, (u8)BP_FUNC(bp), poll_cnt)) in bnx2x_pf_flr_clnup() 1735 int func = BP_FUNC(bp); in bnx2x_trylock_hw_lock() 2002 int func = BP_FUNC(bp); in bnx2x_acquire_hw_lock() 2051 int func = BP_FUNC(bp); in bnx2x_release_hw_lock() 2869 XSTORM_RATE_SHAPING_PER_VN_VARS_OFFSET(BP_FUNC(bp)); in bnx2x_handle_afex_cmd() 3254 rxq_init->rss_engine_id = BP_FUNC(bp); in bnx2x_pf_rx_q_prep() 3255 rxq_init->mcast_engine_id = BP_FUNC(bp); in bnx2x_pf_rx_q_prep() 3312 BP_FUNC(bp) : BP_VN(bp))*4, 0); in bnx2x_pf_init() [all …]
|
D | bnx2x_init_ops.h | 25 #ifndef BP_FUNC 26 #define BP_FUNC(bp) 0 macro 737 REG_WR(bp, start_reg + BP_FUNC(bp)*4, in bnx2x_ilt_boundry_init_op()
|
D | bnx2x_stats.c | 1479 cur_query_entry->funcID = cpu_to_le16(BP_FUNC(bp)); in bnx2x_prep_fw_stats_req() 1492 cur_query_entry->funcID = cpu_to_le16(BP_FUNC(bp)); in bnx2x_prep_fw_stats_req() 1507 cur_query_entry->funcID = cpu_to_le16(BP_FUNC(bp)); in bnx2x_prep_fw_stats_req() 1533 cur_query_entry->funcID = cpu_to_le16(BP_FUNC(bp)); in bnx2x_prep_fw_stats_req() 1550 cur_query_entry->funcID = cpu_to_le16(BP_FUNC(bp)); in bnx2x_prep_fw_stats_req()
|
D | bnx2x.h | 1362 #define BP_FUNC(bp) (bp->pfid) macro 2285 GENERAL_ATTEN_OFFSET(LINK_SYNC_ATTENTION_BIT_FUNC_0 + BP_FUNC(bp)) 2408 TSTORM_APPROXIMATE_MATCH_MULTICAST_FILTERING_OFFSET(BP_FUNC(bp)) + i*4)
|
D | bnx2x_sriov.c | 766 storm_memset_vf_to_pf(bp, abs_fid, BP_FUNC(bp)); in bnx2x_vf_enable_access() 1088 else if (current_pf == BP_FUNC(bp)) in bnx2x_get_vf_igu_cam_info() 1157 BP_FUNC(bp), in bnx2x_sriov_info() 2118 func_init.pf_id = BP_FUNC(bp); in bnx2x_vf_init()
|
D | bnx2x_sp.c | 5754 cmd, BP_FUNC(bp), o->state, in bnx2x_func_state_change_comp() 5761 cmd, BP_FUNC(bp), o->next_state); in bnx2x_func_state_change_comp()
|
D | bnx2x_cmn.c | 1401 int func = BP_FUNC(bp); in bnx2x_init_rx_rings()
|