Searched refs:i40e_pf_eth (Results 1 – 4 of 4) sorted by relevance
2424 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 …]
2071 struct rte_eth_dev *i40e_pf_eth; in ipn3ke_tm_ops_get() local2079 } 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()
525 rpst.i40e_pf_eth = i40e_eth; in ipn3ke_vswitch_probe()
236 struct rte_eth_dev *i40e_pf_eth; member