Searched refs:is_pf (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_hmc.c | 191 * @is_pf: distinguishes a VF from a PF 283 * @is_pf: used to distinguish between VF and PF 287 u32 idx, bool is_pf) i40e_remove_sd_bp_new() 294 if (is_pf) { i40e_remove_sd_bp_new() 338 * @is_pf: used to distinguish between VF and PF 342 u32 idx, bool is_pf) i40e_remove_pd_page_new() 348 if (is_pf) { i40e_remove_pd_page_new() 285 i40e_remove_sd_bp_new(struct i40e_hw *hw, struct i40e_hmc_info *hmc_info, u32 idx, bool is_pf) i40e_remove_sd_bp_new() argument 340 i40e_remove_pd_page_new(struct i40e_hw *hw, struct i40e_hmc_info *hmc_info, u32 idx, bool is_pf) i40e_remove_pd_page_new() argument
|
H A D | i40e_hmc.h | 229 u32 idx, bool is_pf); 234 u32 idx, bool is_pf);
|
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/ |
H A D | i40e_hmc.h | 229 u32 idx, bool is_pf); 234 u32 idx, bool is_pf);
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x.h | 2150 bool is_pf);
|
H A D | bnx2x_main.c | 7686 void bnx2x_igu_clear_sb_gen(struct bnx2x *bp, u8 func, u8 idu_sb_id, bool is_pf) bnx2x_igu_clear_sb_gen() argument 7693 u32 func_encode = func | (is_pf ? 1 : 0) << IGU_FID_ENCODE_IS_PF_SHIFT; bnx2x_igu_clear_sb_gen()
|
Completed in 239 milliseconds