Home
last modified time | relevance | path

Searched refs:VFTA_BLOCK_SIZE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
H A Digb_main.c5108 #define VFTA_BLOCK_SIZE 8 macro
5112 u32 vfta[VFTA_BLOCK_SIZE] = { 0 }; in igb_scrub_vfta()
5114 u32 vid_end = vid_start + (VFTA_BLOCK_SIZE * 32); in igb_scrub_vfta()
5154 for (i = VFTA_BLOCK_SIZE; i--;) { in igb_scrub_vfta()
5176 for (i = 0; i < E1000_VLAN_FILTER_TBL_SIZE; i += VFTA_BLOCK_SIZE) in igb_vlan_promisc_disable()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/
H A Digb_main.c5194 #define VFTA_BLOCK_SIZE 8 macro
5198 u32 vfta[VFTA_BLOCK_SIZE] = { 0 }; in igb_scrub_vfta()
5200 u32 vid_end = vid_start + (VFTA_BLOCK_SIZE * 32); in igb_scrub_vfta()
5240 for (i = VFTA_BLOCK_SIZE; i--;) { in igb_scrub_vfta()
5262 for (i = 0; i < E1000_VLAN_FILTER_TBL_SIZE; i += VFTA_BLOCK_SIZE) in igb_vlan_promisc_disable()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c4604 #define VFTA_BLOCK_SIZE 8 macro
4608 u32 vfta[VFTA_BLOCK_SIZE] = { 0 }; in ixgbe_scrub_vfta()
4610 u32 vid_end = vid_start + (VFTA_BLOCK_SIZE * 32); in ixgbe_scrub_vfta()
4640 for (i = VFTA_BLOCK_SIZE; i--;) { in ixgbe_scrub_vfta()
4672 for (i = 0; i < hw->mac.vft_size; i += VFTA_BLOCK_SIZE) in ixgbe_vlan_promisc_disable()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c4596 #define VFTA_BLOCK_SIZE 8 macro
4600 u32 vfta[VFTA_BLOCK_SIZE] = { 0 }; in ixgbe_scrub_vfta()
4602 u32 vid_end = vid_start + (VFTA_BLOCK_SIZE * 32); in ixgbe_scrub_vfta()
4632 for (i = VFTA_BLOCK_SIZE; i--;) { in ixgbe_scrub_vfta()
4664 for (i = 0; i < hw->mac.vft_size; i += VFTA_BLOCK_SIZE) in ixgbe_vlan_promisc_disable()

Completed in 46 milliseconds