| /dpdk/drivers/net/hns3/ |
| H A D | hns3_ptp.c | 40 hns3_ptp_int_en(struct hns3_hw *hw, bool en) in hns3_ptp_int_en() argument 48 req->int_en = en ? 1 : 0; in hns3_ptp_int_en() 54 en ? "enable" : "disable", ret); in hns3_ptp_int_en() 78 hns3_timesync_configure(struct hns3_adapter *hns, bool en) in hns3_timesync_configure() argument 91 val = en ? 1 : 0; in hns3_timesync_configure() 96 if (en) { in hns3_timesync_configure() 106 en, ret); in hns3_timesync_configure() 110 pf->ptp_enable = en; in hns3_timesync_configure() 281 bool en = pf->ptp_enable; in hns3_restore_ptp() local 287 ret = hns3_timesync_configure(hns, en); in hns3_restore_ptp() [all …]
|
| H A D | hns3_intr.c | 1498 if (en) in hns3_config_ncsi_hw_err_int() 1518 if (en) in enable_igu_egu_err_intr() 1533 if (en) in enable_igu_egu_err_intr() 1621 if (en) { in enable_ssu_err_intr() 1647 if (en) { in enable_ssu_err_intr() 1675 if (en) in hns3_config_mac_tnl_int() 1716 if (en) in config_ppu_err_intrs() 1723 if (en) in config_ppu_err_intrs() 1774 if (en) in enable_tm_err_intr() 1787 if (en) { in enable_tm_err_intr() [all …]
|
| H A D | hns3_intr.h | 157 int (*enable_err_intr)(struct hns3_adapter *hns, bool en); 176 void hns3_config_mac_tnl_int(struct hns3_hw *hw, bool en);
|
| H A D | hns3_rxtx.h | 683 void hns3_dev_all_rx_queue_intr_enable(struct hns3_hw *hw, bool en); 686 void hns3_enable_all_queues(struct hns3_hw *hw, bool en); 742 int hns3_config_gro(struct hns3_hw *hw, bool en);
|
| /dpdk/drivers/net/bnxt/ |
| H A D | bnxt_flow.c | 158 uint32_t en = 0; in bnxt_validate_and_parse_flow_type() local 242 en |= use_ntuple ? in bnxt_validate_and_parse_flow_type() 266 en |= use_ntuple ? in bnxt_validate_and_parse_flow_type() 280 en |= en_ethertype; in bnxt_validate_and_parse_flow_type() 294 if (en & en_ethertype) { in bnxt_validate_and_parse_flow_type() 329 en |= en_ethertype; in bnxt_validate_and_parse_flow_type() 375 en |= !use_ntuple ? 0 : in bnxt_validate_and_parse_flow_type() 382 en |= !use_ntuple ? 0 : in bnxt_validate_and_parse_flow_type() 439 en |= !use_ntuple ? 0 : in bnxt_validate_and_parse_flow_type() 447 en |= !use_ntuple ? 0 : in bnxt_validate_and_parse_flow_type() [all …]
|
| /dpdk/drivers/net/dpaa2/mc/ |
| H A D | fsl_dpni.h | 274 int *en); 297 uint8_t en); 303 uint8_t *en); 850 int en); 855 int *en); 860 int en); 865 int *en); 909 int en); 1857 uint8_t en; member
|
| H A D | dpni.c | 280 int *en) in dpni_is_enabled() argument 345 uint8_t en) in dpni_set_irq_enable() argument 355 dpni_set_field(cmd_params->enable, ENABLE, en); in dpni_set_irq_enable() 376 uint8_t *en) in dpni_get_irq_enable() argument 1134 int en) in dpni_set_multicast_promisc() argument 1144 dpni_set_field(cmd_params->enable, ENABLE, en); in dpni_set_multicast_promisc() 1162 int *en) in dpni_get_multicast_promisc() argument 1197 int en) in dpni_set_unicast_promisc() argument 1225 int *en) in dpni_get_unicast_promisc() argument 1473 int en) in dpni_enable_vlan_filter() argument [all …]
|
| H A D | dprtc.c | 219 int *en) in dprtc_is_enabled() argument 236 *en = dprtc_get_field(rsp_params->en, ENABLE); in dprtc_is_enabled()
|
| H A D | fsl_dprtc_cmd.h | 68 uint8_t en; member
|
| /dpdk/drivers/net/mvneta/ |
| H A D | mvneta_ethdev.c | 545 int ret, en; in mvneta_promiscuous_enable() local 550 neta_ppio_get_promisc(priv->ppio, &en); in mvneta_promiscuous_enable() 551 if (en) { in mvneta_promiscuous_enable() 576 int ret, en; in mvneta_promiscuous_disable() local 581 neta_ppio_get_promisc(priv->ppio, &en); in mvneta_promiscuous_disable() 582 if (!en) { in mvneta_promiscuous_disable()
|
| /dpdk/drivers/bus/fslmc/mc/ |
| H A D | dpio.c | 226 int *en) in dpio_is_enabled() argument 243 *en = dpio_get_field(rsp_params->en, ENABLE); in dpio_is_enabled()
|
| H A D | dpdmai.c | 224 int *en) in dpdmai_is_enabled() argument 242 *en = dpdmai_get_field(rsp_params->en, ENABLE); in dpdmai_is_enabled()
|
| H A D | dpcon.c | 217 int *en) in dpcon_is_enabled() argument 235 *en = dpcon_rsp->enabled & DPCON_ENABLE; in dpcon_is_enabled()
|
| H A D | dpbp.c | 208 int *en) in dpbp_is_enabled() argument 225 *en = rsp_params->enabled & DPBP_ENABLE; in dpbp_is_enabled()
|
| H A D | dpci.c | 224 int *en) in dpci_is_enabled() argument 241 *en = dpci_get_field(rsp_params->en, ENABLE); in dpci_is_enabled()
|
| H A D | fsl_dpcon.h | 63 int *en);
|
| H A D | fsl_dpbp.h | 61 int *en);
|
| H A D | fsl_dpio_cmd.h | 78 uint8_t en; member
|
| H A D | fsl_dpio.h | 77 int *en);
|
| H A D | fsl_dpdmai_cmd.h | 68 uint8_t en; member
|
| /dpdk/doc/guides/nics/ |
| H A D | hinic.rst | 42 `<https://e.huawei.com/en/products/cloud-computing-dc/servers/pcie-ssd/in-card>`_. 45 …`<https://support.huawei.com/enterprise/en/intelligent-accelerator-components/in500-solution-pid-2…
|
| H A D | octeontx_ep.rst | 12 <https://www.marvell.com/content/dam/marvell/en/public-collateral/embedded-processors/marvell-liqui…
|
| /dpdk/drivers/net/octeontx/base/ |
| H A D | octeontx_bgx.h | 155 int octeontx_bgx_port_promisc_set(int port, int en); 161 int octeontx_bgx_port_set_link_state(int port, bool en);
|
| /dpdk/examples/pipeline/examples/ |
| H A D | fib.spec | 19 ; https://en.wikipedia.org/wiki/Forwarding_information_base 21 ; https://en.wikipedia.org/wiki/Virtual_routing_and_forwarding 23 ; https://en.wikipedia.org/wiki/Equal-cost_multi-path_routing
|
| /dpdk/drivers/net/dpaa2/ |
| H A D | dpaa2_recycle.c | 539 ls_serdes_eth_lpbk(uint16_t mac_id, int en) in ls_serdes_eth_lpbk() argument 565 if (en) in ls_serdes_eth_lpbk() 574 lx_serdes_eth_lpbk(uint16_t mac_id, int en) in lx_serdes_eth_lpbk() argument 600 if (en) in lx_serdes_eth_lpbk()
|