Home
last modified time | relevance | path

Searched refs:is_pf (Results 1 – 13 of 13) sorted by relevance

/dpdk/drivers/net/i40e/base/
H A Di40e_hmc.c280 u32 idx, bool is_pf) in i40e_remove_sd_bp_new() argument
284 if (!is_pf) in i40e_remove_sd_bp_new()
329 u32 idx, bool is_pf) in i40e_remove_pd_page_new() argument
333 if (!is_pf) in i40e_remove_pd_page_new()
H A Di40e_hmc.h209 u32 idx, bool is_pf);
214 u32 idx, bool is_pf);
/dpdk/drivers/net/qede/base/
H A Decore_int.c1696 !p_block->is_pf || in ecore_get_pf_igu_sb_id()
2146 !p_block->is_pf || in ecore_int_igu_init_pure_rt()
2244 p_block->is_pf = 1; in ecore_int_igu_reset_cam()
2252 p_block->is_pf = 1; in ecore_int_igu_reset_cam()
2261 p_block->is_pf = 0; in ecore_int_igu_reset_cam()
2268 p_block->is_pf = 0; in ecore_int_igu_reset_cam()
2373 if ((p_block->is_pf) && in ecore_int_igu_read_cam()
2381 } else if (!(p_block->is_pf) && in ecore_int_igu_read_cam()
2506 p_block->is_pf = 0; in ecore_int_igu_relocate_sb()
2523 p_block->is_pf = 1; in ecore_int_igu_relocate_sb()
[all …]
H A Decore_int.h33 u8 is_pf; member
H A Decore_dev.c2824 if (!p_block->is_pf) in ecore_init_cau_rt_data()
/dpdk/drivers/net/ngbe/
H A Dngbe_rxtx.c1950 if (hw->is_pf) in ngbe_get_tx_port_offloads()
2242 if (hw->is_pf) in ngbe_get_rx_port_offloads()
2542 if (!hw->is_pf) { in ngbe_dev_rss_hash_update()
2898 if (hw->is_pf && dev->data->dev_conf.lpbk_mode) in ngbe_dev_rx_init()
2982 if (hw->is_pf) { in ngbe_dev_rx_init()
3098 if (hw->is_pf && dev->data->dev_conf.lpbk_mode) in ngbe_dev_rxtx_start()
H A Dngbe_ethdev.c1027 if (hw->is_pf && dev->data->dev_conf.lpbk_mode) in ngbe_dev_start()
1914 if (hw->is_pf) { in ngbe_dev_link_update_share()
2354 if (!hw->is_pf) { in ngbe_dev_rss_reta_update()
/dpdk/drivers/net/ngbe/base/
H A Dngbe_type.h432 bool is_pf; member
H A Dngbe_hw.c1812 hw->is_pf = true; in ngbe_map_device_id()
1830 hw->is_pf = false; in ngbe_map_device_id()
/dpdk/drivers/net/i40e/
H A Di40e_ethdev.h1492 i40e_calc_itr_interval(bool is_pf, bool is_multi_drv) in i40e_calc_itr_interval() argument
1499 if (is_pf) in i40e_calc_itr_interval()
/dpdk/drivers/net/qede/
H A Dqede_debug.c6784 bool is_wr_cmd, is_pf; in qed_parse_igu_fifo_element() local
6793 is_pf = GET_FIELD(element->dword0, IGU_FIFO_ELEMENT_DWORD0_IS_PF); in qed_parse_igu_fifo_element()
6890 is_pf ? "pf" : "vf", in qed_parse_igu_fifo_element()
6896 (!is_pf && found_addr->vf_desc) in qed_parse_igu_fifo_element()
/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.c2905 uint16_t tqp_vid, bool is_pf) in hns3_map_tqps_to_func() argument
2917 if (!is_pf) in hns3_map_tqps_to_func()
/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c9869 uint8_t is_pf) argument
9878 (is_pf ? 1 : 0) << IGU_FID_ENCODE_IS_PF_SHIFT;