Home
last modified time | relevance | path

Searched refs:i40e_pf_eth (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_representor.c2424 if (rpst->i40e_pf_eth) { in ipn3ke_rpst_dev_set_link_up()
2426 pf = rpst->i40e_pf_eth; in ipn3ke_rpst_dev_set_link_up()
2443 if (rpst->i40e_pf_eth) { in ipn3ke_rpst_dev_set_link_down()
2445 pf = rpst->i40e_pf_eth; in ipn3ke_rpst_dev_set_link_down()
2479 if (rpst->i40e_pf_eth) { in ipn3ke_rpst_link_update()
2483 pf = rpst->i40e_pf_eth; in ipn3ke_rpst_link_update()
2774 if (rpst->i40e_pf_eth && rpst->i40e_pf_eth->data->dev_started) { in ipn3ke_rpst_mtu_set()
2788 if (rpst->i40e_pf_eth) { in ipn3ke_rpst_mtu_set()
2789 ret = rpst->i40e_pf_eth->dev_ops->mtu_set(rpst->i40e_pf_eth, in ipn3ke_rpst_mtu_set()
2889 rpst->i40e_pf_eth = representor_param->i40e_pf_eth; in ipn3ke_rpst_init()
[all …]
H A Dipn3ke_tm.c2071 struct rte_eth_dev *i40e_pf_eth; in ipn3ke_tm_ops_get() local
2079 } else if (rpst->i40e_pf_eth) { in ipn3ke_tm_ops_get()
2080 i40e_pf_eth = rpst->i40e_pf_eth; in ipn3ke_tm_ops_get()
2081 if (i40e_pf_eth->dev_ops->tm_ops_get == NULL || in ipn3ke_tm_ops_get()
2082 i40e_pf_eth->dev_ops->tm_ops_get(i40e_pf_eth, in ipn3ke_tm_ops_get()
H A Dipn3ke_ethdev.c525 rpst.i40e_pf_eth = i40e_eth; in ipn3ke_vswitch_probe()
H A Dipn3ke_ethdev.h236 struct rte_eth_dev *i40e_pf_eth; member