Lines Matching refs:msix_vector
273 uint8_t queue, uint8_t msix_vector);
294 uint8_t queue, uint8_t msix_vector);
6011 uint8_t queue, uint8_t msix_vector) in ixgbevf_set_ivar_map() argument
6017 msix_vector |= IXGBE_IVAR_ALLOC_VAL; in ixgbevf_set_ivar_map()
6020 tmp |= msix_vector; in ixgbevf_set_ivar_map()
6024 msix_vector |= IXGBE_IVAR_ALLOC_VAL; in ixgbevf_set_ivar_map()
6028 tmp |= (msix_vector << idx); in ixgbevf_set_ivar_map()
6046 uint8_t queue, uint8_t msix_vector) in ixgbe_set_ivar_map() argument
6050 msix_vector |= IXGBE_IVAR_ALLOC_VAL; in ixgbe_set_ivar_map()
6057 tmp |= (msix_vector << (8 * (queue & 0x3))); in ixgbe_set_ivar_map()
6068 tmp |= (msix_vector << idx); in ixgbe_set_ivar_map()
6075 tmp |= (msix_vector << idx); in ixgbe_set_ivar_map()