Home
last modified time | relevance | path

Searched refs:i40e_pf (Results 1 – 11 of 11) sorted by relevance

/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev.h447 struct i40e_pf *pf;
491 struct i40e_pf *pf;
1099 struct i40e_pf { struct
1266 struct i40e_pf pf;
1357 int i40e_fdir_setup(struct i40e_pf *pf);
1364 void i40e_fdir_teardown(struct i40e_pf *pf);
1397 int i40e_sw_fdir_filter_del(struct i40e_pf *pf,
1402 int i40e_sw_tunnel_filter_del(struct i40e_pf *pf,
1405 int i40e_ethertype_filter_set(struct i40e_pf *pf,
1462 int i40e_config_rss_filter(struct i40e_pf *pf,
[all …]
H A Di40e_fdir.c155 i40e_fdir_setup(struct i40e_pf *pf) in i40e_fdir_setup()
282 i40e_fdir_teardown(struct i40e_pf *pf) in i40e_fdir_teardown()
336 i40e_init_flx_pld(struct i40e_pf *pf) in i40e_init_flx_pld()
531 i40e_set_flx_pld_cfg(struct i40e_pf *pf, in i40e_set_flx_pld_cfg()
596 i40e_set_flex_mask_on_pctype(struct i40e_pf *pf, in i40e_set_flex_mask_on_pctype()
929 i40e_flow_fdir_construct_pkt(struct i40e_pf *pf, in i40e_flow_fdir_construct_pkt()
1446 i40e_flow_store_flex_pit(struct i40e_pf *pf, in i40e_flow_store_flex_pit()
1479 i40e_flow_set_fdir_flex_pit(struct i40e_pf *pf, in i40e_flow_set_fdir_flex_pit()
1521 i40e_flow_store_flex_mask(struct i40e_pf *pf, in i40e_flow_store_flex_mask()
1563 i40e_flow_set_fdir_flex_msk(struct i40e_pf *pf, in i40e_flow_set_fdir_flex_msk()
[all …]
H A Drte_pmd_i40e.c20 struct i40e_pf *pf; in rte_pmd_i40e_ping_vfs()
45 struct i40e_pf *pf; in rte_pmd_i40e_set_vf_mac_anti_spoof()
149 struct i40e_pf *pf; in rte_pmd_i40e_set_vf_vlan_anti_spoof()
409 struct i40e_pf *pf; in rte_pmd_i40e_set_tx_loopback()
452 struct i40e_pf *pf; in rte_pmd_i40e_set_vf_unicast_promisc()
493 struct i40e_pf *pf; in rte_pmd_i40e_set_vf_multicast_promisc()
538 struct i40e_pf *pf; in rte_pmd_i40e_set_vf_mac_addr()
583 struct i40e_pf *pf; in rte_pmd_i40e_remove_vf_mac_addr()
624 struct i40e_pf *pf; in rte_pmd_i40e_set_vf_vlan_stripq()
660 struct i40e_pf *pf; in rte_pmd_i40e_set_vf_vlan_insert()
[all …]
H A Di40e_ethdev.c1217 struct i40e_pf *pf; in i40e_parse_multi_drv_handler()
1221 pf = (struct i40e_pf *)opaque; in i40e_parse_multi_drv_handler()
4176 struct i40e_pf *pf; in i40e_flow_ctrl_set()
4427 struct i40e_pf *pf; in i40e_set_rss_lut()
4712 struct i40e_pf *pf; in i40e_pf_parse_vf_queue_number_handler()
4716 pf = (struct i40e_pf *)opaque; in i40e_pf_parse_vf_queue_number_handler()
5422 struct i40e_pf *pf; in i40e_vsi_release()
5652 i40e_vsi_setup(struct i40e_pf *pf, in i40e_vsi_setup()
6224 i40e_pf_setup(struct i40e_pf *pf) in i40e_pf_setup()
6410 i40e_dev_tx_init(struct i40e_pf *pf) in i40e_dev_tx_init()
[all …]
H A Di40e_tm.c68 struct i40e_pf *pf = I40E_DEV_PRIVATE_TO_PF(dev->data->dev_private); in i40e_tm_conf_init()
85 struct i40e_pf *pf = I40E_DEV_PRIVATE_TO_PF(dev->data->dev_private); in i40e_tm_conf_uninit()
117 struct i40e_pf *pf = I40E_DEV_PRIVATE_TO_PF(dev->data->dev_private); in i40e_tc_nb_get()
206 struct i40e_pf *pf = I40E_DEV_PRIVATE_TO_PF(dev->data->dev_private); in i40e_shaper_profile_search()
257 struct i40e_pf *pf = I40E_DEV_PRIVATE_TO_PF(dev->data->dev_private); in i40e_shaper_profile_add()
295 struct i40e_pf *pf = I40E_DEV_PRIVATE_TO_PF(dev->data->dev_private); in i40e_shaper_profile_del()
326 struct i40e_pf *pf = I40E_DEV_PRIVATE_TO_PF(dev->data->dev_private); in i40e_tm_node_search()
457 struct i40e_pf *pf = I40E_DEV_PRIVATE_TO_PF(dev->data->dev_private); in i40e_node_add()
627 struct i40e_pf *pf = I40E_DEV_PRIVATE_TO_PF(dev->data->dev_private); in i40e_node_delete()
871 struct i40e_pf *pf = I40E_DEV_PRIVATE_TO_PF(dev->data->dev_private); in i40e_hierarchy_commit()
H A Di40e_flow.c116 static int i40e_flow_destroy_tunnel_filter(struct i40e_pf *pf,
118 static int i40e_flow_flush_fdir_filter(struct i40e_pf *pf);
119 static int i40e_flow_flush_ethertype_filter(struct i40e_pf *pf);
120 static int i40e_flow_flush_tunnel_filter(struct i40e_pf *pf);
2247 i40e_flow_set_fdir_inset(struct i40e_pf *pf, in i40e_flow_set_fdir_inset()
2324 i40e_flow_fdir_get_pctype_value(struct i40e_pf *pf, in i40e_flow_fdir_get_pctype_value()
5334 i40e_flow_destroy_ethertype_filter(struct i40e_pf *pf, in i40e_flow_destroy_ethertype_filter()
5369 i40e_flow_destroy_tunnel_filter(struct i40e_pf *pf, in i40e_flow_destroy_tunnel_filter()
5469 i40e_flow_flush_fdir_filter(struct i40e_pf *pf) in i40e_flow_flush_fdir_filter()
5527 i40e_flow_flush_ethertype_filter(struct i40e_pf *pf) in i40e_flow_flush_ethertype_filter()
[all …]
H A Dmeson.build16 'i40e_pf.c',
H A Di40e_vf_representor.c178 struct i40e_pf *pf; in rte_pmd_i40e_get_vf_native_stats()
360 struct i40e_pf *pf; in i40e_vf_representor_vlan_offload_set()
478 struct i40e_pf *pf; in i40e_vf_representor_init()
H A Di40e_pf.c98 struct i40e_pf *pf; in i40e_pf_host_vf_reset()
644 struct i40e_pf *pf = vf->pf; in i40e_pf_host_process_cmd_config_irq_map()
1247 struct i40e_pf *pf; in i40e_pf_host_process_cmd_request_queues()
1294 struct i40e_pf *pf = I40E_DEV_PRIVATE_TO_PF(dev->data->dev_private); in i40e_pf_host_handle_vf_msg()
1503 struct i40e_pf *pf = I40E_DEV_PRIVATE_TO_PF(dev->data->dev_private); in i40e_pf_host_init()
1573 struct i40e_pf *pf = I40E_DEV_PRIVATE_TO_PF(dev->data->dev_private); in i40e_pf_host_uninit()
H A Di40e_rxtx.c1530 i40e_pf_get_vsi_by_qindex(struct i40e_pf *pf, uint16_t queue_idx) in i40e_pf_get_vsi_by_qindex()
1548 i40e_get_queue_offset_by_qindex(struct i40e_pf *pf, uint16_t queue_idx) in i40e_get_queue_offset_by_qindex()
1837 struct i40e_pf *pf = NULL; in i40e_dev_rx_queue_setup()
2175 struct i40e_pf *pf = NULL; in i40e_dev_tx_queue_setup()
2770 struct i40e_pf *pf = I40E_VSI_TO_PF(rxq->vsi); in i40e_rx_queue_config()
2945 i40e_fdir_setup_tx_resources(struct i40e_pf *pf) in i40e_fdir_setup_tx_resources()
3003 i40e_fdir_setup_rx_resources(struct i40e_pf *pf) in i40e_fdir_setup_rx_resources()
/f-stack/dpdk/doc/guides/nics/
H A Dipn3ke.rst60 …--vdev 'ipn3ke_cfg0,afu=0|b3:00.0,fpga_acc={tm|flow},i40e_pf={0000:b1:00.0|0000:b1:00.1|0000:b1:00…
80 …fpga_rawdev_cfg0,ifpga=b3:00.0,port=0' --vdev 'ipn3ke_cfg0,afu=0|b3:00.0,i40e_pf={0000:b1:00.0|000…
91 …pga=b3:00.0,port=0' --vdev 'ipn3ke_cfg0,afu=0|b3:00.0,fpga_acc={tm|flow},i40e_pf={0000:b1:00.0|000…