Searched refs:lm_pretend_func (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/basic_vf/ |
H A D | lm_vf.c | 180 lm_pretend_func(pf_dev, pretend_val); in lm_vf_dis() 186 lm_pretend_func(pf_dev, ABS_FUNC_ID(pf_dev) ); in lm_vf_dis() 457 lm_status = lm_pretend_func(PFDEV(pdev), pretend_val); in lm_vf_enable_vf() 461 lm_pretend_func(PFDEV(pdev), ABS_FUNC_ID(pdev) ); in lm_vf_enable_vf() 520 lm_pretend_func(PFDEV(pdev), pretend_val); in lm_vf_enable_igu_int() 544 status = lm_pretend_func(PFDEV(pdev), ABS_FUNC_ID(pdev)); in lm_vf_enable_igu_int() 572 lm_pretend_func(PFDEV(pdev), pretend_val); in lm_vf_disable_igu_int() 581 return (lm_pretend_func(PFDEV(pdev), ABS_FUNC_ID(pdev))); in lm_vf_disable_igu_int()
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_er.c | 413 lm_pretend_func(pdev, function_of_opposite_path); in lm_er_leader_reset() 420 lm_pretend_func(pdev, ABS_FUNC_ID(pdev)); in lm_er_leader_reset() 446 lm_pretend_func(pdev, function_of_opposite_path); in lm_er_notify_other_path() 451 lm_pretend_func(pdev, ABS_FUNC_ID(pdev)); in lm_er_notify_other_path()
|
H A D | lm_power.c | 448 lm_pretend_func(pdev, DEFINITIVE_PF_FOR_MPS); in lm_pcie_state_save_for_d3() 451 lm_pretend_func(pdev, abs_func_id); in lm_pcie_state_save_for_d3() 471 lm_pretend_func(pdev, DEFINITIVE_PF_FOR_MPS); in lm_pcie_state_restore_for_d0() 490 lm_pretend_func(pdev, abs_func_id); in lm_pcie_state_restore_for_d0()
|
H A D | lm_hw_init_reset.c | 333 lm_status = lm_pretend_func(PFDEV(pdev), pretend_value); in lm_cleanup_after_flr() 337 lm_pretend_func(PFDEV(pdev), ABS_FUNC_ID(pdev)); in lm_cleanup_after_flr() 1494 lm_status_t lm_pretend_func( struct _lm_device_t *pdev, u16_t pretend_func_num ) in lm_pretend_func() function 1650 lm_pretend_func( pdev, pretend_func_id ); in lm_reset_nig_values_for_func_save_restore() 1691 lm_pretend_func( pdev, abs_func_id ); in lm_reset_nig_values_for_func_save_restore() 2598 lm_pretend_func(pdev, abs_func_id); in init_misc_common() 2602 lm_pretend_func(pdev, ABS_FUNC_ID(pdev)); in init_misc_common() 2741 lm_pretend_func(pdev, (PATH_ID(pdev) + 6)); in init_pxp2_common() 2743 lm_pretend_func(pdev, ABS_FUNC_ID(pdev)); in init_pxp2_common()
|
H A D | lm_pf.c | 379 lm_pretend_func(pf_dev, pretend_val); 385 lm_pretend_func(pf_dev, ABS_FUNC_ID(pf_dev) );
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/ |
H A D | lm_vf.c | 2937 lm_pretend_func(PFDEV(pdev), pretend_val); in lm_pf_enable_vf_igu_int() 2973 lm_status = lm_pretend_func(PFDEV(pdev), ABS_FUNC_ID(pdev)); in lm_pf_enable_vf_igu_int() 2989 lm_pretend_func(PFDEV(pdev), pretend_val); in lm_pf_disable_vf_igu_int() 2998 lm_status = lm_pretend_func(PFDEV(pdev), ABS_FUNC_ID(pdev)); in lm_pf_disable_vf_igu_int() 3023 lm_status = lm_pretend_func(PFDEV(pdev), pretend_val); in lm_pf_enable_vf() 3027 lm_pretend_func(PFDEV(pdev), ABS_FUNC_ID(pdev) ); in lm_pf_enable_vf() 3086 lm_status = lm_pretend_func(PFDEV(pdev), pretend_val); in lm_pf_disable_vf() 3090 lm_pretend_func(PFDEV(pdev), ABS_FUNC_ID(pdev) ); in lm_pf_disable_vf() 3268 lm_status = lm_pretend_func(PFDEV(pdev), pretend_value); in lm_pf_cleanup_vf_after_flr() 3271 lm_pretend_func(PFDEV(pdev), ABS_FUNC_ID(pdev)); in lm_pf_cleanup_vf_after_flr()
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
H A D | lm5710.h | 3188 lm_status_t lm_pretend_func( struct _lm_device_t *pdev, u16_t pretend_func_num );
|