Home
last modified time | relevance | path

Searched refs:pfc (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_printf.c703 dt_pfconv_t *pfc; in dt_pfdict_create() local
743 pfc->pfc_cctfp = pfc->pfc_dctfp; in dt_pfdict_create()
744 pfc->pfc_ctype = pfc->pfc_dtype; in dt_pfdict_create()
747 if (pfc->pfc_check == NULL || pfc->pfc_print == NULL || in dt_pfdict_create()
748 pfc->pfc_ofmt == NULL || pfc->pfc_tstr == NULL) { in dt_pfdict_create()
770 for (pfc = pdi->pdi_buckets[i]; pfc != NULL; pfc = nfc) { in dt_pfdict_destroy()
772 free(pfc); in dt_pfdict_destroy()
788 for (pfc = pdi->pdi_buckets[h]; pfc != NULL; pfc = pfc->pfc_next) { in dt_pfdict_lookup()
793 return (pfc); in dt_pfdict_lookup()
1061 if (pfc == NULL) in dt_printf_validate()
[all …]
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dcbx.c595 p_params->pfc.willing = ECORE_MFW_GET_FIELD(pfc, DCBX_PFC_WILLING); in ecore_dcbx_get_pfc_data()
596 p_params->pfc.max_tc = ECORE_MFW_GET_FIELD(pfc, DCBX_PFC_CAPS); in ecore_dcbx_get_pfc_data()
597 p_params->pfc.enabled = ECORE_MFW_GET_FIELD(pfc, DCBX_PFC_ENABLED); in ecore_dcbx_get_pfc_data()
610 p_params->pfc.willing, pfc_map, p_params->pfc.max_tc, in ecore_dcbx_get_pfc_data()
611 p_params->pfc.enabled); in ecore_dcbx_get_pfc_data()
1175 *pfc &= ~DCBX_PFC_ERROR_MASK; in ecore_dcbx_set_pfc_data()
1177 if (p_params->pfc.willing) in ecore_dcbx_set_pfc_data()
1182 if (p_params->pfc.enabled) in ecore_dcbx_set_pfc_data()
1187 *pfc &= ~DCBX_PFC_CAPS_MASK; in ecore_dcbx_set_pfc_data()
1188 *pfc |= (u32)p_params->pfc.max_tc << DCBX_PFC_CAPS_SHIFT; in ecore_dcbx_set_pfc_data()
[all …]
H A Decore_dcbx_api.h135 struct ecore_dbcx_pfc_params pfc; member
H A Drelease.txt3637 populate the pfc-bitmap in the ecore.
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_dcb.c210 dcbcfg->pfc.pfcenable = buf[1]; in i40e_parse_ieee_pfccfg_tlv()
368 dcbcfg->pfc.willing = 1; in i40e_parse_cee_pfccfg_tlv()
375 dcbcfg->pfc.pfcenable = buf[0]; in i40e_parse_cee_pfccfg_tlv()
376 dcbcfg->pfc.pfccap = buf[1]; in i40e_parse_cee_pfccfg_tlv()
659 dcbcfg->pfc.pfcenable = cee_cfg->oper_pfc_en; in i40e_cee_to_dcb_v1_config()
660 dcbcfg->pfc.pfccap = I40E_MAX_TRAFFIC_CLASS; in i40e_cee_to_dcb_v1_config()
741 dcbcfg->pfc.pfccap = I40E_MAX_TRAFFIC_CLASS; in i40e_cee_to_dcb_config()
1176 if (dcbcfg->pfc.willing) in i40e_add_ieee_pfc_tlv()
1179 if (dcbcfg->pfc.mbc) in i40e_add_ieee_pfc_tlv()
1182 buf[0] |= dcbcfg->pfc.pfccap & 0xF; in i40e_add_ieee_pfc_tlv()
[all …]
H A Di40e_type.h684 struct i40e_dcb_pfc_config pfc; member
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dcbx.c400 if(TRUE == pdev->params.dcbx_port_params.pfc.enabled) in lm_pfc_handle_pfc()
2296 IN const dcbx_pfc_feature_t *pfc, in lm_dcbx_get_pfc_feature() argument
2309 pdev->params.dcbx_port_params.pfc.enabled = TRUE; in lm_dcbx_get_pfc_feature()
2310 … pdev->params.dcbx_port_params.pfc.priority_non_pauseable_mask = (u8_t)(~(pfc->pri_en_bitmap)); in lm_dcbx_get_pfc_feature()
2314 pdev->params.dcbx_port_params.pfc.enabled = FALSE; in lm_dcbx_get_pfc_feature()
2639 &(local_mib->features.pfc), in lm_get_dcbx_drv_param()
3324 if(TRUE == pdev->params.dcbx_port_params.pfc.enabled) in lm_dcbx_read_params_fill_oper_state()
4083 pfc->pri_en_bitmap =(u8_t)pfc_params->pfc_enable; in lm_dcbx_ie_admin_mib_pfc()
4087 pfc->pri_en_bitmap = 0; in lm_dcbx_ie_admin_mib_pfc()
4330 admin_mib.features.pfc.enabled =(u8_t) in lm_dcbx_admin_mib_updated_init()
[all …]
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_dcb.h104 enum ixgbe_dcb_pfc pfc; /* Class based flow control setting */ member
H A Dixgbe_dcb.c220 if (tc_config[map[up]].pfc != ixgbe_dcb_pfc_disabled) in ixgbe_dcb_unpack_pfc_cee()
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_cfg.c110 pLM->params.dcbx_port_params.pfc.enabled = FALSE; in BnxeCfg_LLDP_DCBX()
118 pLM->params.dcbx_port_params.pfc.priority_non_pauseable_mask = 0; in BnxeCfg_LLDP_DCBX()
H A Dbnxe_kstat.c361 kstat_named_t pfc; member
1179 snprintf(pStats->pfc.value.c, 16, "operational"); in BnxeKstatDcbxUpdate()
1197 snprintf(pStats->pfc.value.c, 16, "not operational"); in BnxeKstatDcbxUpdate()
2297 BNXE_KSTAT_DCBX(pfc, KSTAT_DATA_CHAR); in BnxeKstatInit()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dshmem.h765 struct dcbx_pfc_feature pfc; member
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_menlo.h395 menlo_set_host_eth_pfc_flag_t pfc; member
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/
H A Dmcp_public.h385 u32 pfc; member
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h672 …#define LM_DCBX_PFC_PRI_NON_PAUSE_MASK(_pdev) (_pdev->params.dcbx_port_params.pfc.pr…
687 pfc_params_t pfc; member
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h7445 } pfc; member