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

/drivers/virtio/
H A Dvirtio_pci.c92 unsigned msix_vector; member in struct:virtio_pci_vq_info
407 info->msix_vector = msix_vec;
499 info->msix_vector != VIRTIO_MSI_NO_VECTOR)
500 free_irq(vp_dev->msix_entries[info->msix_vector].vector,
/drivers/block/
H A Dcciss.h93 unsigned int msix_vector; member in struct:ctlr_info
336 if (!(h->msi_vector || h->msix_vector)) {
396 if (h->msi_vector || h->msix_vector)
/drivers/scsi/
H A Dhpsa.h72 unsigned int msix_vector; member in struct:ctlr_info
266 if (!(h->msi_vector || h->msix_vector)) {
342 if (h->msi_vector || h->msix_vector)
/drivers/net/ethernet/intel/igbvf/
H A Dnetdev.c912 int tx_queue, int msix_vector)
927 ivar |= (msix_vector | E1000_IVAR_VALID) << 16;
931 ivar |= msix_vector | E1000_IVAR_VALID;
933 adapter->rx_ring[rx_queue].eims_value = 1 << msix_vector;
942 ivar |= (msix_vector | E1000_IVAR_VALID) << 24;
946 ivar |= (msix_vector | E1000_IVAR_VALID) << 8;
948 adapter->tx_ring[tx_queue].eims_value = 1 << msix_vector;
911 igbvf_assign_vector(struct igbvf_adapter *adapter, int rx_queue, int tx_queue, int msix_vector) argument
/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c123 * @msix_vector: the vector to map to the corresponding queue
127 u8 queue, u8 msix_vector)
133 msix_vector |= IXGBE_IVAR_ALLOC_VAL;
136 ivar |= msix_vector;
140 msix_vector |= IXGBE_IVAR_ALLOC_VAL;
144 ivar |= (msix_vector << index);
126 ixgbevf_set_ivar(struct ixgbevf_adapter *adapter, s8 direction, u8 queue, u8 msix_vector) argument
/drivers/net/ethernet/intel/igb/
H A Digb_main.c782 * @msix_vector: vector number we are allocating to a given ring
791 static void igb_write_ivar(struct e1000_hw *hw, int msix_vector, argument
800 ivar |= (msix_vector | E1000_IVAR_VALID) << offset;
806 static void igb_assign_vector(struct igb_q_vector *q_vector, int msix_vector) argument
829 if (!adapter->msix_entries && msix_vector == 0)
831 array_wr32(E1000_MSIXBM(0), msix_vector, msixbm);
842 igb_write_ivar(hw, msix_vector,
846 igb_write_ivar(hw, msix_vector,
849 q_vector->eims_value = 1 << msix_vector;
861 igb_write_ivar(hw, msix_vector,
[all...]
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c524 * @msix_vector: the vector to map to the corresponding queue
528 u8 queue, u8 msix_vector)
534 msix_vector |= IXGBE_IVAR_ALLOC_VAL;
540 ivar |= (msix_vector << (8 * (queue & 0x3)));
547 msix_vector |= IXGBE_IVAR_ALLOC_VAL;
551 ivar |= (msix_vector << index);
556 msix_vector |= IXGBE_IVAR_ALLOC_VAL;
560 ivar |= (msix_vector << index);
527 ixgbe_set_ivar(struct ixgbe_adapter *adapter, s8 direction, u8 queue, u8 msix_vector) argument
/drivers/scsi/qla4xxx/
H A Dql4_def.h377 uint16_t msix_vector; member in struct:ql4_msix_entry

Completed in 1881 milliseconds