Searched refs:max_cos (Results 1 - 3 of 3) 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
H A Decore_sp_verbs.c4884 if (o->next_tx_only >= o->max_cos)
4889 o->next_tx_only, o->max_cos);
5183 for (cos = 0; cos < o->max_cos; cos++) {
5274 if (cid_index >= o->max_cos) {
5397 if (cid_index >= o->max_cos) {
5552 if (cid_idx >= o->max_cos) {
5569 if (cid_index >= o->max_cos) {
5922 obj->max_cos = cid_cnt;
/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 115 milliseconds