Searched refs:pfc (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.c731 dt_pfconv_t *pfc; local
734 if ((pfc = malloc(sizeof (dt_pfconv_t))) == NULL) {
739 bcopy(pfd, pfc, sizeof (dt_pfconv_t));
740 h = dt_strtab_hash(pfc->pfc_name, NULL) % n;
741 pfc->pfc_next = pdi->pdi_buckets[h];
742 pdi->pdi_buckets[h] = pfc;
752 if (pfc->pfc_check == &pfcheck_type && dtrace_lookup_by_type(
753 dtp, DTRACE_OBJ_DDEFS, pfc->pfc_tstr, &dtt) != 0) {
758 pfc->pfc_dctfp = dtt.dtt_ctfp;
759 pfc
791 dt_pfconv_t *pfc, *nfc; local
814 const dt_pfconv_t *pfc; local
1082 const dt_pfconv_t *pfc = pfd->pfd_conv; local
1379 const dt_pfconv_t *pfc = pfd->pfd_conv; local
1858 const dt_pfconv_t *pfc = pfd->pfd_conv; local
1912 const dt_pfconv_t *pfc = pfd->pfd_conv; local
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-profiler.c220 uint64_t pfc; local
221 pfc = (1ull << 63) - events;
224 CVMX_MT_COP0(pfc, COP0_PERFVALUE0);
226 CVMX_MT_COP0(pfc, COP0_PERFVALUE1);
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Dport_buffer.h76 struct ieee_pfc *pfc,
H A Dmlx5_en_port_buffer.c175 * pfc_en: <input> current pfc configuration
181 * Update buffer configuration based on pfc configuraiton and priority
240 struct ieee_pfc *pfc,
273 err = update_buffer_lossy(priv, mtu, pfc->pfc_en, buffer, xoff,
238 mlx5e_port_manual_buffer_config(struct mlx5e_priv *priv, u32 change, unsigned int mtu, struct ieee_pfc *pfc, u32 *buffer_size, u8 *prio2buffer) argument
H A Dmlx5_en_ethtool.c714 struct ieee_pfc pfc; local
717 bzero(&pfc, sizeof(pfc));
718 pfc.pfc_en = priv->params.rx_priority_flow_control;
720 priv->params_ethtool.hw_mtu, &pfc, NULL, NULL));
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_dcbx.c613 u32 pfc, struct ecore_dcbx_params *p_params)
617 p_params->pfc.willing = GET_MFW_FIELD(pfc, DCBX_PFC_WILLING);
618 p_params->pfc.max_tc = GET_MFW_FIELD(pfc, DCBX_PFC_CAPS);
619 p_params->pfc.enabled = GET_MFW_FIELD(pfc, DCBX_PFC_ENABLED);
620 pfc_map = GET_MFW_FIELD(pfc, DCBX_PFC_PRI_EN_BITMAP);
621 p_params->pfc.prio[0] = !!(pfc_map & DCBX_PFC_PRI_EN_BITMAP_PRI_0);
622 p_params->pfc
612 ecore_dcbx_get_pfc_data(struct ecore_hwfn *p_hwfn, u32 pfc, struct ecore_dcbx_params *p_params) argument
680 ecore_dcbx_get_common_params(struct ecore_hwfn *p_hwfn, struct dcbx_app_priority_feature *p_app, struct dcbx_app_priority_entry *p_tbl, struct dcbx_ets_feature *p_ets, u32 pfc, struct ecore_dcbx_params *p_params, bool ieee) argument
1173 ecore_dcbx_set_pfc_data(struct ecore_hwfn *p_hwfn, u32 *pfc, struct ecore_dcbx_params *p_params) argument
[all...]
H A Decore_dcbx_api.h131 struct ecore_dbcx_pfc_params pfc; member in struct:ecore_dcbx_params
H A Dmcp_public.h380 u32 pfc; member in struct:dcbx_features
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_dcb.c204 dcbcfg->pfc.willing = (u8)((buf[0] & I40E_IEEE_PFC_WILLING_MASK) >>
206 dcbcfg->pfc.mbc = (u8)((buf[0] & I40E_IEEE_PFC_MBC_MASK) >>
208 dcbcfg->pfc.pfccap = (u8)((buf[0] & I40E_IEEE_PFC_CAP_MASK) >>
210 dcbcfg->pfc.pfcenable = buf[1];
368 dcbcfg->pfc.willing = 1;
375 dcbcfg->pfc.pfcenable = buf[0];
376 dcbcfg->pfc.pfccap = buf[1];
659 dcbcfg->pfc.pfcenable = cee_cfg->oper_pfc_en;
660 dcbcfg->pfc.pfccap = I40E_MAX_TRAFFIC_CLASS;
740 dcbcfg->pfc
[all...]
H A Di40e_type.h681 struct i40e_dcb_pfc_config pfc; member in struct:i40e_dcbx_config
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_dcb.h103 enum ixgbe_dcb_pfc pfc; /* Class based flow control setting */ member in struct:ixgbe_dcb_tc_config
H A Dixgbe_dcb.c213 if (tc_config[map[up]].pfc != ixgbe_dcb_pfc_disabled)
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe_dcb.h71 struct bxe_dcbx_pfc_params pfc; member in struct:bxe_dcbx_port_params
233 ((sc)->dcbx_port_params.pfc.priority_non_pauseable_mask)
H A Decore_hsi.h2318 struct dcbx_pfc_feature pfc; member in struct:dcbx_features
6711 uint16_t rx_cos_mask /* the bits that will be set on pfc/ safc paket whith will be genratet when this ring is full. for regular flow control set this to 1 */;
/freebsd-11-stable/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth.h151 al_bool pfc; /**< priority flow control */ member in struct:al_eth_capabilities
H A Dal_hal_eth_main.c1462 caps->pfc = AL_FALSE;
1477 caps->pfc = AL_TRUE;
3100 al_assert(!AL_ETH_IS_1G_MAC(adapter->mac_mode)); /* pfc not available for RGMII mode */;
/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Dt4fw_api.h2424 } pfc; member in union:fw_port_cmd::fw_port::fw_port_dcb
/freebsd-11-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h7350 } pfc; member in union:fw_port_cmd::fw_port::fw_port_dcb

Completed in 355 milliseconds