Home
last modified time | relevance | path

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

/Linux-v5.10/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.c75 if (total >= CCE_NUM_MSIX_VECTORS) in msix_initialize()
Dchip_registers.h72 #define CCE_NUM_MSIX_VECTORS 256 macro
Dinit.c378 rcd->msix_intr = CCE_NUM_MSIX_VECTORS; in hfi1_create_ctxtdata()
Dhfi.h738 DECLARE_BITMAP(in_use_msix, CCE_NUM_MSIX_VECTORS);
Dchip.c13682 for (i = 0; i < CCE_NUM_MSIX_VECTORS; i++) { in reset_cce_csrs()