Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_representor.c2434 if (rpst->i40e_pf_eth) { in ipn3ke_rpst_dev_set_link_up()
2436 pf = rpst->i40e_pf_eth; in ipn3ke_rpst_dev_set_link_up()
2453 if (rpst->i40e_pf_eth) { in ipn3ke_rpst_dev_set_link_down()
2455 pf = rpst->i40e_pf_eth; in ipn3ke_rpst_dev_set_link_down()
2489 if (rpst->i40e_pf_eth) { in ipn3ke_rpst_link_update()
2493 pf = rpst->i40e_pf_eth; in ipn3ke_rpst_link_update()
2790 if (rpst->i40e_pf_eth && rpst->i40e_pf_eth->data->dev_started) { in ipn3ke_rpst_mtu_set()
2813 if (rpst->i40e_pf_eth) { in ipn3ke_rpst_mtu_set()
2814 ret = rpst->i40e_pf_eth->dev_ops->mtu_set(rpst->i40e_pf_eth, in ipn3ke_rpst_mtu_set()
2932 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.c528 rpst.i40e_pf_eth = i40e_eth; in ipn3ke_vswitch_probe()
H A Dipn3ke_ethdev.h236 struct rte_eth_dev *i40e_pf_eth; member