Home
last modified time | relevance | path

Searched refs:lm_pf_vf_wait_for_stats_ready (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/common/
H A Dlm_vf_common.h328 lm_status_t lm_pf_vf_wait_for_stats_ready(struct _lm_device_t *pdev, lm_vf_info_t *vf_info);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/
H A Dlm_vf.c460 lm_status = lm_pf_vf_wait_for_stats_ready(pdev, vf_info); in lm_pf_vf_fill_teardown_q_response()
519 lm_status = lm_pf_vf_wait_for_stats_ready(pdev, vf_info); in lm_pf_vf_fill_close_vf_response()
3180 lm_status = lm_pf_vf_wait_for_stats_ready(pdev, vf_info); in lm_pf_remove_vf()
3499 lm_status = lm_pf_vf_wait_for_stats_ready(pdev, vf_info); in lm_pf_finally_release_vf()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_pf.c723 lm_status_t lm_pf_vf_wait_for_stats_ready(struct _lm_device_t *pdev, lm_vf_info_t *vf_info) in lm_pf_vf_wait_for_stats_ready() function