Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dcbx.c58 u8_t num_of_pg; member
755 pg_help_data->pg_entry_data[pg_help_data->num_of_pg].pg = add_pg; in lm_dcbx_cee_get_num_of_pg_traf_type()
756 …pg_help_data->pg_entry_data[pg_help_data->num_of_pg].pg_priority = (1 << pdev->params.dcbx_port… in lm_dcbx_cee_get_num_of_pg_traf_type()
757 pg_help_data->pg_entry_data[pg_help_data->num_of_pg].num_of_dif_pri = 1; in lm_dcbx_cee_get_num_of_pg_traf_type()
758 pg_help_data->num_of_pg++; in lm_dcbx_cee_get_num_of_pg_traf_type()
762 DbgBreakIf(pg_help_data->num_of_pg > LLFC_DRIVER_TRAFFIC_TYPE_MAX); in lm_dcbx_cee_get_num_of_pg_traf_type()
974 u8_t entry_joined = pg_help_data->num_of_pg -1; in lm_dcbx_join_pgs()
980 (ARRSIZE(pg_help_data->pg_entry_data) <= pg_help_data->num_of_pg)|| in lm_dcbx_join_pgs()
981 ( pg_help_data->num_of_pg <= required_num_of_pg)) in lm_dcbx_join_pgs()
987 while(required_num_of_pg < pg_help_data->num_of_pg) in lm_dcbx_join_pgs()
[all …]