Home
last modified time | relevance | path

Searched refs:vf_api (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_sriov.c503 switch (adapter->vfinfo[vf].vf_api) { in ixgbe_set_vf_lpe()
745 adapter->vfinfo[vf].vf_api = ixgbe_mbox_api_10; in ixgbe_vf_reset_event()
1046 adapter->vfinfo[vf].vf_api = api; in ixgbe_negotiate_vf_api()
1066 switch (adapter->vfinfo[vf].vf_api) { in ixgbe_get_vf_queues()
1111 switch (adapter->vfinfo[vf].vf_api) { in ixgbe_get_vf_reta()
1144 switch (adapter->vfinfo[vf].vf_api) { in ixgbe_get_vf_rss_key()
1166 switch (adapter->vfinfo[vf].vf_api) { in ixgbe_update_vf_xcast_mode()
1240 switch (adapter->vfinfo[vf].vf_api) { in ixgbe_get_vf_link_state()
H A Dixgbe.h227 unsigned int vf_api; member