Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/intel/ixgbe/
Dixgbe_sriov.c499 switch (adapter->vfinfo[vf].vf_api) { in ixgbe_set_vf_lpe()
741 adapter->vfinfo[vf].vf_api = ixgbe_mbox_api_10; in ixgbe_vf_reset_event()
1017 adapter->vfinfo[vf].vf_api = api; in ixgbe_negotiate_vf_api()
1037 switch (adapter->vfinfo[vf].vf_api) { in ixgbe_get_vf_queues()
1082 switch (adapter->vfinfo[vf].vf_api) { in ixgbe_get_vf_reta()
1115 switch (adapter->vfinfo[vf].vf_api) { in ixgbe_get_vf_rss_key()
1137 switch (adapter->vfinfo[vf].vf_api) { in ixgbe_update_vf_xcast_mode()
Dixgbe.h184 unsigned int vf_api; member