Searched refs:max_tc (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/sys/dev/axgbe/
H A Dxgbe-dcb.c143 u8 max_tc = 0;
155 max_tc = max_t(u8, max_tc, ets->prio_tc[i]);
157 max_tc = max_t(u8, max_tc, i);
175 if (max_tc >= pdata->hw_feat.tc_cnt) {
197 pdata->num_tcs = max_tc + 1;
/freebsd-current/sys/dev/bnxt/bnxt_en/
H A Dbnxt_dcb.c43 for (i = 0; i < softc->max_tc; i++) {
45 for (j = 0; j < softc->max_tc; j++) {
114 uint8_t max_tc)
123 for (i = 0; i < max_tc; i++) {
176 for (i = 0; i < softc->max_tc; i++, data += sizeof(cos2bw.cfg)) {
201 int max = softc->max_tc;
228 rc = bnxt_hwrm_queue_cos2bw_cfg(softc, softc->ieee_ets, softc->max_tc);
255 for (i = 0; i < softc->max_tc; i++) {
274 for (i = 0; i < softc->max_tc; i++) {
558 uint8_t max_tc local
113 bnxt_hwrm_queue_cos2bw_cfg(struct bnxt_softc *softc, struct bnxt_ieee_ets *ets, uint8_t max_tc) argument
632 uint8_t max_tc = 0; local
[all...]
H A Dbnxt_hwrm.c277 uint8_t max_tc, max_lltc, *max_q; local
303 max_tc = min_t(uint8_t, resp->max_configurable_queues, BNXT_MAX_QUEUE);
323 for (i = 0, j = 0; i < max_tc; i++) {
340 *max_q = max_tc;
341 max_tc = max_t(uint8_t, j, 1);
342 softc->max_tc = softc->max_tc ? min(softc->max_tc, max_tc) : max_tc;
[all...]
H A Dbnxt.h1029 uint8_t max_tc; member in struct:bnxt_softc
H A Dif_bnxt.c1376 for (i = 0; i < softc->max_tc; i++) {
/freebsd-current/sys/dev/ixgbe/
H A Dixgbe_dcb_82599.c297 u8 max_tc = 0; local
322 if (map[i] > max_tc)
323 max_tc = map[i];
328 for (i = 0; i <= max_tc; i++) {
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_dcbx_api.h98 u8 max_tc; member in struct:ecore_dbcx_pfc_params
H A Decore_dcbx.c616 p_params->pfc.max_tc = GET_MFW_FIELD(pfc, DCBX_PFC_CAPS);
629 "PFC params: willing %d, pfc_bitmap %u max_tc = %u enabled = %d\n",
630 p_params->pfc.willing, pfc_map, p_params->pfc.max_tc,
1190 *pfc |= (u32)p_params->pfc.max_tc << DCBX_PFC_CAPS_OFFSET;
H A Decore_dev.c2084 u8 max_tc = ecore_init_qm_get_num_tcs(p_hwfn); local
2086 if (tc > max_tc)
2087 DP_ERR(p_hwfn, "tc %d must be smaller than %d\n", tc, max_tc);
/freebsd-current/sys/dev/bnxt/bnxt_re/
H A Dmain.c2843 u8 max_tc, tc, *qptr, *type_ptr0, *type_ptr1; local
2869 max_tc = resp.max_configurable_queues;
2870 tc_rec->max_tc = max_tc;
2878 for (tc = 0; tc < max_tc; tc++) {
H A Dbnxt_re.h270 u8 max_tc; member in struct:bnxt_re_tc_rec
/freebsd-current/sys/dev/mlx5/mlx5_core/
H A Dmlx5_port.c854 u8 num_tc = MLX5_CAP_GEN(mdev, max_tc) ? : 8;
/freebsd-current/sys/dev/mlx5/
H A Dmlx5_ifc.h1244 u8 max_tc[0x4]; member in struct:mlx5_ifc_cmd_hca_cap_bits

Completed in 337 milliseconds