Home
last modified time | relevance | path

Searched refs:set_msix_vector_map (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/nvidia/
Dforcedeth.c3987 static void set_msix_vector_map(struct net_device *dev, u32 vector, u32 irqmask) in set_msix_vector_map() function
4077 set_msix_vector_map(dev, NV_MSI_X_VECTOR_RX, NVREG_IRQ_RX_ALL); in nv_request_irq()
4078 set_msix_vector_map(dev, NV_MSI_X_VECTOR_TX, NVREG_IRQ_TX_ALL); in nv_request_irq()
4079 set_msix_vector_map(dev, NV_MSI_X_VECTOR_OTHER, NVREG_IRQ_OTHER); in nv_request_irq()