Lines Matching refs:rte_eth_dev
368 struct rte_eth_dev *dev;
391 void igb_dev_clear_queues(struct rte_eth_dev *dev);
392 void igb_dev_free_queues(struct rte_eth_dev *dev);
394 uint64_t igb_get_rx_port_offloads_capa(struct rte_eth_dev *dev);
395 uint64_t igb_get_rx_queue_offloads_capa(struct rte_eth_dev *dev);
397 int eth_igb_rx_queue_setup(struct rte_eth_dev *dev, uint16_t rx_queue_id,
402 uint32_t eth_igb_rx_queue_count(struct rte_eth_dev *dev,
410 uint64_t igb_get_tx_port_offloads_capa(struct rte_eth_dev *dev);
411 uint64_t igb_get_tx_queue_offloads_capa(struct rte_eth_dev *dev);
413 int eth_igb_tx_queue_setup(struct rte_eth_dev *dev, uint16_t tx_queue_id,
419 int eth_igb_rx_init(struct rte_eth_dev *dev);
421 void eth_igb_tx_init(struct rte_eth_dev *dev);
435 int eth_igb_rss_hash_update(struct rte_eth_dev *dev,
438 int eth_igb_rss_hash_conf_get(struct rte_eth_dev *dev,
441 int eth_igbvf_rx_init(struct rte_eth_dev *dev);
443 void eth_igbvf_tx_init(struct rte_eth_dev *dev);
448 void igb_pf_host_init(struct rte_eth_dev *eth_dev);
450 void igb_pf_mbx_process(struct rte_eth_dev *eth_dev);
452 int igb_pf_host_configure(struct rte_eth_dev *eth_dev);
454 void igb_rxq_info_get(struct rte_eth_dev *dev, uint16_t queue_id,
457 void igb_txq_info_get(struct rte_eth_dev *dev, uint16_t queue_id,
460 uint32_t em_get_max_pktlen(struct rte_eth_dev *dev);
468 void em_dev_clear_queues(struct rte_eth_dev *dev);
469 void em_dev_free_queues(struct rte_eth_dev *dev);
471 uint64_t em_get_rx_port_offloads_capa(struct rte_eth_dev *dev);
472 uint64_t em_get_rx_queue_offloads_capa(struct rte_eth_dev *dev);
474 int eth_em_rx_queue_setup(struct rte_eth_dev *dev, uint16_t rx_queue_id,
479 uint32_t eth_em_rx_queue_count(struct rte_eth_dev *dev,
487 uint64_t em_get_tx_port_offloads_capa(struct rte_eth_dev *dev);
488 uint64_t em_get_tx_queue_offloads_capa(struct rte_eth_dev *dev);
490 int eth_em_tx_queue_setup(struct rte_eth_dev *dev, uint16_t tx_queue_id,
494 int eth_em_rx_init(struct rte_eth_dev *dev);
496 void eth_em_tx_init(struct rte_eth_dev *dev);
510 void em_rxq_info_get(struct rte_eth_dev *dev, uint16_t queue_id,
513 void em_txq_info_get(struct rte_eth_dev *dev, uint16_t queue_id,
516 void igb_pf_host_uninit(struct rte_eth_dev *dev);
518 void igb_filterlist_flush(struct rte_eth_dev *dev);
519 int igb_delete_5tuple_filter_82576(struct rte_eth_dev *dev,
521 int igb_delete_2tuple_filter(struct rte_eth_dev *dev,
523 void igb_remove_flex_filter(struct rte_eth_dev *dev,
527 int igb_add_del_ntuple_filter(struct rte_eth_dev *dev,
529 int igb_add_del_ethertype_filter(struct rte_eth_dev *dev,
532 int eth_igb_syn_filter_set(struct rte_eth_dev *dev,
535 int eth_igb_add_del_flex_filter(struct rte_eth_dev *dev,
538 int igb_rss_conf_init(struct rte_eth_dev *dev,
543 int igb_config_rss_filter(struct rte_eth_dev *dev,
546 void em_flush_desc_rings(struct rte_eth_dev *dev);