Home
last modified time | relevance | path

Searched refs:vf_spoofchk (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/cavium/liquidio/
Docteon_device.h402 bool vf_spoofchk[MAX_POSSIBLE_VFS]; member
Dlio_main.c2878 if (oct->sriov_info.vf_spoofchk[vfidx]) in liquidio_set_vf_spoofchk()
2882 if (!oct->sriov_info.vf_spoofchk[vfidx]) in liquidio_set_vf_spoofchk()
2907 oct->sriov_info.vf_spoofchk[vfidx] = enable; in liquidio_set_vf_spoofchk()
2989 ivi->spoofchk = oct->sriov_info.vf_spoofchk[vfidx]; in liquidio_get_vf_config()
/linux-5.19.10/net/core/
Drtnetlink.c1263 struct ifla_vf_spoofchk vf_spoofchk; in rtnl_fill_vfinfo() local
1303 vf_spoofchk.vf = in rtnl_fill_vfinfo()
1320 vf_spoofchk.setting = ivi.spoofchk; in rtnl_fill_vfinfo()
1334 nla_put(skb, IFLA_VF_SPOOFCHK, sizeof(vf_spoofchk), in rtnl_fill_vfinfo()
1335 &vf_spoofchk) || in rtnl_fill_vfinfo()