Lines Matching refs:efx
16 struct efx_nic *efx = netdev_priv(net_dev); in efx_sriov_set_vf_mac() local
18 if (efx->type->sriov_set_vf_mac) in efx_sriov_set_vf_mac()
19 return efx->type->sriov_set_vf_mac(efx, vf_i, mac); in efx_sriov_set_vf_mac()
27 struct efx_nic *efx = netdev_priv(net_dev); in efx_sriov_set_vf_vlan() local
29 if (efx->type->sriov_set_vf_vlan) { in efx_sriov_set_vf_vlan()
34 return efx->type->sriov_set_vf_vlan(efx, vf_i, vlan, qos); in efx_sriov_set_vf_vlan()
43 struct efx_nic *efx = netdev_priv(net_dev); in efx_sriov_set_vf_spoofchk() local
45 if (efx->type->sriov_set_vf_spoofchk) in efx_sriov_set_vf_spoofchk()
46 return efx->type->sriov_set_vf_spoofchk(efx, vf_i, spoofchk); in efx_sriov_set_vf_spoofchk()
54 struct efx_nic *efx = netdev_priv(net_dev); in efx_sriov_get_vf_config() local
56 if (efx->type->sriov_get_vf_config) in efx_sriov_get_vf_config()
57 return efx->type->sriov_get_vf_config(efx, vf_i, ivi); in efx_sriov_get_vf_config()
65 struct efx_nic *efx = netdev_priv(net_dev); in efx_sriov_set_vf_link_state() local
67 if (efx->type->sriov_set_vf_link_state) in efx_sriov_set_vf_link_state()
68 return efx->type->sriov_set_vf_link_state(efx, vf_i, in efx_sriov_set_vf_link_state()
77 struct efx_nic *efx = netdev_priv(net_dev); in efx_sriov_get_phys_port_id() local
79 if (efx->type->sriov_get_phys_port_id) in efx_sriov_get_phys_port_id()
80 return efx->type->sriov_get_phys_port_id(efx, ppid); in efx_sriov_get_phys_port_id()