Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/igb/
Digb_main.c715 u32 rbase_offset = adapter->vfs_allocated_count; in igb_cache_ring_register()
724 if (adapter->vfs_allocated_count) { in igb_cache_ring_register()
1120 if (adapter->vfs_allocated_count) in igb_set_interrupt_capability()
1168 adapter->vfs_allocated_count = 0; in igb_set_interrupt_capability()
1528 if (adapter->vfs_allocated_count) { in igb_irq_enable()
1757 if (adapter->vfs_allocated_count) { in igb_up()
1961 if (adapter->vfs_allocated_count) { in igb_reset()
1964 for (i = 0 ; i < adapter->vfs_allocated_count; i++) in igb_reset()
2701 adapter->vfs_allocated_count = 0; in igb_disable_sriov()
2732 adapter->vfs_allocated_count = old_vfs; in igb_enable_sriov()
[all …]
Digb_ethtool.c1546 tx_ring->reg_idx = adapter->vfs_allocated_count; in igb_setup_desc_rings()
1560 rx_ring->reg_idx = adapter->vfs_allocated_count; in igb_setup_desc_rings()
1568 wr32(E1000_MRQC, adapter->vfs_allocated_count << 3); in igb_setup_desc_rings()
2888 if (adapter->vfs_allocated_count) in igb_write_rss_indir_tbl()
2930 if (adapter->vfs_allocated_count) in igb_set_rxfh()
2965 if (!!adapter->vfs_allocated_count) { in igb_max_channels()
2971 if (!!adapter->vfs_allocated_count) { in igb_max_channels()
Digb.h425 unsigned int vfs_allocated_count; member