Lines Matching defs:port_ets
9045 struct ice_aqc_port_ets_elem port_ets = { 0 };
9087 status = ice_query_port_ets(pi, &port_ets, sizeof(port_ets), NULL);
11549 struct ice_aqc_port_ets_elem port_ets = { 0 };
11565 status = ice_aq_query_port_ets(pi, &port_ets, sizeof(port_ets), NULL);
11579 sbuf_printf(sbuf, "Valid TC map: 0x%x\n", port_ets.tc_valid_bits);
11583 sbuf_printf(sbuf, " %3d", port_ets.tc_bw_share[i]);
11587 sbuf_printf(sbuf, "EIR profile ID: %d\n", port_ets.port_eir_prof_id);
11588 sbuf_printf(sbuf, "CIR profile ID: %d\n", port_ets.port_cir_prof_id);
11589 sbuf_printf(sbuf, "TC Node prio: 0x%x\n", port_ets.tc_node_prio);
11593 sbuf_printf(sbuf, "%d: %d\n", i, port_ets.tc_node_teid[i]);