Home
last modified time | relevance | path

Searched refs:vf_spoofchk (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/
H A Docteon_device.h402 bool vf_spoofchk[MAX_POSSIBLE_VFS]; member
H A Dlio_main.c2898 if (oct->sriov_info.vf_spoofchk[vfidx]) in liquidio_set_vf_spoofchk()
2902 if (!oct->sriov_info.vf_spoofchk[vfidx]) in liquidio_set_vf_spoofchk()
2927 oct->sriov_info.vf_spoofchk[vfidx] = enable; in liquidio_set_vf_spoofchk()
3009 ivi->spoofchk = oct->sriov_info.vf_spoofchk[vfidx]; in liquidio_get_vf_config()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/
H A Docteon_device.h402 bool vf_spoofchk[MAX_POSSIBLE_VFS]; member
H A Dlio_main.c2888 if (oct->sriov_info.vf_spoofchk[vfidx]) in liquidio_set_vf_spoofchk()
2892 if (!oct->sriov_info.vf_spoofchk[vfidx]) in liquidio_set_vf_spoofchk()
2917 oct->sriov_info.vf_spoofchk[vfidx] = enable; in liquidio_set_vf_spoofchk()
2999 ivi->spoofchk = oct->sriov_info.vf_spoofchk[vfidx]; in liquidio_get_vf_config()
/kernel/linux/linux-5.10/net/core/
H A Drtnetlink.c1234 struct ifla_vf_spoofchk vf_spoofchk; in rtnl_fill_vfinfo() local
1274 vf_spoofchk.vf = in rtnl_fill_vfinfo()
1291 vf_spoofchk.setting = ivi.spoofchk; in rtnl_fill_vfinfo()
1305 nla_put(skb, IFLA_VF_SPOOFCHK, sizeof(vf_spoofchk), in rtnl_fill_vfinfo()
1306 &vf_spoofchk) || in rtnl_fill_vfinfo()
/kernel/linux/linux-6.6/net/core/
H A Drtnetlink.c1282 struct ifla_vf_spoofchk vf_spoofchk; in rtnl_fill_vfinfo() local
1322 vf_spoofchk.vf = in rtnl_fill_vfinfo()
1339 vf_spoofchk.setting = ivi.spoofchk; in rtnl_fill_vfinfo()
1353 nla_put(skb, IFLA_VF_SPOOFCHK, sizeof(vf_spoofchk), in rtnl_fill_vfinfo()
1354 &vf_spoofchk) || in rtnl_fill_vfinfo()

Completed in 26 milliseconds