Home
last modified time | relevance | path

Searched refs:sfc_adapter_by_eth_dev (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_ethdev.c44 struct sfc_adapter *sa = sfc_adapter_by_eth_dev(dev); in sfc_fw_version_get()
94 struct sfc_adapter *sa = sfc_adapter_by_eth_dev(dev); in sfc_dev_infos_get()
212 struct sfc_adapter *sa = sfc_adapter_by_eth_dev(dev); in sfc_dev_configure()
241 struct sfc_adapter *sa = sfc_adapter_by_eth_dev(dev); in sfc_dev_start()
258 struct sfc_adapter *sa = sfc_adapter_by_eth_dev(dev); in sfc_dev_link_update()
289 struct sfc_adapter *sa = sfc_adapter_by_eth_dev(dev); in sfc_dev_stop()
305 struct sfc_adapter *sa = sfc_adapter_by_eth_dev(dev); in sfc_dev_set_link_up()
321 struct sfc_adapter *sa = sfc_adapter_by_eth_dev(dev); in sfc_dev_set_link_down()
342 struct sfc_adapter *sa = sfc_adapter_by_eth_dev(dev); in sfc_dev_close()
399 struct sfc_adapter *sa = sfc_adapter_by_eth_dev(dev); in sfc_dev_filter_set()
[all …]
H A Dsfc_flow.c2399 struct sfc_adapter *sa = sfc_adapter_by_eth_dev(dev); in sfc_flow_parse_rte_to_filter()
2434 struct sfc_adapter *sa = sfc_adapter_by_eth_dev(dev); in sfc_flow_parse_rte_to_mae()
2459 struct sfc_adapter *sa = sfc_adapter_by_eth_dev(dev); in sfc_flow_parse()
2590 struct sfc_adapter *sa = sfc_adapter_by_eth_dev(dev); in sfc_flow_validate()
2618 struct sfc_adapter *sa = sfc_adapter_by_eth_dev(dev); in sfc_flow_create()
2660 struct sfc_adapter *sa = sfc_adapter_by_eth_dev(dev); in sfc_flow_destroy()
2693 struct sfc_adapter *sa = sfc_adapter_by_eth_dev(dev); in sfc_flow_flush()
2721 struct sfc_adapter *sa = sfc_adapter_by_eth_dev(dev); in sfc_flow_isolate()
H A Dsfc.h300 sfc_adapter_by_eth_dev(struct rte_eth_dev *eth_dev) in sfc_adapter_by_eth_dev() function
H A Dsfc_tx.c965 sa = sfc_adapter_by_eth_dev(eth_dev); in sfc_txq_by_dp_txq()
H A Dsfc_rx.c443 sa = sfc_adapter_by_eth_dev(eth_dev); in sfc_rxq_by_dp_rxq()