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

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_kstat.c1110 admin_priority_app_table_t * app_table; local
1142 app_table = dcbx_params.local_priority_app_table;
1146 if (app_table[i].valid)
1148 if ((app_table[i].traffic_type == TRAFFIC_TYPE_ETH) &&
1149 (app_table[i].app_id == 0x8906))
1151 fcoe_priority = count_trailing_zeros(app_table[i].priority);
1154 if ((app_table[i].traffic_type != TRAFFIC_TYPE_ETH) &&
1155 (app_table[i].app_id == 3260))
1157 iscsi_priority = count_trailing_zeros(app_table[i].priority);

Completed in 102 milliseconds