Searched refs:BP_ABS_FUNC (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sriov.c | 752 val |= (BP_ABS_FUNC(bp) >> 1) << IGU_VF_CONF_PARENT_SHIFT; in bnx2x_vf_igu_reset() 759 bnx2x_pretend_func(bp, BP_ABS_FUNC(bp)); in bnx2x_vf_igu_reset() 792 bnx2x_pretend_func(bp, BP_ABS_FUNC(bp)); in bnx2x_vf_enable_access() 803 bnx2x_pretend_func(bp, BP_ABS_FUNC(bp)); in bnx2x_vf_enable_traffic() 868 bnx2x_pretend_func(bp, BP_ABS_FUNC(bp)); in bnx2x_vf_flr_clnup_hw() 1320 bnx2x_pretend_func(bp, BP_ABS_FUNC(bp)); in bnx2x_iov_remove_one() 1977 bnx2x_pretend_func(bp, BP_ABS_FUNC(bp)); in bnx2x_vf_igu_disable() 2502 bnx2x_pretend_func(bp, BP_ABS_FUNC(bp)); in bnx2x_enable_sriov()
|
D | bnx2x_sriov.h | 228 (u16)(BP_ABS_FUNC((bp)) | (1<<3) | ((u16)(abs_vfid) << 4))
|
D | bnx2x_main.c | 1506 DP(BNX2X_MSG_SP, "Cleanup after FLR PF[%d]\n", BP_ABS_FUNC(bp)); in bnx2x_pf_flr_clnup() 2796 u32 func = BP_ABS_FUNC(bp); in bnx2x_handle_afex_cmd() 2925 int func = BP_ABS_FUNC(bp); in bnx2x_handle_update_svid_cmd() 3612 u32 bit = MFW_DRV_IND_READ_DONE_OFFSET((BP_ABS_FUNC(bp) >> 1)); in bnx2x_handle_drv_info_req() 4264 func_mf_config[BP_ABS_FUNC(bp)].config); in bnx2x_attn_int_deasserted3() 7036 DP(NETIF_MSG_HW, "starting common init func %d\n", BP_ABS_FUNC(bp)); in bnx2x_init_hw_common() 7070 if (abs_func_id == BP_ABS_FUNC(bp)) { in bnx2x_init_hw_common() 7080 bnx2x_pretend_func(bp, BP_ABS_FUNC(bp)); in bnx2x_init_hw_common() 7204 bnx2x_pretend_func(bp, BP_ABS_FUNC(bp)); in bnx2x_init_hw_common() 7926 1 << BP_ABS_FUNC(bp)); in bnx2x_clean_pglue_errors() [all …]
|
D | bnx2x.h | 1463 #define BP_ABS_FUNC(bp) (bp->pf_num) macro
|
D | bnx2x_sp.c | 5775 BP_ABS_FUNC(bp), load_code); in bnx2x_func_hw_init() 5893 DP(BNX2X_MSG_SP, "function %d reset_phase %x\n", BP_ABS_FUNC(bp), in bnx2x_func_hw_reset()
|