Lines Matching refs:msix_vector
273 uint8_t queue, uint8_t msix_vector);
289 uint8_t queue, uint8_t msix_vector);
5851 uint8_t queue, uint8_t msix_vector) in ixgbevf_set_ivar_map() argument
5857 msix_vector |= IXGBE_IVAR_ALLOC_VAL; in ixgbevf_set_ivar_map()
5860 tmp |= msix_vector; in ixgbevf_set_ivar_map()
5864 msix_vector |= IXGBE_IVAR_ALLOC_VAL; in ixgbevf_set_ivar_map()
5868 tmp |= (msix_vector << idx); in ixgbevf_set_ivar_map()
5886 uint8_t queue, uint8_t msix_vector) in ixgbe_set_ivar_map() argument
5890 msix_vector |= IXGBE_IVAR_ALLOC_VAL; in ixgbe_set_ivar_map()
5897 tmp |= (msix_vector << (8 * (queue & 0x3))); in ixgbe_set_ivar_map()
5908 tmp |= (msix_vector << idx); in ixgbe_set_ivar_map()
5915 tmp |= (msix_vector << idx); in ixgbe_set_ivar_map()