Searched defs:msix_vector (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fcio.h202 uint32_t msix_vector; member in struct:FCIO_EQ_DESC
H A Demlxs_fc.h1391 uint16_t msix_vector; member in struct:EQ_DESC
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c5275 ixgbe_setup_ivar(ixgbe_t *ixgbe, uint16_t intr_alloc_entry, uint8_t msix_vector, argument
5283 msix_vector |= IXGBE_IVAR_ALLOC_VAL;
5290 ivar |= (msix_vector << (8 * (intr_alloc_entry & 0x3)));
5300 msix_vector |= IXGBE_IVAR_ALLOC_VAL;
5304 ivar |= (msix_vector << index);
5308 msix_vector |= IXGBE_IVAR_ALLOC_VAL;
5313 ivar |= (msix_vector << index);

Completed in 83 milliseconds