Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/intel/igb/
Digb_main.c709 u32 rbase_offset = adapter->vfs_allocated_count; in igb_cache_ring_register()
718 if (adapter->vfs_allocated_count) { in igb_cache_ring_register()
1108 if (adapter->vfs_allocated_count) in igb_set_interrupt_capability()
1158 adapter->vfs_allocated_count = 0; in igb_set_interrupt_capability()
1524 if (adapter->vfs_allocated_count) { in igb_irq_enable()
1540 u16 pf_id = adapter->vfs_allocated_count; in igb_update_mng_vlan()
2144 if (adapter->vfs_allocated_count) { in igb_up()
2352 if (adapter->vfs_allocated_count) { in igb_reset()
2355 for (i = 0 ; i < adapter->vfs_allocated_count; i++) in igb_reset()
2498 int vfn = adapter->vfs_allocated_count; in igb_ndo_fdb_add()
[all …]
Digb.h539 unsigned int vfs_allocated_count; member
Digb_ethtool.c1556 tx_ring->reg_idx = adapter->vfs_allocated_count; in igb_setup_desc_rings()
1570 rx_ring->reg_idx = adapter->vfs_allocated_count; in igb_setup_desc_rings()
1578 wr32(E1000_MRQC, adapter->vfs_allocated_count << 3); in igb_setup_desc_rings()
3322 if (adapter->vfs_allocated_count) in igb_write_rss_indir_tbl()
3364 if (adapter->vfs_allocated_count) in igb_set_rxfh()
De1000_mac.c213 if (!adapter->vfs_allocated_count) in igb_vfta_set()