Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/igb/
Digb_main.c713 u32 rbase_offset = adapter->vfs_allocated_count; in igb_cache_ring_register()
722 if (adapter->vfs_allocated_count) { in igb_cache_ring_register()
1112 if (adapter->vfs_allocated_count) in igb_set_interrupt_capability()
1160 adapter->vfs_allocated_count = 0; in igb_set_interrupt_capability()
1520 if (adapter->vfs_allocated_count) { in igb_irq_enable()
1748 if (adapter->vfs_allocated_count) { in igb_up()
1964 if (adapter->vfs_allocated_count) { in igb_reset()
1967 for (i = 0 ; i < adapter->vfs_allocated_count; i++) in igb_reset()
2699 adapter->vfs_allocated_count = 0; in igb_disable_sriov()
2730 adapter->vfs_allocated_count = old_vfs; in igb_enable_sriov()
[all …]
Digb_ethtool.c1549 tx_ring->reg_idx = adapter->vfs_allocated_count; in igb_setup_desc_rings()
1563 rx_ring->reg_idx = adapter->vfs_allocated_count; in igb_setup_desc_rings()
1571 wr32(E1000_MRQC, adapter->vfs_allocated_count << 3); in igb_setup_desc_rings()
2874 if (adapter->vfs_allocated_count) in igb_write_rss_indir_tbl()
2916 if (adapter->vfs_allocated_count) in igb_set_rxfh()
2951 if (!!adapter->vfs_allocated_count) { in igb_max_channels()
2957 if (!!adapter->vfs_allocated_count) { in igb_max_channels()
Digb.h423 unsigned int vfs_allocated_count; member