| /f-stack/dpdk/doc/guides/nics/ |
| H A D | features.rst | 44 * **[implements] eth_dev_ops**: ``link_update``. 131 * **[implements] eth_dev_ops**: ``tx_done_cleanup``. 155 * **[implements] eth_dev_ops**: ``mtu_set``. 185 * **[related] eth_dev_ops**: ``rx_pkt_burst``. 280 * **[implements] eth_dev_ops**: ``set_mc_addr_list``. 371 * **[implements] eth_dev_ops**: ``get_dcb_info``. 383 * **[implements] eth_dev_ops**: ``vlan_filter_set``. 496 * **[implements] eth_dev_ops**: ``vlan_offload_set``. 570 * **[related] eth_dev_ops**: ``read_clock``. 730 * **[implements] eth_dev_ops**: ``fw_version_get``. [all …]
|
| /f-stack/dpdk/app/test/ |
| H A D | virtual_pmd.c | 22 struct eth_dev_ops dev_ops; 238 static const struct eth_dev_ops virtual_ethdev_default_dev_ops = { 261 struct eth_dev_ops *dev_ops = &dev_private->dev_ops; in virtual_ethdev_start_fn_set_success() 275 struct eth_dev_ops *dev_ops = &dev_private->dev_ops; in virtual_ethdev_configure_fn_set_success() 288 struct eth_dev_ops *dev_ops = &dev_private->dev_ops; in virtual_ethdev_rx_queue_setup_fn_set_success() 301 struct eth_dev_ops *dev_ops = &dev_private->dev_ops; in virtual_ethdev_tx_queue_setup_fn_set_success() 314 struct eth_dev_ops *dev_ops = &dev_private->dev_ops; in virtual_ethdev_link_update_fn_set_success()
|
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | rte_ethdev_core.h | 100 const struct eth_dev_ops *dev_ops; /**< Functions exported by PMD */
|
| H A D | rte_ethdev_driver.h | 769 struct eth_dev_ops { struct
|
| /f-stack/dpdk/drivers/net/virtio/ |
| H A D | virtio_ethdev.h | 52 extern const struct eth_dev_ops virtio_user_secondary_eth_dev_ops;
|
| /f-stack/dpdk/drivers/net/cxgbe/ |
| H A D | cxgbevf_ethdev.c | 76 static const struct eth_dev_ops cxgbevf_eth_dev_ops = {
|
| /f-stack/dpdk/drivers/net/bonding/ |
| H A D | eth_bond_private.h | 186 extern const struct eth_dev_ops default_dev_ops;
|
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_vf_representor.c | 142 static const struct eth_dev_ops ixgbe_vf_representor_dev_ops = {
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5.h | 138 extern const struct eth_dev_ops mlx5_os_dev_ops; 139 extern const struct eth_dev_ops mlx5_os_dev_sec_ops; 140 extern const struct eth_dev_ops mlx5_os_dev_ops_isolate;
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x_ethdev.c | 574 static const struct eth_dev_ops bnx2x_eth_dev_ops = { 599 static const struct eth_dev_ops bnx2xvf_eth_dev_ops = {
|
| /f-stack/dpdk/drivers/net/failsafe/ |
| H A D | failsafe_private.h | 256 extern const struct eth_dev_ops failsafe_ops;
|
| /f-stack/dpdk/drivers/net/mlx4/ |
| H A D | mlx4.c | 409 static const struct eth_dev_ops mlx4_dev_ops = { 445 static const struct eth_dev_ops mlx4_dev_sec_ops = {
|
| /f-stack/dpdk/drivers/net/nfb/ |
| H A D | nfb_ethdev.c | 395 static const struct eth_dev_ops ops = {
|
| /f-stack/dpdk/drivers/net/kni/ |
| H A D | rte_eth_kni.c | 354 static const struct eth_dev_ops eth_kni_ops = {
|
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_vf_representor.c | 428 static const struct eth_dev_ops i40e_representor_dev_ops = {
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic.c | 281 static const struct eth_dev_ops pmd_ops = {
|
| /f-stack/dpdk/drivers/net/null/ |
| H A D | rte_eth_null.c | 478 static const struct eth_dev_ops ops = {
|
| /f-stack/dpdk/drivers/net/ring/ |
| H A D | rte_eth_ring.c | 265 static const struct eth_dev_ops ops = {
|
| /f-stack/dpdk/drivers/net/mvneta/ |
| H A D | mvneta_ethdev.c | 767 static const struct eth_dev_ops mvneta_ops = {
|
| /f-stack/dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_os.c | 2610 const struct eth_dev_ops mlx5_os_dev_ops = { 2677 const struct eth_dev_ops mlx5_os_dev_sec_ops = { 2699 const struct eth_dev_ops mlx5_os_dev_ops_isolate = {
|
| /f-stack/dpdk/drivers/net/enic/ |
| H A D | enic_vf_representor.c | 561 static const struct eth_dev_ops enic_vf_representor_dev_ops = {
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_reps.c | 19 static const struct eth_dev_ops bnxt_rep_dev_ops = {
|
| /f-stack/dpdk/drivers/net/ice/ |
| H A D | ice_dcf_ethdev.c | 873 static const struct eth_dev_ops ice_dcf_eth_dev_ops = {
|
| /f-stack/dpdk/drivers/net/enetc/ |
| H A D | enetc_ethdev.c | 840 static const struct eth_dev_ops enetc_ops = {
|
| /f-stack/dpdk/drivers/net/sfc/ |
| H A D | sfc_ethdev.c | 1814 static const struct eth_dev_ops sfc_eth_dev_ops = { 2041 static const struct eth_dev_ops sfc_eth_dev_secondary_ops = {
|