Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Delink.c1687 const uint8_t max_num_of_cos = (port) ? in elink_ets_e3b0_sp_pri_to_cos_set() local
1691 if (pri >= max_num_of_cos) { in elink_ets_e3b0_sp_pri_to_cos_set()
1777 const uint8_t max_num_of_cos = (port) ? in elink_ets_e3b0_sp_set_pri_cli_reg() local
1781 uint8_t cos_bit_to_set = (1 << max_num_of_cos) - 1; in elink_ets_e3b0_sp_set_pri_cli_reg()
1784 for (i = 0; i < max_num_of_cos; i++) { in elink_ets_e3b0_sp_set_pri_cli_reg()
1813 for (i = 0; i < max_num_of_cos; i++) { in elink_ets_e3b0_sp_set_pri_cli_reg()
1829 if (pri_set != max_num_of_cos) { in elink_ets_e3b0_sp_set_pri_cli_reg()
1874 const uint8_t max_num_of_cos = (port) ? in elink_ets_e3b0_config() local
1885 if (ets_params->num_of_cos > max_num_of_cos) { in elink_ets_e3b0_config()