Home
last modified time | relevance | path

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

/linux-4.4.14/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()
1114 if (adapter->vfs_allocated_count) in igb_set_interrupt_capability()
1162 adapter->vfs_allocated_count = 0; in igb_set_interrupt_capability()
1522 if (adapter->vfs_allocated_count) { in igb_irq_enable()
1750 if (adapter->vfs_allocated_count) { in igb_up()
1954 if (adapter->vfs_allocated_count) { in igb_reset()
1957 for (i = 0 ; i < adapter->vfs_allocated_count; i++) in igb_reset()
2692 adapter->vfs_allocated_count = 0; in igb_disable_sriov()
2723 adapter->vfs_allocated_count = old_vfs; in igb_enable_sriov()
[all …]
Digb_ethtool.c1545 tx_ring->reg_idx = adapter->vfs_allocated_count; in igb_setup_desc_rings()
1559 rx_ring->reg_idx = adapter->vfs_allocated_count; in igb_setup_desc_rings()
1567 wr32(E1000_MRQC, adapter->vfs_allocated_count << 3); in igb_setup_desc_rings()
2887 if (adapter->vfs_allocated_count) in igb_write_rss_indir_tbl()
2929 if (adapter->vfs_allocated_count) in igb_set_rxfh()
2964 if (!!adapter->vfs_allocated_count) { in igb_max_channels()
2970 if (!!adapter->vfs_allocated_count) { in igb_max_channels()
Digb.h423 unsigned int vfs_allocated_count; member