Home
last modified time | relevance | path

Searched refs:is_vf (Results 1 – 25 of 25) sorted by relevance

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_regs.c111 if (hns->is_vf) in hns3_get_regs_length()
122 if (!hns->is_vf) { in hns3_get_regs_length()
268 if (hns->is_vf) in hns3_direct_access_regs()
274 if (hns->is_vf) in hns3_direct_access_regs()
339 if (hns->is_vf) in hns3_get_regs()
H A Dhns3_stats.c644 if (hns->is_vf) in hns3_xstats_calc_num()
739 if (!hns->is_vf) { in hns3_dev_xstats_get()
836 if (!hns->is_vf) { in hns3_dev_xstats_get_names()
1051 if (hns->is_vf) in hns3_dev_xstats_reset()
H A Dhns3_ethdev.h740 bool is_vf; /* false - PF, true - VF */ member
943 if (hns->is_vf) in is_reset_pending()
H A Dhns3_flow.c200 if (hns->is_vf) in hns3_counter_query()
1206 if (hns->is_vf) in hns3_parse_fdir_filter()
1951 if (!hns->is_vf) { in hns3_flow_flush()
H A Dhns3_rxtx.c701 if (hns->is_vf) in hns3_reset_tqp()
1782 if (hns->is_vf || hw->vlan_mode == HNS3_SW_SHIFT_AND_DISCARD_MODE) in hns3_rx_queue_setup()
2612 if (hns->is_vf || hw->vlan_mode == HNS3_SW_SHIFT_AND_DISCARD_MODE) in hns3_tx_queue_setup()
H A Dhns3_dcb.c708 if (!hns->is_vf) in hns3_dcb_update_tc_queue_mapping()
H A Dhns3_ethdev_vf.c2767 hns->is_vf = true; in hns3vf_dev_init()
H A Dhns3_ethdev.c6127 hns->is_vf = false; in hns3_dev_init()
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x_ethdev.c624 bnx2x_common_dev_init(struct rte_eth_dev *eth_dev, int is_vf) in bnx2x_common_dev_init() argument
643 eth_dev->dev_ops = is_vf ? &bnx2xvf_eth_dev_ops : &bnx2x_eth_dev_ops; in bnx2x_common_dev_init()
661 if (is_vf) in bnx2x_common_dev_init()
666 if (is_vf) in bnx2x_common_dev_init()
/f-stack/dpdk/drivers/net/qede/
H A Dqede_main.c45 uint32_t dp_module, uint8_t dp_level, bool is_vf) in qed_probe() argument
54 if (is_vf) in qed_probe()
62 if (is_vf) in qed_probe()
H A Dqede_if.h142 uint32_t dp_module, uint8_t dp_level, bool is_vf);
H A Dqede_ethdev.c2510 static int qede_common_dev_init(struct rte_eth_dev *eth_dev, bool is_vf) in qede_common_dev_init() argument
2563 dp_level, is_vf); in qede_common_dev_init()
2651 if (!is_vf) in qede_common_dev_init()
2674 if (!is_vf) { in qede_common_dev_init()
2717 eth_dev->dev_ops = (is_vf) ? &qede_eth_vf_dev_ops : &qede_eth_dev_ops; in qede_common_dev_init()
2733 if (is_vf) { in qede_common_dev_init()
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_eth_ctrl.h292 uint8_t is_vf; /**< 1 for VF, 0 for port dev */ member
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_flow.h216 bool is_vf; member
H A Dotx2_flow_utils.c912 if (pst->is_vf) { in otx2_flow_mcam_alloc_and_write()
H A Dotx2_flow.c608 parse_state.is_vf = otx2_dev_is_vf(hw); in otx2_flow_create()
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_dev_api.h645 bool is_vf);
H A Decore_dev.c2593 u16 id, bool is_vf) in ecore_final_cleanup() argument
2609 if (is_vf) in ecore_final_cleanup()
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_hwrm.h224 int bnxt_hwrm_set_default_vlan(struct bnxt *bp, int vf, uint8_t is_vf);
H A Dbnxt_hwrm.c3965 int bnxt_hwrm_set_default_vlan(struct bnxt *bp, int vf, uint8_t is_vf) in bnxt_hwrm_set_default_vlan() argument
3975 if (is_vf) { in bnxt_hwrm_set_default_vlan()
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_type.h831 u8 is_vf:1; member
H A Dice_switch.c2866 u16 swid, u16 pf_vf_num, bool is_vf) in ice_init_port_info() argument
2873 pi->is_vf = is_vf; in ice_init_port_info()
2920 bool is_vf = false; in ice_get_initial_sw_cfg() local
2933 is_vf = true; in ice_get_initial_sw_cfg()
2948 pf_vf_num, is_vf); in ice_get_initial_sw_cfg()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_flow.c3085 filter->input.flow_ext.is_vf = 1; in i40e_flow_parse_fdir_pattern()
3087 if (filter->input.flow_ext.is_vf && in i40e_flow_parse_fdir_pattern()
3185 if ((!filter->input.flow_ext.is_vf && in i40e_flow_parse_fdir_action()
3187 (filter->input.flow_ext.is_vf && in i40e_flow_parse_fdir_action()
H A Di40e_fdir.c1667 if (filter->input.flow_ext.is_vf && in i40e_flow_add_del_fdir_filter()
1857 if (filter->input.flow_ext.is_vf) in i40e_flow_fdir_filter_programming()
H A Di40e_ethdev.h629 uint8_t is_vf; /* 1 for VF, 0 for port dev */ member