Lines Matching refs:vrtl_eth_dev

328 	struct rte_eth_dev *vrtl_eth_dev;  in virtual_ethdev_rx_burst_success()  local
335 vrtl_eth_dev = &rte_eth_devices[pq_map->port_id]; in virtual_ethdev_rx_burst_success()
336 dev_private = vrtl_eth_dev->data->dev_private; in virtual_ethdev_rx_burst_success()
365 struct rte_eth_dev *vrtl_eth_dev; in virtual_ethdev_tx_burst_success() local
370 vrtl_eth_dev = &rte_eth_devices[tx_q->port_id]; in virtual_ethdev_tx_burst_success()
371 dev_private = vrtl_eth_dev->data->dev_private; in virtual_ethdev_tx_burst_success()
373 if (!vrtl_eth_dev->data->dev_link.link_status) in virtual_ethdev_tx_burst_success()
393 struct rte_eth_dev *vrtl_eth_dev = NULL; in virtual_ethdev_tx_burst_fail() local
400 vrtl_eth_dev = &rte_eth_devices[tx_q->port_id]; in virtual_ethdev_tx_burst_fail()
401 dev_private = vrtl_eth_dev->data->dev_private; in virtual_ethdev_tx_burst_fail()
428 struct rte_eth_dev *vrtl_eth_dev = &rte_eth_devices[port_id]; in virtual_ethdev_rx_burst_fn_set_success() local
431 vrtl_eth_dev->rx_pkt_burst = virtual_ethdev_rx_burst_success; in virtual_ethdev_rx_burst_fn_set_success()
433 vrtl_eth_dev->rx_pkt_burst = virtual_ethdev_rx_burst_fail; in virtual_ethdev_rx_burst_fn_set_success()
441 struct rte_eth_dev *vrtl_eth_dev = &rte_eth_devices[port_id]; in virtual_ethdev_tx_burst_fn_set_success() local
443 dev_private = vrtl_eth_dev->data->dev_private; in virtual_ethdev_tx_burst_fn_set_success()
446 vrtl_eth_dev->tx_pkt_burst = virtual_ethdev_tx_burst_success; in virtual_ethdev_tx_burst_fn_set_success()
448 vrtl_eth_dev->tx_pkt_burst = virtual_ethdev_tx_burst_fail; in virtual_ethdev_tx_burst_fn_set_success()
458 struct rte_eth_dev *vrtl_eth_dev = &rte_eth_devices[port_id]; in virtual_ethdev_tx_burst_fn_set_tx_pkt_fail_count() local
461 dev_private = vrtl_eth_dev->data->dev_private; in virtual_ethdev_tx_burst_fn_set_tx_pkt_fail_count()
468 struct rte_eth_dev *vrtl_eth_dev = &rte_eth_devices[port_id]; in virtual_ethdev_set_link_status() local
470 vrtl_eth_dev->data->dev_link.link_status = link_status; in virtual_ethdev_set_link_status()
477 struct rte_eth_dev *vrtl_eth_dev = &rte_eth_devices[port_id]; in virtual_ethdev_simulate_link_status_interrupt() local
479 vrtl_eth_dev->data->dev_link.link_status = link_status; in virtual_ethdev_simulate_link_status_interrupt()
481 rte_eth_dev_callback_process(vrtl_eth_dev, RTE_ETH_EVENT_INTR_LSC, in virtual_ethdev_simulate_link_status_interrupt()
489 struct rte_eth_dev *vrtl_eth_dev = &rte_eth_devices[port_id]; in virtual_ethdev_add_mbufs_to_rx_queue() local
491 vrtl_eth_dev->data->dev_private; in virtual_ethdev_add_mbufs_to_rx_queue()
502 struct rte_eth_dev *vrtl_eth_dev = &rte_eth_devices[port_id]; in virtual_ethdev_get_mbufs_from_tx_queue() local
504 dev_private = vrtl_eth_dev->data->dev_private; in virtual_ethdev_get_mbufs_from_tx_queue()