Home
last modified time | relevance | path

Searched refs:dcb (Results 1 – 20 of 20) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_tx.c1205 dmu_tx_callback_t *dcb; in dmu_tx_callback_register() local
1207 dcb = kmem_alloc(sizeof (dmu_tx_callback_t), KM_SLEEP); in dmu_tx_callback_register()
1209 dcb->dcb_func = func; in dmu_tx_callback_register()
1210 dcb->dcb_data = data; in dmu_tx_callback_register()
1212 list_insert_tail(&tx->tx_callbacks, dcb); in dmu_tx_callback_register()
1221 dmu_tx_callback_t *dcb; in dmu_tx_do_callbacks() local
1223 while ((dcb = list_tail(cb_list)) != NULL) { in dmu_tx_do_callbacks()
1224 list_remove(cb_list, dcb); in dmu_tx_do_callbacks()
1225 dcb->dcb_func(dcb->dcb_data, error); in dmu_tx_do_callbacks()
1226 kmem_free(dcb, sizeof (dmu_tx_callback_t)); in dmu_tx_do_callbacks()
/f-stack/freebsd/amd64/amd64/
H A Dlocore.S134 .dcb.l 16,0
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dsnps,dwmac.yaml155 * snps,dcb-algorithm, Queue to be enabled as DCB
182 * snps,dcb-algorithm, TX queue will be working in DCB
371 snps,dcb-algorithm;
382 snps,dcb-algorithm;
/f-stack/freebsd/contrib/device-tree/src/arm64/mediatek/
H A Dmt2712e.dtsi702 snps,dcb-algorithm;
713 snps,dcb-algorithm;
718 snps,dcb-algorithm;
723 snps,dcb-algorithm;
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dvmdq_dcb_forwarding.rst100 /* empty vmdq+dcb configuration structure. Filled in programmatically */
172 /* Builds up the correct configuration for vmdq+dcb based on the vlan tags array
/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_ethdev.h420 unsigned int dcb; /* DCB Feature */ member
H A Daxgbe_ethdev.c1797 hw_feat->dcb = AXGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, DCBEN); in axgbe_get_all_hw_features()
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_dcb.c942 if (!hw->func_caps.common_cap.dcb) in ice_init_dcb()
984 if (!hw->func_caps.common_cap.dcb) in ice_cfg_lldp_mib_change()
H A Dice_type.h411 u8 dcb; member
H A Dice_common.c1845 caps->dcb = (number == 1); in ice_parse_common_caps()
1848 ice_debug(hw, ICE_DBG_INIT, "%s: dcb = %d\n", prefix, caps->dcb); in ice_parse_common_caps()
/f-stack/dpdk/drivers/common/iavf/
H A Diavf_type.h219 bool dcb; member
H A Diavf_common.c976 hw->dev_caps.dcb = msg->vf_cap_flags & in iavf_vf_parse_hw_config()
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_dcb.c876 if (!hw->func_caps.dcb) in i40e_init_dcb()
H A Di40e_type.h380 bool dcb; member
H A Di40e_common.c3957 p->dcb = true; in i40e_parse_discover_capabilities()
3962 "HW Capability: DCB = %d\n", p->dcb); in i40e_parse_discover_capabilities()
7644 hw->dev_caps.dcb = msg->vf_cap_flags & in i40e_vf_parse_hw_config()
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_2_2.rst506 * The ``dcb_queue`` is renamed to ``dcb_tc`` in following dcb configuration
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dt4fw_interface.h1762 } dcb; member
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c4873 if (hw->func_caps.dcb) in i40e_pf_parameter_init()
5170 if (!hw->func_caps.dcb && enabled_tcmap != I40E_DEFAULT_TCMAP) { in validate_tcmap_parameter()
/f-stack/dpdk/app/test-pmd/
H A Dcmdline.c3143 cmdline_fixed_string_t dcb; member
3210 TOKEN_STRING_INITIALIZER(struct cmd_config_dcb, dcb, "dcb");
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst2295 testpmd> port config (port_id) dcb vt (on|off) (traffic_class) pfc (on|off)