Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/hfi1/
Dnetdev_rx.c107 if (uctxt->msix_intr != CCE_NUM_MSIX_VECTORS) in hfi1_netdev_deallocate_ctxt()
110 uctxt->msix_intr = CCE_NUM_MSIX_VECTORS; in hfi1_netdev_deallocate_ctxt()
Dmsix.c32 if (total >= CCE_NUM_MSIX_VECTORS) in msix_initialize()
Dchip_registers.h30 #define CCE_NUM_MSIX_VECTORS 256 macro
Dinit.c338 rcd->msix_intr = CCE_NUM_MSIX_VECTORS; in hfi1_create_ctxtdata()
Dhfi.h691 DECLARE_BITMAP(in_use_msix, CCE_NUM_MSIX_VECTORS);
Dchip.c13643 for (i = 0; i < CCE_NUM_MSIX_VECTORS; i++) { in reset_cce_csrs()