Searched refs:BP_FUNC (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.h | 1068 fp->cid, BP_FUNC(bp), bnx2x_sp(bp, mac_rdata), in bnx2x_init_vlan_mac_fp_objs() 1076 fp->cl_id, fp->cid, BP_FUNC(bp), in bnx2x_init_vlan_mac_fp_objs() 1131 BP_FUNC(bp), BP_FUNC(bp), in bnx2x_init_bp_objs() 1138 bnx2x_init_mac_credit_pool(bp, &bp->macs_pool, BP_FUNC(bp), in bnx2x_init_bp_objs() 1141 bnx2x_init_vlan_credit_pool(bp, &bp->vlans_pool, BP_FUNC(bp), in bnx2x_init_bp_objs() 1146 bp->fp->cid, BP_FUNC(bp), BP_FUNC(bp), in bnx2x_init_bp_objs()
|
D | bnx2x_main.c | 905 int func = BP_FUNC(bp); in bnx2x_panic_dump() 1443 QM_REG_PF_USG_CNT_0 + 4*BP_FUNC(bp), in bnx2x_poll_hw_usage_counters() 1517 if (bnx2x_send_final_clnup(bp, (u8)BP_FUNC(bp), poll_cnt)) in bnx2x_pf_flr_clnup() 1714 int func = BP_FUNC(bp); in bnx2x_trylock_hw_lock() 1981 int func = BP_FUNC(bp); in bnx2x_acquire_hw_lock() 2030 int func = BP_FUNC(bp); in bnx2x_release_hw_lock() 2848 XSTORM_RATE_SHAPING_PER_VN_VARS_OFFSET(BP_FUNC(bp)); in bnx2x_handle_afex_cmd() 3233 rxq_init->rss_engine_id = BP_FUNC(bp); in bnx2x_pf_rx_q_prep() 3234 rxq_init->mcast_engine_id = BP_FUNC(bp); in bnx2x_pf_rx_q_prep() 3291 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 735 REG_WR(bp, start_reg + BP_FUNC(bp)*4, in bnx2x_ilt_boundry_init_op()
|
D | bnx2x_stats.c | 1476 cur_query_entry->funcID = cpu_to_le16(BP_FUNC(bp)); in bnx2x_prep_fw_stats_req() 1489 cur_query_entry->funcID = cpu_to_le16(BP_FUNC(bp)); in bnx2x_prep_fw_stats_req() 1504 cur_query_entry->funcID = cpu_to_le16(BP_FUNC(bp)); in bnx2x_prep_fw_stats_req() 1530 cur_query_entry->funcID = cpu_to_le16(BP_FUNC(bp)); in bnx2x_prep_fw_stats_req() 1547 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 2274 GENERAL_ATTEN_OFFSET(LINK_SYNC_ATTENTION_BIT_FUNC_0 + BP_FUNC(bp)) 2397 TSTORM_APPROXIMATE_MATCH_MULTICAST_FILTERING_OFFSET(BP_FUNC(bp)) + i*4)
|
D | bnx2x_sriov.c | 783 storm_memset_vf_to_pf(bp, FW_VF_HANDLE(abs_vfid), BP_FUNC(bp)); in bnx2x_vf_enable_access() 1100 else if (current_pf == BP_FUNC(bp)) in bnx2x_get_vf_igu_cam_info() 1169 BP_FUNC(bp), in bnx2x_sriov_info() 2135 func_init.pf_id = BP_FUNC(bp); in bnx2x_vf_init()
|
D | bnx2x_sp.c | 5752 cmd, BP_FUNC(bp), o->state, in bnx2x_func_state_change_comp() 5759 cmd, BP_FUNC(bp), o->next_state); in bnx2x_func_state_change_comp()
|
D | bnx2x_cmn.c | 1399 int func = BP_FUNC(bp); in bnx2x_init_rx_rings()
|