Lines Matching refs:nicvf
49 static void nicvf_vf_stop(struct rte_eth_dev *dev, struct nicvf *nic,
59 nicvf_link_status_update(struct nicvf *nic, in nicvf_link_status_update()
78 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_interrupt()
99 struct nicvf *nic = arg; in nicvf_vf_interrupt()
128 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_link_update()
151 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_set_mtu()
187 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_get_regs()
212 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_stats_get()
244 struct nicvf *snic = nic->snicvf[i]; in nicvf_dev_stats_get()
304 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_supported_ptypes_get()
341 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_stats_reset()
361 struct nicvf *snic = nic->snicvf[i]; in nicvf_dev_stats_reset()
389 nicvf_rss_ethdev_to_nic(struct nicvf *nic, uint64_t ethdev_rss) in nicvf_rss_ethdev_to_nic()
429 nicvf_rss_nic_to_ethdev(struct nicvf *nic, uint64_t nic_rss) in nicvf_rss_nic_to_ethdev()
465 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_reta_query()
496 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_reta_update()
525 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_rss_hash_conf_get()
539 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_rss_hash_update()
558 nicvf_qset_cq_alloc(struct rte_eth_dev *dev, struct nicvf *nic, in nicvf_qset_cq_alloc()
582 nicvf_qset_sq_alloc(struct rte_eth_dev *dev, struct nicvf *nic, in nicvf_qset_sq_alloc()
606 nicvf_qset_rbdr_alloc(struct rte_eth_dev *dev, struct nicvf *nic, in nicvf_qset_rbdr_alloc()
649 nicvf_rbdr_release_mbuf(struct rte_eth_dev *dev, struct nicvf *nic, in nicvf_rbdr_release_mbuf()
673 nicvf_rbdr_release_mbufs(struct rte_eth_dev *dev, struct nicvf *nic) in nicvf_rbdr_release_mbufs()
718 nicvf_vf_start_tx_queue(struct rte_eth_dev *dev, struct nicvf *nic, in nicvf_vf_start_tx_queue()
749 nicvf_vf_stop_tx_queue(struct rte_eth_dev *dev, struct nicvf *nic, in nicvf_vf_stop_tx_queue()
778 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_configure_cpi()
799 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_configure_rss()
823 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_configure_rss_reta()
900 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_set_rx_function()
927 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_tx_queue_setup()
1076 nicvf_vf_start_rx_queue(struct rte_eth_dev *dev, struct nicvf *nic, in nicvf_vf_start_rx_queue()
1117 nicvf_vf_stop_rx_queue(struct rte_eth_dev *dev, struct nicvf *nic, in nicvf_vf_stop_rx_queue()
1159 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_rx_queue_start()
1182 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_rx_queue_stop()
1198 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_tx_queue_start()
1211 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_tx_queue_stop()
1226 struct nicvf *nic = rxq->nic; in nicvf_rxq_mbuf_setup()
1258 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_rx_queue_setup()
1379 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_info_get()
1434 struct nicvf *nic = (struct nicvf *)opaque; in rbdr_rte_mempool_get()
1454 nicvf_vf_start(struct rte_eth_dev *dev, struct nicvf *nic, uint32_t rbdrsz) in nicvf_vf_start()
1667 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_start()
1749 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_stop_cleanup()
1787 nicvf_vf_stop(struct rte_eth_dev *dev, struct nicvf *nic, bool cleanup) in nicvf_vf_stop()
1845 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_close()
1867 nicvf_request_sqs(struct nicvf *nic) in nicvf_request_sqs()
1896 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_configure()
1972 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_set_link_up()
1990 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_set_link_down()
2035 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_vlan_offload_config()
2065 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_set_first_skip()
2120 struct nicvf *nic = nicvf_pmd_priv(eth_dev); in nicvf_eth_dev_init()
2293 return rte_eth_dev_pci_generic_probe(pci_dev, sizeof(struct nicvf), in nicvf_eth_pci_probe()