Searched refs:VFRE_SHIFT (Results 1 – 2 of 2) sorted by relevance
210 const uint8_t VFRE_SHIFT = 5; /* VFRE 32 bits per slot */ in txgbe_pf_host_configure() local211 const uint8_t VFRE_MASK = (uint8_t)((1U << VFRE_SHIFT) - 1); in txgbe_pf_host_configure()230 vfre_slot = (vf_num >> VFRE_SHIFT) > 0 ? 1 : 0; in txgbe_pf_host_configure()375 const uint8_t VFRE_SHIFT = 5; /* VFRE 32 bits per slot */ in txgbe_vf_reset_msg() local376 const uint8_t VFRE_MASK = (uint8_t)((1U << VFRE_SHIFT) - 1); in txgbe_vf_reset_msg()381 reg_offset = (vf >> VFRE_SHIFT) > 0 ? 1 : 0; in txgbe_vf_reset_msg()
216 const uint8_t VFRE_SHIFT = 5; /* VFRE 32 bits per slot */ in ixgbe_pf_host_configure() local217 const uint8_t VFRE_MASK = (uint8_t)((1U << VFRE_SHIFT) - 1); in ixgbe_pf_host_configure()237 vfre_slot = (vf_num >> VFRE_SHIFT) > 0 ? 1 : 0; in ixgbe_pf_host_configure()385 const uint8_t VFRE_SHIFT = 5; /* VFRE 32 bits per slot */ in ixgbe_vf_reset_msg() local386 const uint8_t VFRE_MASK = (uint8_t)((1U << VFRE_SHIFT) - 1); in ixgbe_vf_reset_msg()391 reg_offset = (vf >> VFRE_SHIFT) > 0 ? 1 : 0; in ixgbe_vf_reset_msg()