Searched refs:ETH (Results 1 – 19 of 19) sorted by relevance
| /dpdk/drivers/net/failsafe/ |
| H A D | failsafe_rxtx.c | 16 return (ETH(sdev) == NULL) || in fs_rx_unsafe() 17 (ETH(sdev)->rx_pkt_burst == NULL) || in fs_rx_unsafe() 26 (ETH(sdev) == NULL) || in fs_tx_unsafe() 27 (ETH(sdev)->tx_pkt_burst == NULL) || in fs_tx_unsafe() 97 sub_rxq = ETH(sdev)->data->rx_queues[rxq->qid]; in failsafe_rx_burst() 99 nb_rx = ETH(sdev)-> in failsafe_rx_burst() 125 sub_rxq = ETH(sdev)->data->rx_queues[rxq->qid]; in failsafe_rx_burst_fast() 127 nb_rx = ETH(sdev)-> in failsafe_rx_burst_fast() 153 sub_txq = ETH(sdev)->data->tx_queues[txq->qid]; in failsafe_tx_burst() 155 nb_tx = ETH(sdev)->tx_pkt_burst(sub_txq, tx_pkts, nb_pkts); in failsafe_tx_burst() [all …]
|
| H A D | failsafe_intr.c | 277 if (sdev == NULL || (ETH(sdev) == NULL) || in failsafe_eth_rx_intr_ctl_subdevice() 282 dev = ETH(sdev); in failsafe_eth_rx_intr_ctl_subdevice() 330 Ð(sdev)->data->dev_conf.intr_conf; in failsafe_rx_intr_install_subdevice() 340 for (qid = 0; qid < ETH(sdev)->data->nb_rx_queues; qid++) { in failsafe_rx_intr_install_subdevice() 371 for (qid = 0; qid < ETH(sdev)->data->nb_rx_queues; qid++) { in failsafe_rx_intr_uninstall_subdevice()
|
| H A D | failsafe_ops.c | 38 rmv_interrupt = ETH(sdev)->data->dev_flags & in fs_dev_configure() 48 (ETH(sdev)->data->dev_flags & in fs_dev_configure() 265 uint16_t port_id = ETH(sdev)->data->port_id; in fs_rx_queue_stop() 291 uint16_t port_id = ETH(sdev)->data->port_id; in fs_rx_queue_start() 318 uint16_t port_id = ETH(sdev)->data->port_id; in fs_tx_queue_stop() 344 uint16_t port_id = ETH(sdev)->data->port_id; in fs_tx_queue_start() 373 if (ETH(sdev)->data->rx_queues != NULL && in fs_rx_queue_release() 374 ETH(sdev)->data->rx_queues[rxq->qid] != NULL) in fs_rx_queue_release() 557 if (ETH(sdev)->data->tx_queues != NULL && in fs_tx_queue_release() 852 l2 = Ð(TX_SUBDEV(dev))->data->dev_link; in fs_link_update() [all …]
|
| H A D | failsafe_ether.c | 83 edev = ETH(sdev); in fs_eth_dev_conf_apply() 305 rte_eth_dev_release_port(ETH(sdev)); in fs_dev_remove() 348 for (i = 0; i < ETH(sdev)->data->nb_rx_queues; i++) in fs_rxtx_clean() 351 for (i = 0; i < ETH(sdev)->data->nb_tx_queues; i++) in fs_rxtx_clean()
|
| H A D | failsafe_private.h | 268 #define ETH(sdev) \ macro 316 (ETH(s)->dev_ops->ops)
|
| H A D | failsafe_eal.c | 120 sdev->dev = ETH(sdev)->device; in fs_bus_init()
|
| H A D | failsafe.c | 250 Ð(sdev)->data->mac_addrs[0], mac); in fs_eth_dev_create()
|
| /dpdk/drivers/net/iavf/ |
| H A D | iavf_fdir.c | 775 VIRTCHNL_SET_PROTO_HDR_TYPE(hdr1, ETH); in iavf_fdir_parse_pattern() 789 ETH, in iavf_fdir_parse_pattern() 794 ETH, in iavf_fdir_parse_pattern() 817 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr1, ETH, in iavf_fdir_parse_pattern() 921 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr1, ETH, in iavf_fdir_parse_pattern() 1026 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr1, ETH, in iavf_fdir_parse_pattern()
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 4620 0 0 0 i- ETH IPV4 => QUEUE 4621 1 0 0 i- ETH IPV6 => QUEUE 4622 2 0 5 i- ETH IPV4 UDP => RSS 4629 0 0 0 i- ETH => COUNT 4634 3 24 20 i- ETH IPV4 => DROP 4643 0 0 0 i- ETH => COUNT 5025 0 0 0 i- ETH IPV4 UDP VXLAN ETH => QUEUE 5026 1 0 0 i- ETH IPV4 UDP VXLAN ETH => QUEUE 5027 2 0 0 i- ETH IPV4 UDP VXLAN ETH VLAN => QUEUE 5028 3 0 0 i- ETH IPV4 UDP VXLAN ETH VLAN => QUEUE [all …]
|
| /dpdk/doc/guides/nics/ |
| H A D | mvpp2.rst | 422 * ETH 476 …| ETH (destination MAC) / VLAN (VID) | 6 + 2 = 8 |… 553 * ETH: ethertype
|
| H A D | txgbe.rst | 161 the first not void item can be ETH, and the next not void item must be END.
|
| H A D | sfc_efx.rst | 155 - ETH (exact match of source/destination addresses, individual/group match 207 - ETH
|
| H A D | enic.rst | 254 stripping is enabled, EtherType in the ETH item corresponds to the
|
| H A D | mlx5.rst | 149 …th any VLAN specification will match only single-tagged packets unless the ETH item ``type`` field…
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | flow_filtering.rst | 223 Setting the first level of the pattern ETH:
|
| /dpdk/doc/guides/platform/ |
| H A D | mlx5.rst | 298 LINK_TYPE_P1 ETH(2) 299 LINK_TYPE_P2 ETH(2)
|
| /dpdk/lib/ethdev/ |
| H A D | rte_flow.c | 107 MK_FLOW_ITEM(ETH, sizeof(struct rte_flow_item_eth)),
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | rte_flow.rst | 930 | ETH | IPv4 | UDP | ... | baz | foo | ......... | bar | .... | 940 Item: ``ETH``
|
| /dpdk/app/test-pmd/ |
| H A D | cmdline_flow.c | 3587 .priv = PRIV_ITEM(ETH, sizeof(struct rte_flow_item_eth)),
|