Home
last modified time | relevance | path

Searched refs:en (Results 1 – 25 of 87) sorted by relevance

1234

/dpdk/drivers/net/hns3/
H A Dhns3_ptp.c40 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 Dhns3_intr.c1498 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 Dhns3_intr.h157 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 Dhns3_rxtx.h683 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 Dbnxt_flow.c158 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 Dfsl_dpni.h274 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 Ddpni.c280 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 Ddprtc.c219 int *en) in dprtc_is_enabled() argument
236 *en = dprtc_get_field(rsp_params->en, ENABLE); in dprtc_is_enabled()
H A Dfsl_dprtc_cmd.h68 uint8_t en; member
/dpdk/drivers/net/mvneta/
H A Dmvneta_ethdev.c545 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 Ddpio.c226 int *en) in dpio_is_enabled() argument
243 *en = dpio_get_field(rsp_params->en, ENABLE); in dpio_is_enabled()
H A Ddpdmai.c224 int *en) in dpdmai_is_enabled() argument
242 *en = dpdmai_get_field(rsp_params->en, ENABLE); in dpdmai_is_enabled()
H A Ddpcon.c217 int *en) in dpcon_is_enabled() argument
235 *en = dpcon_rsp->enabled & DPCON_ENABLE; in dpcon_is_enabled()
H A Ddpbp.c208 int *en) in dpbp_is_enabled() argument
225 *en = rsp_params->enabled & DPBP_ENABLE; in dpbp_is_enabled()
H A Ddpci.c224 int *en) in dpci_is_enabled() argument
241 *en = dpci_get_field(rsp_params->en, ENABLE); in dpci_is_enabled()
H A Dfsl_dpcon.h63 int *en);
H A Dfsl_dpbp.h61 int *en);
H A Dfsl_dpio_cmd.h78 uint8_t en; member
H A Dfsl_dpio.h77 int *en);
H A Dfsl_dpdmai_cmd.h68 uint8_t en; member
/dpdk/doc/guides/nics/
H A Dhinic.rst42 `<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 Docteontx_ep.rst12 <https://www.marvell.com/content/dam/marvell/en/public-collateral/embedded-processors/marvell-liqui…
/dpdk/drivers/net/octeontx/base/
H A Docteontx_bgx.h155 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 Dfib.spec19 ; 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 Ddpaa2_recycle.c539 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()

1234