Home
last modified time | relevance | path

Searched refs:vsi (Results 51 – 75 of 2203) sorted by relevance

12345678910>>...89

/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGen/
H A Dbuiltins-systemz-zvector.c242 vsi = vec_perm(vsi, vsi, vuc); in test_core()
379 vsi = vec_sel(vsi, vsi, vui); in test_core()
381 vsi = vec_sel(vsi, vsi, vbi); in test_core()
896 vsi = vec_mergeh(vsi, vsi); in test_core()
936 vsi = vec_mergel(vsi, vsi); in test_core()
2456 vsi = vec_nor(vsi, vsi); in test_integer()
2798 vsi = vec_slb(vsi, vsi); in test_integer()
3260 vsi = vec_srb(vsi, vsi); in test_integer()
3324 vsi = vec_max(vsi, vsi); in test_integer()
3499 vsi = vec_mladd(vsi, vsi, vsi); in test_integer()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector.c242 vsi = vec_perm(vsi, vsi, vuc); in test_core()
379 vsi = vec_sel(vsi, vsi, vui); in test_core()
381 vsi = vec_sel(vsi, vsi, vbi); in test_core()
896 vsi = vec_mergeh(vsi, vsi); in test_core()
936 vsi = vec_mergel(vsi, vsi); in test_core()
2456 vsi = vec_nor(vsi, vsi); in test_integer()
2798 vsi = vec_slb(vsi, vsi); in test_integer()
3260 vsi = vec_srb(vsi, vsi); in test_integer()
3324 vsi = vec_max(vsi, vsi); in test_integer()
3499 vsi = vec_mladd(vsi, vsi, vsi); in test_integer()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGen/
H A Dbuiltins-systemz-zvector.c242 vsi = vec_perm(vsi, vsi, vuc); in test_core()
379 vsi = vec_sel(vsi, vsi, vui); in test_core()
381 vsi = vec_sel(vsi, vsi, vbi); in test_core()
896 vsi = vec_mergeh(vsi, vsi); in test_core()
936 vsi = vec_mergel(vsi, vsi); in test_core()
2456 vsi = vec_nor(vsi, vsi); in test_integer()
2798 vsi = vec_slb(vsi, vsi); in test_integer()
3260 vsi = vec_srb(vsi, vsi); in test_integer()
3324 vsi = vec_max(vsi, vsi); in test_integer()
3499 vsi = vec_mladd(vsi, vsi, vsi); in test_integer()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGen/
H A Dbuiltins-systemz-zvector.c242 vsi = vec_perm(vsi, vsi, vuc); in test_core()
379 vsi = vec_sel(vsi, vsi, vui); in test_core()
381 vsi = vec_sel(vsi, vsi, vbi); in test_core()
896 vsi = vec_mergeh(vsi, vsi); in test_core()
936 vsi = vec_mergel(vsi, vsi); in test_core()
2456 vsi = vec_nor(vsi, vsi); in test_integer()
2798 vsi = vec_slb(vsi, vsi); in test_integer()
3260 vsi = vec_srb(vsi, vsi); in test_integer()
3324 vsi = vec_max(vsi, vsi); in test_integer()
3499 vsi = vec_mladd(vsi, vsi, vsi); in test_integer()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector.c242 vsi = vec_perm(vsi, vsi, vuc); in test_core()
379 vsi = vec_sel(vsi, vsi, vui); in test_core()
381 vsi = vec_sel(vsi, vsi, vbi); in test_core()
896 vsi = vec_mergeh(vsi, vsi); in test_core()
936 vsi = vec_mergel(vsi, vsi); in test_core()
2456 vsi = vec_nor(vsi, vsi); in test_integer()
2798 vsi = vec_slb(vsi, vsi); in test_integer()
3260 vsi = vec_srb(vsi, vsi); in test_integer()
3324 vsi = vec_max(vsi, vsi); in test_integer()
3499 vsi = vec_mladd(vsi, vsi, vsi); in test_integer()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGen/
H A Dbuiltins-systemz-zvector.c242 vsi = vec_perm(vsi, vsi, vuc); in test_core()
379 vsi = vec_sel(vsi, vsi, vui); in test_core()
381 vsi = vec_sel(vsi, vsi, vbi); in test_core()
896 vsi = vec_mergeh(vsi, vsi); in test_core()
936 vsi = vec_mergel(vsi, vsi); in test_core()
2456 vsi = vec_nor(vsi, vsi); in test_integer()
2798 vsi = vec_slb(vsi, vsi); in test_integer()
3260 vsi = vec_srb(vsi, vsi); in test_integer()
3324 vsi = vec_max(vsi, vsi); in test_integer()
3499 vsi = vec_mladd(vsi, vsi, vsi); in test_integer()
[all …]
H A Dbuiltins-ppc-error.c13 extern vector signed int vsi;
26 …vec_xxpermdi(vsi); //expected-error {{too few arguments to function call, expected at least 3, hav… in testXXPERMDI()
27 …vec_xxpermdi(vsi, vsi, 2, 4); //expected-error {{too many arguments to function call, expected at … in testXXPERMDI()
28 …vec_xxpermdi(vsi, vsi, index); //expected-error {{argument 3 to '__builtin_vsx_xxpermdi' must be a… in testXXPERMDI()
30 …vec_xxpermdi(vsi, vuc, 2); //expected-error {{first two arguments to '__builtin_vsx_xxpermdi' must… in testXXPERMDI()
34 …vec_xxsldwi(vsi); //expected-error {{too few arguments to function call, expected at least 3, have… in testXXSLDWI()
35 …vec_xxsldwi(vsi, vsi, 2, 4); //expected-error {{too many arguments to function call, expected at m… in testXXSLDWI()
36 …vec_xxsldwi(vsi, vsi, index); //expected-error {{argument 3 to '__builtin_vsx_xxsldwi' must be a 2… in testXXSLDWI()
38 …vec_xxsldwi(vsi, vuc, 2); //expected-error {{first two arguments to '__builtin_vsx_xxsldwi' must h… in testXXSLDWI()
42 …vec_ctf(vsi, index); //expected-error {{argument to '__builtin_altivec_vcfsx' must be a constant i… in testCTF()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector.c242 vsi = vec_perm(vsi, vsi, vuc); in test_core()
379 vsi = vec_sel(vsi, vsi, vui); in test_core()
381 vsi = vec_sel(vsi, vsi, vbi); in test_core()
896 vsi = vec_mergeh(vsi, vsi); in test_core()
936 vsi = vec_mergel(vsi, vsi); in test_core()
2456 vsi = vec_nor(vsi, vsi); in test_integer()
2798 vsi = vec_slb(vsi, vsi); in test_integer()
3260 vsi = vec_srb(vsi, vsi); in test_integer()
3324 vsi = vec_max(vsi, vsi); in test_integer()
3499 vsi = vec_mladd(vsi, vsi, vsi); in test_integer()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector.c242 vsi = vec_perm(vsi, vsi, vuc); in test_core()
379 vsi = vec_sel(vsi, vsi, vui); in test_core()
381 vsi = vec_sel(vsi, vsi, vbi); in test_core()
896 vsi = vec_mergeh(vsi, vsi); in test_core()
936 vsi = vec_mergel(vsi, vsi); in test_core()
2456 vsi = vec_nor(vsi, vsi); in test_integer()
2798 vsi = vec_slb(vsi, vsi); in test_integer()
3260 vsi = vec_srb(vsi, vsi); in test_integer()
3324 vsi = vec_max(vsi, vsi); in test_integer()
3499 vsi = vec_mladd(vsi, vsi, vsi); in test_integer()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector.c242 vsi = vec_perm(vsi, vsi, vuc); in test_core()
379 vsi = vec_sel(vsi, vsi, vui); in test_core()
381 vsi = vec_sel(vsi, vsi, vbi); in test_core()
896 vsi = vec_mergeh(vsi, vsi); in test_core()
936 vsi = vec_mergel(vsi, vsi); in test_core()
2456 vsi = vec_nor(vsi, vsi); in test_integer()
2798 vsi = vec_slb(vsi, vsi); in test_integer()
3260 vsi = vec_srb(vsi, vsi); in test_integer()
3324 vsi = vec_max(vsi, vsi); in test_integer()
3499 vsi = vec_mladd(vsi, vsi, vsi); in test_integer()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector.c242 vsi = vec_perm(vsi, vsi, vuc); in test_core()
379 vsi = vec_sel(vsi, vsi, vui); in test_core()
381 vsi = vec_sel(vsi, vsi, vbi); in test_core()
896 vsi = vec_mergeh(vsi, vsi); in test_core()
936 vsi = vec_mergel(vsi, vsi); in test_core()
2456 vsi = vec_nor(vsi, vsi); in test_integer()
2798 vsi = vec_slb(vsi, vsi); in test_integer()
3260 vsi = vec_srb(vsi, vsi); in test_integer()
3324 vsi = vec_max(vsi, vsi); in test_integer()
3499 vsi = vec_mladd(vsi, vsi, vsi); in test_integer()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CodeGen/
H A Dbuiltins-ppc-error.c13 extern vector signed int vsi;
25 …vec_xxpermdi(vsi); //expected-error {{too few arguments to function call, expected at least 3, hav… in testXXPERMDI()
26 …vec_xxpermdi(vsi, vsi, 2, 4); //expected-error {{too many arguments to function call, expected at … in testXXPERMDI()
27 …vec_xxpermdi(vsi, vsi, index); //expected-error {{argument 3 to '__builtin_vsx_xxpermdi' must be a… in testXXPERMDI()
29 …vec_xxpermdi(vsi, vuc, 2); //expected-error {{first two arguments to '__builtin_vsx_xxpermdi' must… in testXXPERMDI()
33 …vec_xxsldwi(vsi); //expected-error {{too few arguments to function call, expected at least 3, have… in testXXSLDWI()
34 …vec_xxsldwi(vsi, vsi, 2, 4); //expected-error {{too many arguments to function call, expected at m… in testXXSLDWI()
35 …vec_xxsldwi(vsi, vsi, index); //expected-error {{argument 3 to '__builtin_vsx_xxsldwi' must be a 2… in testXXSLDWI()
37 …vec_xxsldwi(vsi, vuc, 2); //expected-error {{first two arguments to '__builtin_vsx_xxsldwi' must h… in testXXSLDWI()
41 …vec_ctf(vsi, index); //expected-error {{argument to '__builtin_altivec_vcfsx' must be a constant i… in testCTF()
[all …]
H A Dbuiltins-systemz-zvector.c180 vsi = vec_perm(vsi, vsi, vuc); in test_core()
240 vsi = vec_sel(vsi, vsi, vui); in test_core()
241 vsi = vec_sel(vsi, vsi, vbi); in test_core()
576 vsi = vec_mergeh(vsi, vsi); in test_core()
603 vsi = vec_mergel(vsi, vsi); in test_core()
1610 vsi = vec_nor(vsi, vsi); in test_integer()
1835 vsi = vec_slb(vsi, vsi); in test_integer()
2145 vsi = vec_srb(vsi, vsi); in test_integer()
2183 vsi = vec_max(vsi, vsi); in test_integer()
2287 vsi = vec_mladd(vsi, vsi, vsi); in test_integer()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CodeGen/
H A Dbuiltins-systemz-zvector.c242 vsi = vec_perm(vsi, vsi, vuc); in test_core()
337 vsi = vec_sel(vsi, vsi, vui); in test_core()
339 vsi = vec_sel(vsi, vsi, vbi); in test_core()
854 vsi = vec_mergeh(vsi, vsi); in test_core()
894 vsi = vec_mergel(vsi, vsi); in test_core()
2414 vsi = vec_nor(vsi, vsi); in test_integer()
2756 vsi = vec_slb(vsi, vsi); in test_integer()
3218 vsi = vec_srb(vsi, vsi); in test_integer()
3282 vsi = vec_max(vsi, vsi); in test_integer()
3457 vsi = vec_mladd(vsi, vsi, vsi); in test_integer()
[all …]
H A Dbuiltins-ppc-error.c13 extern vector signed int vsi;
26 …vec_xxpermdi(vsi); //expected-error {{too few arguments to function call, expected at least 3, hav… in testXXPERMDI()
27 …vec_xxpermdi(vsi, vsi, 2, 4); //expected-error {{too many arguments to function call, expected at … in testXXPERMDI()
28 …vec_xxpermdi(vsi, vsi, index); //expected-error {{argument 3 to '__builtin_vsx_xxpermdi' must be a… in testXXPERMDI()
30 …vec_xxpermdi(vsi, vuc, 2); //expected-error {{first two arguments to '__builtin_vsx_xxpermdi' must… in testXXPERMDI()
34 …vec_xxsldwi(vsi); //expected-error {{too few arguments to function call, expected at least 3, have… in testXXSLDWI()
35 …vec_xxsldwi(vsi, vsi, 2, 4); //expected-error {{too many arguments to function call, expected at m… in testXXSLDWI()
36 …vec_xxsldwi(vsi, vsi, index); //expected-error {{argument 3 to '__builtin_vsx_xxsldwi' must be a 2… in testXXSLDWI()
38 …vec_xxsldwi(vsi, vuc, 2); //expected-error {{first two arguments to '__builtin_vsx_xxsldwi' must h… in testXXSLDWI()
42 …vec_ctf(vsi, index); //expected-error {{argument to '__builtin_altivec_vcfsx' must be a constant i… in testCTF()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/ice/
H A Dice.h119 #define ice_for_each_txq(vsi, i) \ argument
122 #define ice_for_each_rxq(vsi, i) \ argument
349 struct ice_vsi *vsi; member
491 struct ice_vsi *vsi; member
514 if (vsi) in ice_irq_dynamic_ena()
528 return np->vsi->back; in ice_netdev_to_pf()
533 return !!vsi->xdp_prog; in ice_is_xdp_ena_vsi()
553 qid -= ring->vsi->num_xdp_txq; in ice_xsk_pool()
569 if (pf->vsi) in ice_get_main_vsi()
570 return pf->vsi[0]; in ice_get_main_vsi()
[all …]
H A Dice_virtchnl_pf.c828 if (!vsi) { in ice_vf_vsi_setup()
1379 vsi->agg_node->agg_id, vsi->agg_node->num_vsis); in ice_vf_rebuild_aggregator_node_cfg()
1384 vsi->idx, vsi->tc_cfg.ena_tc); in ice_vf_rebuild_aggregator_node_cfg()
1387 vsi->idx, vsi->agg_node->agg_id); in ice_vf_rebuild_aggregator_node_cfg()
1793 if (!vsi) in ice_init_vf_vsi_res()
2427 if (pf->vsi[i] && pf->vsi[i]->vsi_num == id) in ice_find_vsi_from_id()
2447 return (vsi && (vsi->vf_id == vf->vf_id)); in ice_vc_isvalid_vsi_id()
2462 return (vsi && (qid < vsi->alloc_txq)); in ice_vc_isvalid_q_id()
3601 vsi->rx_rings[i]->rx_buf_len = vsi->rx_buf_len; in ice_vc_cfg_qs_msg()
4257 if (!vsi) in ice_vf_init_vlan_stripping()
[all …]
H A Dice_fltr.h9 ice_fltr_add_mac_to_list(struct ice_vsi *vsi, struct list_head *list,
12 ice_fltr_add_mac(struct ice_vsi *vsi, const u8 *mac,
15 ice_fltr_add_mac_and_broadcast(struct ice_vsi *vsi, const u8 *mac,
18 ice_fltr_add_mac_list(struct ice_vsi *vsi, struct list_head *list);
20 ice_fltr_remove_mac(struct ice_vsi *vsi, const u8 *mac,
23 ice_fltr_remove_mac_list(struct ice_vsi *vsi, struct list_head *list);
26 ice_fltr_add_vlan(struct ice_vsi *vsi, u16 vid,
29 ice_fltr_remove_vlan(struct ice_vsi *vsi, u16 vid,
33 ice_fltr_add_eth(struct ice_vsi *vsi, u16 ethertype, u16 flag,
36 ice_fltr_remove_eth(struct ice_vsi *vsi, u16 ethertype, u16 flag,
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/ice/
H A Dice.h119 #define ice_for_each_txq(vsi, i) \ argument
122 #define ice_for_each_rxq(vsi, i) \ argument
349 struct ice_vsi *vsi; member
491 struct ice_vsi *vsi; member
514 if (vsi) in ice_irq_dynamic_ena()
528 return np->vsi->back; in ice_netdev_to_pf()
533 return !!vsi->xdp_prog; in ice_is_xdp_ena_vsi()
553 qid -= ring->vsi->num_xdp_txq; in ice_xsk_pool()
569 if (pf->vsi) in ice_get_main_vsi()
570 return pf->vsi[0]; in ice_get_main_vsi()
[all …]
H A Dice_virtchnl_pf.c828 if (!vsi) { in ice_vf_vsi_setup()
1379 vsi->agg_node->agg_id, vsi->agg_node->num_vsis); in ice_vf_rebuild_aggregator_node_cfg()
1384 vsi->idx, vsi->tc_cfg.ena_tc); in ice_vf_rebuild_aggregator_node_cfg()
1387 vsi->idx, vsi->agg_node->agg_id); in ice_vf_rebuild_aggregator_node_cfg()
1793 if (!vsi) in ice_init_vf_vsi_res()
2427 if (pf->vsi[i] && pf->vsi[i]->vsi_num == id) in ice_find_vsi_from_id()
2447 return (vsi && (vsi->vf_id == vf->vf_id)); in ice_vc_isvalid_vsi_id()
2462 return (vsi && (qid < vsi->alloc_txq)); in ice_vc_isvalid_q_id()
3601 vsi->rx_rings[i]->rx_buf_len = vsi->rx_buf_len; in ice_vc_cfg_qs_msg()
4257 if (!vsi) in ice_vf_init_vlan_stripping()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/intel/ice/
H A Dice.h119 #define ice_for_each_txq(vsi, i) \ argument
122 #define ice_for_each_rxq(vsi, i) \ argument
349 struct ice_vsi *vsi; member
491 struct ice_vsi *vsi; member
514 if (vsi) in ice_irq_dynamic_ena()
528 return np->vsi->back; in ice_netdev_to_pf()
533 return !!vsi->xdp_prog; in ice_is_xdp_ena_vsi()
553 qid -= ring->vsi->num_xdp_txq; in ice_xsk_pool()
569 if (pf->vsi) in ice_get_main_vsi()
570 return pf->vsi[0]; in ice_get_main_vsi()
[all …]
H A Dice_virtchnl_pf.c828 if (!vsi) { in ice_vf_vsi_setup()
1379 vsi->agg_node->agg_id, vsi->agg_node->num_vsis); in ice_vf_rebuild_aggregator_node_cfg()
1384 vsi->idx, vsi->tc_cfg.ena_tc); in ice_vf_rebuild_aggregator_node_cfg()
1387 vsi->idx, vsi->agg_node->agg_id); in ice_vf_rebuild_aggregator_node_cfg()
1793 if (!vsi) in ice_init_vf_vsi_res()
2427 if (pf->vsi[i] && pf->vsi[i]->vsi_num == id) in ice_find_vsi_from_id()
2447 return (vsi && (vsi->vf_id == vf->vf_id)); in ice_vc_isvalid_vsi_id()
2462 return (vsi && (qid < vsi->alloc_txq)); in ice_vc_isvalid_q_id()
3601 vsi->rx_rings[i]->rx_buf_len = vsi->rx_buf_len; in ice_vc_cfg_qs_msg()
4257 if (!vsi) in ice_vf_init_vlan_stripping()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c2006 vsi = pf->vsi[vf->lan_vsi_idx]; in i40e_vc_get_vf_resources_msg()
2630 vsi = pf->vsi[vf->lan_vsi_idx]; in i40e_vc_get_stats_msg()
2743 vsi = pf->vsi[vf->lan_vsi_idx]; in i40e_vc_add_mac_addr_msg()
2826 vsi = pf->vsi[vf->lan_vsi_idx]; in i40e_vc_del_mac_addr_msg()
2902 vsi = pf->vsi[vf->lan_vsi_idx]; in i40e_vc_add_vlan_msg()
2966 vsi = pf->vsi[vf->lan_vsi_idx]; in i40e_vc_remove_vlan_msg()
3080 vsi = pf->vsi[vf->lan_vsi_idx]; in i40e_vc_config_rss_key()
3117 vsi = pf->vsi[vf->lan_vsi_idx]; in i40e_vc_config_rss_lut()
3386 if (vsi && vsi->seid == seid) in i40e_find_vsi_from_seid()
4063 struct i40e_vsi *vsi = np->vsi; in i40e_ndo_set_vf_mac() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c2006 vsi = pf->vsi[vf->lan_vsi_idx]; in i40e_vc_get_vf_resources_msg()
2630 vsi = pf->vsi[vf->lan_vsi_idx]; in i40e_vc_get_stats_msg()
2743 vsi = pf->vsi[vf->lan_vsi_idx]; in i40e_vc_add_mac_addr_msg()
2826 vsi = pf->vsi[vf->lan_vsi_idx]; in i40e_vc_del_mac_addr_msg()
2902 vsi = pf->vsi[vf->lan_vsi_idx]; in i40e_vc_add_vlan_msg()
2966 vsi = pf->vsi[vf->lan_vsi_idx]; in i40e_vc_remove_vlan_msg()
3080 vsi = pf->vsi[vf->lan_vsi_idx]; in i40e_vc_config_rss_key()
3117 vsi = pf->vsi[vf->lan_vsi_idx]; in i40e_vc_config_rss_lut()
3386 if (vsi && vsi->seid == seid) in i40e_find_vsi_from_seid()
4063 struct i40e_vsi *vsi = np->vsi; in i40e_ndo_set_vf_mac() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c2006 vsi = pf->vsi[vf->lan_vsi_idx]; in i40e_vc_get_vf_resources_msg()
2630 vsi = pf->vsi[vf->lan_vsi_idx]; in i40e_vc_get_stats_msg()
2743 vsi = pf->vsi[vf->lan_vsi_idx]; in i40e_vc_add_mac_addr_msg()
2826 vsi = pf->vsi[vf->lan_vsi_idx]; in i40e_vc_del_mac_addr_msg()
2902 vsi = pf->vsi[vf->lan_vsi_idx]; in i40e_vc_add_vlan_msg()
2966 vsi = pf->vsi[vf->lan_vsi_idx]; in i40e_vc_remove_vlan_msg()
3080 vsi = pf->vsi[vf->lan_vsi_idx]; in i40e_vc_config_rss_key()
3117 vsi = pf->vsi[vf->lan_vsi_idx]; in i40e_vc_config_rss_lut()
3386 if (vsi && vsi->seid == seid) in i40e_find_vsi_from_seid()
4063 struct i40e_vsi *vsi = np->vsi; in i40e_ndo_set_vf_mac() local
[all …]

12345678910>>...89