Lines Matching refs:vrtl_eth_dev

316 	struct rte_eth_dev *vrtl_eth_dev;  in virtual_ethdev_rx_burst_success()  local
323 vrtl_eth_dev = &rte_eth_devices[pq_map->port_id]; in virtual_ethdev_rx_burst_success()
324 dev_private = vrtl_eth_dev->data->dev_private; in virtual_ethdev_rx_burst_success()
353 struct rte_eth_dev *vrtl_eth_dev; in virtual_ethdev_tx_burst_success() local
358 vrtl_eth_dev = &rte_eth_devices[tx_q->port_id]; in virtual_ethdev_tx_burst_success()
359 dev_private = vrtl_eth_dev->data->dev_private; in virtual_ethdev_tx_burst_success()
361 if (!vrtl_eth_dev->data->dev_link.link_status) in virtual_ethdev_tx_burst_success()
381 struct rte_eth_dev *vrtl_eth_dev = NULL; in virtual_ethdev_tx_burst_fail() local
388 vrtl_eth_dev = &rte_eth_devices[tx_q->port_id]; in virtual_ethdev_tx_burst_fail()
389 dev_private = vrtl_eth_dev->data->dev_private; in virtual_ethdev_tx_burst_fail()
415 struct rte_eth_dev *vrtl_eth_dev = &rte_eth_devices[port_id]; in virtual_ethdev_rx_burst_fn_set_success() local
420 vrtl_eth_dev->rx_pkt_burst = virtual_ethdev_rx_burst_success; in virtual_ethdev_rx_burst_fn_set_success()
422 vrtl_eth_dev->rx_pkt_burst = virtual_ethdev_rx_burst_fail; in virtual_ethdev_rx_burst_fn_set_success()
432 struct rte_eth_dev *vrtl_eth_dev = &rte_eth_devices[port_id]; in virtual_ethdev_tx_burst_fn_set_success() local
435 dev_private = vrtl_eth_dev->data->dev_private; in virtual_ethdev_tx_burst_fn_set_success()
438 vrtl_eth_dev->tx_pkt_burst = virtual_ethdev_tx_burst_success; in virtual_ethdev_tx_burst_fn_set_success()
440 vrtl_eth_dev->tx_pkt_burst = virtual_ethdev_tx_burst_fail; in virtual_ethdev_tx_burst_fn_set_success()
451 struct rte_eth_dev *vrtl_eth_dev = &rte_eth_devices[port_id]; in virtual_ethdev_tx_burst_fn_set_tx_pkt_fail_count() local
453 dev_private = vrtl_eth_dev->data->dev_private; in virtual_ethdev_tx_burst_fn_set_tx_pkt_fail_count()
460 struct rte_eth_dev *vrtl_eth_dev = &rte_eth_devices[port_id]; in virtual_ethdev_set_link_status() local
462 vrtl_eth_dev->data->dev_link.link_status = link_status; in virtual_ethdev_set_link_status()
469 struct rte_eth_dev *vrtl_eth_dev = &rte_eth_devices[port_id]; in virtual_ethdev_simulate_link_status_interrupt() local
471 vrtl_eth_dev->data->dev_link.link_status = link_status; in virtual_ethdev_simulate_link_status_interrupt()
473 rte_eth_dev_callback_process(vrtl_eth_dev, RTE_ETH_EVENT_INTR_LSC, in virtual_ethdev_simulate_link_status_interrupt()
481 struct rte_eth_dev *vrtl_eth_dev = &rte_eth_devices[port_id]; in virtual_ethdev_add_mbufs_to_rx_queue() local
483 vrtl_eth_dev->data->dev_private; in virtual_ethdev_add_mbufs_to_rx_queue()
494 struct rte_eth_dev *vrtl_eth_dev = &rte_eth_devices[port_id]; in virtual_ethdev_get_mbufs_from_tx_queue() local
496 dev_private = vrtl_eth_dev->data->dev_private; in virtual_ethdev_get_mbufs_from_tx_queue()