• Home
  • Raw
  • Download

Lines Matching refs:vf_i

515 	unsigned vf_i;  in map_vi_index()  local
519 vf_i = (abs_index - EFX_VI_BASE) / efx_vf_size(efx); in map_vi_index()
520 if (vf_i >= efx->vf_init_count) in map_vi_index()
524 *vf_out = nic_data->vf + vf_i; in map_vi_index()
1460 void efx_siena_sriov_flr(struct efx_nic *efx, unsigned vf_i) in efx_siena_sriov_flr() argument
1465 if (vf_i > efx->vf_init_count) in efx_siena_sriov_flr()
1467 vf = nic_data->vf + vf_i; in efx_siena_sriov_flr()
1555 unsigned int vf_i; in efx_siena_sriov_reset() local
1570 for (vf_i = 0; vf_i < efx->vf_init_count; ++vf_i) { in efx_siena_sriov_reset()
1571 vf = nic_data->vf + vf_i; in efx_siena_sriov_reset()
1595 int efx_siena_sriov_set_vf_mac(struct efx_nic *efx, int vf_i, const u8 *mac) in efx_siena_sriov_set_vf_mac() argument
1600 if (vf_i >= efx->vf_init_count) in efx_siena_sriov_set_vf_mac()
1602 vf = nic_data->vf + vf_i; in efx_siena_sriov_set_vf_mac()
1612 int efx_siena_sriov_set_vf_vlan(struct efx_nic *efx, int vf_i, in efx_siena_sriov_set_vf_vlan() argument
1619 if (vf_i >= efx->vf_init_count) in efx_siena_sriov_set_vf_vlan()
1621 vf = nic_data->vf + vf_i; in efx_siena_sriov_set_vf_vlan()
1632 int efx_siena_sriov_set_vf_spoofchk(struct efx_nic *efx, int vf_i, in efx_siena_sriov_set_vf_spoofchk() argument
1639 if (vf_i >= efx->vf_init_count) in efx_siena_sriov_set_vf_spoofchk()
1641 vf = nic_data->vf + vf_i; in efx_siena_sriov_set_vf_spoofchk()
1656 int efx_siena_sriov_get_vf_config(struct efx_nic *efx, int vf_i, in efx_siena_sriov_get_vf_config() argument
1663 if (vf_i >= efx->vf_init_count) in efx_siena_sriov_get_vf_config()
1665 vf = nic_data->vf + vf_i; in efx_siena_sriov_get_vf_config()
1667 ivi->vf = vf_i; in efx_siena_sriov_get_vf_config()