Home
last modified time | relevance | path

Searched refs:LM_STATS_CNT_ID (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/basic_vf/
H A Dlm_vf.c144 lm_vf_acquire_resource(pf_dev->pf_resources.free_stats, LM_STATS_CNT_ID(pf_dev), 1); in lm_vf_en()
145 …DbgMessage2(pf_dev, FATAL, "Stats%d is allocated for PF[%d] itself\n", LM_STATS_CNT_ID(pf_dev), FU… in lm_vf_en()
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm_stats.h112 #define LM_STATS_CNT_ID(_pdev) (IS_VFDEV(_pdev) ? (_pdev)->params.base_fw_stats_id : FUNC_ID(_pdev)) macro
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_stats.c1527 cur_query_entry->index = LM_STATS_CNT_ID(pdev); in lm_stats_prep_fw_stats_req()
1542 cur_query_entry->index = LM_STATS_CNT_ID(pdev); in lm_stats_prep_fw_stats_req()
1561 cur_query_entry->index = LM_STATS_CNT_ID(pdev); in lm_stats_prep_fw_stats_req()
H A Dlm_sp.c187 const u8_t stats_cnt_id = LM_STATS_CNT_ID(pdev); in lm_eth_init_client_init_general_data()
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c2405 …ttcp_st->statistics_counter_id = (tcp->ulp_type == TOE_CONNECTION_TYPE)? LM_STATS_CNT_ID(pdev) : L… in _lm_tcp_init_tstorm_tcp_context()
2667 xtcp_st->tcp.statistics_counter_id = LM_STATS_CNT_ID(pdev); in _lm_tcp_init_xstorm_tcp_context()