Searched defs:max_cos (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.h955 u8 max_cos; member in struct:ecore_queue_init_params
1113 * Therefore max_cos is also a number of valid entries in the cids
1116 u8 max_cos; member in struct:ecore_queue_sp_obj
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/common/
H A Dbnxe_clc.c791 u8 max_cos = 0; local
798 max_cos = ELINK_DCBX_E3B0_MAX_NUM_COS_PORT0;
801 max_cos = ELINK_DCBX_E3B0_MAX_NUM_COS_PORT1;
804 for (i = 0; i < max_cos; i++)
823 u8 max_cos = 0; local
858 max_cos = ELINK_DCBX_E3B0_MAX_NUM_COS_PORT0;
861 max_cos = ELINK_DCBX_E3B0_MAX_NUM_COS_PORT1;
864 for (i = 0; i < max_cos; i++)

Completed in 98 milliseconds