Home
last modified time | relevance | path

Searched refs:vfs_allocated_count (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/net/ethernet/intel/igb/
H A Digb_main.c687 if (adapter->vfs_allocated_count) { in igb_cache_ring_register()
1083 if (adapter->vfs_allocated_count) in igb_set_interrupt_capability()
1133 adapter->vfs_allocated_count = 0; in igb_set_interrupt_capability()
3715 adapter->vfs_allocated_count = 0; in igb_disable_sriov()
3757 adapter->vfs_allocated_count = 0; in igb_enable_sriov()
3795 adapter->vfs_allocated_count); in igb_enable_sriov()
3822 adapter->vfs_allocated_count = 0; in igb_enable_sriov()
7680 adapter->vfs_allocated_count; in igb_available_rars()
7743 adapter->vfs_allocated_count; in igb_add_mac_filter_flags()
7787 adapter->vfs_allocated_count; in igb_del_mac_filter_flags()
[all …]
H A Digb_ethtool.c1573 tx_ring->reg_idx = adapter->vfs_allocated_count; in igb_setup_desc_rings()
1587 rx_ring->reg_idx = adapter->vfs_allocated_count; in igb_setup_desc_rings()
1595 wr32(E1000_MRQC, adapter->vfs_allocated_count << 3); in igb_setup_desc_rings()
3302 if (adapter->vfs_allocated_count) in igb_write_rss_indir_tbl()
3346 if (adapter->vfs_allocated_count) in igb_set_rxfh()
H A Digb.h616 unsigned int vfs_allocated_count; member
H A De1000_mac.c214 if (!adapter->vfs_allocated_count) in igb_vfta_set()