| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dmu_tx.c | 1205 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 D | locore.S | 134 .dcb.l 16,0
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | snps,dwmac.yaml | 155 * 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 D | mt2712e.dtsi | 702 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 D | vmdq_dcb_forwarding.rst | 100 /* 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 D | axgbe_ethdev.h | 420 unsigned int dcb; /* DCB Feature */ member
|
| H A D | axgbe_ethdev.c | 1797 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 D | ice_dcb.c | 942 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 D | ice_type.h | 411 u8 dcb; member
|
| H A D | ice_common.c | 1845 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 D | iavf_type.h | 219 bool dcb; member
|
| H A D | iavf_common.c | 976 hw->dev_caps.dcb = msg->vf_cap_flags & in iavf_vf_parse_hw_config()
|
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | i40e_dcb.c | 876 if (!hw->func_caps.dcb) in i40e_init_dcb()
|
| H A D | i40e_type.h | 380 bool dcb; member
|
| H A D | i40e_common.c | 3957 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 D | release_2_2.rst | 506 * The ``dcb_queue`` is renamed to ``dcb_tc`` in following dcb configuration
|
| /f-stack/dpdk/drivers/net/cxgbe/base/ |
| H A D | t4fw_interface.h | 1762 } dcb; member
|
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_ethdev.c | 4873 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 D | cmdline.c | 3143 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 D | testpmd_funcs.rst | 2295 testpmd> port config (port_id) dcb vt (on|off) (traffic_class) pfc (on|off)
|