Home
last modified time | relevance | path

Searched refs:DCBX_MAX_NUM_PRI_PG_ENTRIES (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dcbx.c711 IN u32_t pg_pri_orginal_spread[DCBX_MAX_NUM_PRI_PG_ENTRIES], in lm_dcbx_cee_get_num_of_pg_traf_type() argument
720 ASSERT_STATIC( DCBX_MAX_NUM_PRI_PG_ENTRIES == 8); in lm_dcbx_cee_get_num_of_pg_traf_type()
937 if( pg_entry < DCBX_MAX_NUM_PRI_PG_ENTRIES) in lm_dcbx_separate_pauseable_from_non()
1809 u32_t pg_pri_orginal_spread[DCBX_MAX_NUM_PRI_PG_ENTRIES] = {0}; in lm_dcbx_get_ets_cee_feature()
1838 DCBX_MAX_NUM_PRI_PG_ENTRIES); in lm_dcbx_get_ets_cee_feature()
1869 u8_t cee_tc_to_continues_cos[DCBX_MAX_NUM_PRI_PG_ENTRIES] = {0}; in lm_dcbx_ie_get_ets_ieee_feature()
1883 ASSERT_STATIC(DCBX_MAX_NUM_PRI_PG_ENTRIES == DCBX_MAX_NUM_PG_BW_ENTRIES); in lm_dcbx_ie_get_ets_ieee_feature()
1884 ASSERT_STATIC(DCBX_MAX_NUM_PRI_PG_ENTRIES == ARRSIZE(ieee_ets->priority_assignment_table)); in lm_dcbx_ie_get_ets_ieee_feature()
2581 for(i=0;i<DCBX_MAX_NUM_PRI_PG_ENTRIES;i++) in lm_print_dcbx_drv_param()
3477 DCBX_MAX_NUM_PRI_PG_ENTRIES); in lm_dcbx_read_params()
[all …]
/titanic_50/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dshmem.h650 #define DCBX_MAX_NUM_PRI_PG_ENTRIES 8 macro