Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/igb/
H A Digb_main.c678 u32 rbase_offset = adapter->vfs_allocated_count; in igb_cache_ring_register()
687 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()
1502 if (adapter->vfs_allocated_count) { in igb_irq_enable()
1518 u16 pf_id = adapter->vfs_allocated_count; in igb_update_mng_vlan()
2127 if (adapter->vfs_allocated_count) { in igb_up()
2358 if (adapter->vfs_allocated_count) { in igb_reset()
2361 for (i = 0 ; i < adapter->vfs_allocated_count; i++) in igb_reset()
2505 int vfn = adapter->vfs_allocated_count; in igb_ndo_fdb_add()
[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 De1000_mac.c214 if (!adapter->vfs_allocated_count) in igb_vfta_set()