Home
last modified time | relevance | path

Searched refs:int_coalesing_mode (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_mm.c267 pLM->params.int_coalesing_mode = LM_INT_COAL_PERIODIC_SYNC; in mm_get_user_config()
273 pLM->params.int_coalesing_mode = LM_INT_COAL_NONE; in mm_get_user_config()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_sb.c132 if (pdev->params.int_coalesing_mode == LM_INT_COAL_NONE) { in lm_set_interrupt_moderation()
223 if (pdev->params.int_coalesing_mode == LM_INT_COAL_PERIODIC_SYNC) { in lm_set_hc_flag()
749 switch (pdev->params.int_coalesing_mode) in lm_set_int_coal_info()
H A Dlm_pf.c770 if (pdev->params.int_coalesing_mode == LM_INT_COAL_PERIODIC_SYNC) in lm_pf_init_vf_client_init_data()
1206 if (pdev->params.int_coalesing_mode == LM_INT_COAL_PERIODIC_SYNC) in lm_pf_update_vf_ndsbs()
H A Dlm_devinfo.c2975 …{ _OFFSET(int_coalesing_mode), LM_INT_COAL_PERIODIC_SYNC, LM_INT_COAL_NONE, LM_INT_COAL_NONE,… in lm_init_params()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/
H A Dlm_vf.c1911 …if ((pdev->params.int_coalesing_mode == LM_INT_COAL_PERIODIC_SYNC)/* && !pdev->params.int_coalesin… in lm_vf_pf_setup_q()
1930 …if ((pdev->params.int_coalesing_mode == LM_INT_COAL_PERIODIC_SYNC)/* && pdev->params.int_coalesing… in lm_vf_pf_setup_q()
1968 …if ((pdev->params.int_coalesing_mode == LM_INT_COAL_PERIODIC_SYNC)/* && !pdev->params.int_coalesin… in lm_vf_pf_setup_q()
1990 …if ((pdev->params.int_coalesing_mode == LM_INT_COAL_PERIODIC_SYNC)/* && pdev->params.int_coalesing… in lm_vf_pf_setup_q()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h817 u32_t int_coalesing_mode; member