Home
last modified time | relevance | path

Searched refs:vinfo (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/can/m_can/
H A Dtcan4x5x-core.c349 const struct tcan4x5x_version_info *vinfo = &tcan4x5x_versions[i]; in tcan4x5x_find_version() local
351 if (!vinfo->id2_register || val == vinfo->id2_register) { in tcan4x5x_find_version()
353 vinfo->name); in tcan4x5x_find_version()
354 return vinfo; in tcan4x5x_find_version()
/linux/tools/testing/selftests/kvm/x86/
H A Dxen_shinfo_test.c382 static struct vcpu_info *vinfo; variable
387 if (vinfo) in handle_alrm()
388 printf("evtchn_upcall_pending 0x%x\n", vinfo->evtchn_upcall_pending); in handle_alrm()
608 vinfo = addr_gpa2hva(vm, VCPU_INFO_VADDR); in main()
609 vinfo->evtchn_upcall_pending = 0; in main()
640 vinfo->evtchn_upcall_pending = 1; in main()
865 .u.hva = (unsigned long)vinfo in main()
/linux/net/bridge/
H A Dbr_vlan.c2188 struct bridge_vlan_info *vinfo, vrange_end, *vinfo_last = NULL; in br_vlan_rtm_process_one() local
2221 vinfo = nla_data(tb[BRIDGE_VLANDB_ENTRY_INFO]); in br_vlan_rtm_process_one()
2222 if (vinfo->flags & (BRIDGE_VLAN_INFO_RANGE_BEGIN | in br_vlan_rtm_process_one()
2227 if (!br_vlan_valid_id(vinfo->vid, extack)) in br_vlan_rtm_process_one()
2233 vrange_end.flags = BRIDGE_VLAN_INFO_RANGE_END | vinfo->flags; in br_vlan_rtm_process_one()
2234 vinfo->flags |= BRIDGE_VLAN_INFO_RANGE_BEGIN; in br_vlan_rtm_process_one()
2237 vinfo_last = vinfo; in br_vlan_rtm_process_one()
2238 vinfo = &vrange_end; in br_vlan_rtm_process_one()
2240 if (!br_vlan_valid_id(vinfo->vid, extack) || in br_vlan_rtm_process_one()
2241 !br_vlan_valid_range(vinfo, vinfo_last, extack)) in br_vlan_rtm_process_one()
[all …]
H A Dbr_vlan_options.c167 struct bridge_vlan_info *vinfo; in br_vlan_modify_tunnel() local
200 vinfo = nla_data(tb[BRIDGE_VLANDB_ENTRY_INFO]); in br_vlan_modify_tunnel()
205 tun_id += v->vid - vinfo->vid; in br_vlan_modify_tunnel()
/linux/arch/mips/kernel/
H A Dsmp-bmips.c488 static void bmips_set_reset_vec_remote(void *vinfo) in bmips_set_reset_vec_remote() argument
490 struct reset_vec_info *info = vinfo; in bmips_set_reset_vec_remote()
/linux/drivers/staging/media/av7110/
H A Ddvb_filter.h169 struct dvb_video_info vinfo; member
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_span.c266 struct bridge_vlan_info vinfo; in mlxsw_sp_span_entry_bridge_8021q() local
272 if (!vid || br_vlan_get_info(br_dev, vid, &vinfo) || in mlxsw_sp_span_entry_bridge_8021q()
273 !(vinfo.flags & BRIDGE_VLAN_INFO_BRENTRY)) in mlxsw_sp_span_entry_bridge_8021q()
280 if (br_vlan_get_info(edev, vid, &vinfo)) in mlxsw_sp_span_entry_bridge_8021q()
282 if (vinfo.flags & BRIDGE_VLAN_INFO_UNTAGGED) in mlxsw_sp_span_entry_bridge_8021q()