Lines Matching refs:vf_spoofchk
190 v = vf_data->vf_spoofchk; in dump_vf_details()
379 struct ifla_vf_spoofchk vf_spoofchk; in sriov_fill_vfinfo() local
440 vf_spoofchk.vf = vf_data->vf_index; in sriov_fill_vfinfo()
441 vf_spoofchk.setting = vf_data->vf_spoofchk; in sriov_fill_vfinfo()
443 NLA_PUT(msg, IFLA_VF_SPOOFCHK, sizeof(vf_spoofchk), in sriov_fill_vfinfo()
444 &vf_spoofchk); in sriov_fill_vfinfo()
530 struct ifla_vf_spoofchk *vf_spoofchk; in rtnl_link_sriov_parse_vflist() local
621 vf_spoofchk = nla_data(t[IFLA_VF_SPOOFCHK]); in rtnl_link_sriov_parse_vflist()
623 if (vf_spoofchk->setting != -1) { in rtnl_link_sriov_parse_vflist()
624 vf_data->vf_spoofchk = vf_spoofchk->setting ? 1 : 0; in rtnl_link_sriov_parse_vflist()
1161 uint32_t *vf_spoofchk) in rtnl_link_vf_get_spoofchk() argument
1167 *vf_spoofchk = vf_data->vf_spoofchk; in rtnl_link_vf_get_spoofchk()
1182 uint32_t vf_spoofchk) { in rtnl_link_vf_set_spoofchk() argument
1183 vf_data->vf_spoofchk = vf_spoofchk; in rtnl_link_vf_set_spoofchk()