Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/intel/igb/
Digb_main.c701 u32 rbase_offset = adapter->vfs_allocated_count; in igb_cache_ring_register()
710 if (adapter->vfs_allocated_count) { in igb_cache_ring_register()
1099 if (adapter->vfs_allocated_count) in igb_set_interrupt_capability()
1149 adapter->vfs_allocated_count = 0; in igb_set_interrupt_capability()
1515 if (adapter->vfs_allocated_count) { in igb_irq_enable()
1531 u16 pf_id = adapter->vfs_allocated_count; in igb_update_mng_vlan()
2135 if (adapter->vfs_allocated_count) { in igb_up()
2342 if (adapter->vfs_allocated_count) { in igb_reset()
2345 for (i = 0 ; i < adapter->vfs_allocated_count; i++) in igb_reset()
2488 int vfn = adapter->vfs_allocated_count; in igb_ndo_fdb_add()
[all …]
Digb_ethtool.c1568 tx_ring->reg_idx = adapter->vfs_allocated_count; in igb_setup_desc_rings()
1582 rx_ring->reg_idx = adapter->vfs_allocated_count; in igb_setup_desc_rings()
1590 wr32(E1000_MRQC, adapter->vfs_allocated_count << 3); in igb_setup_desc_rings()
3313 if (adapter->vfs_allocated_count) in igb_write_rss_indir_tbl()
3355 if (adapter->vfs_allocated_count) in igb_set_rxfh()
Digb.h609 unsigned int vfs_allocated_count; member
De1000_mac.c214 if (!adapter->vfs_allocated_count) in igb_vfta_set()