Searched refs:VFRE_SHIFT (Results 1 – 3 of 3) sorted by relevance
209 const uint8_t VFRE_SHIFT = 5; /* VFRE 32 bits per slot */ in txgbe_pf_host_configure() local210 const uint8_t VFRE_MASK = (uint8_t)((1U << VFRE_SHIFT) - 1); in txgbe_pf_host_configure()229 vfre_slot = (vf_num >> VFRE_SHIFT) > 0 ? 1 : 0; in txgbe_pf_host_configure()374 const uint8_t VFRE_SHIFT = 5; /* VFRE 32 bits per slot */ in txgbe_vf_reset_msg() local375 const uint8_t VFRE_MASK = (uint8_t)((1U << VFRE_SHIFT) - 1); in txgbe_vf_reset_msg()380 reg_offset = (vf >> VFRE_SHIFT) > 0 ? 1 : 0; in txgbe_vf_reset_msg()
213 const uint8_t VFRE_SHIFT = 5; /* VFRE 32 bits per slot */ in ixgbe_pf_host_configure() local214 const uint8_t VFRE_MASK = (uint8_t)((1U << VFRE_SHIFT) - 1); in ixgbe_pf_host_configure()234 vfre_slot = (vf_num >> VFRE_SHIFT) > 0 ? 1 : 0; in ixgbe_pf_host_configure()382 const uint8_t VFRE_SHIFT = 5; /* VFRE 32 bits per slot */ in ixgbe_vf_reset_msg() local383 const uint8_t VFRE_MASK = (uint8_t)((1U << VFRE_SHIFT) - 1); in ixgbe_vf_reset_msg()388 reg_offset = (vf >> VFRE_SHIFT) > 0 ? 1 : 0; in ixgbe_vf_reset_msg()
139 const uint8_t VFRE_SHIFT = 5; /* VFRE 32 bits per slot */ in ngbe_pf_host_configure() local140 const uint8_t VFRE_MASK = (uint8_t)((1U << VFRE_SHIFT) - 1); in ngbe_pf_host_configure()287 const uint8_t VFRE_SHIFT = 5; /* VFRE 32 bits per slot */ in ngbe_vf_reset_msg() local288 const uint8_t VFRE_MASK = (uint8_t)((1U << VFRE_SHIFT) - 1); in ngbe_vf_reset_msg()