Searched refs:SCI_MAX_MSIX_MESSAGES_PER_CONTROLLER (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/isci/scil/
H A Dsci_controller_constants.h200 #ifndef SCI_MAX_MSIX_MESSAGES_PER_CONTROLLER
205 #define SCI_MAX_MSIX_MESSAGES_PER_CONTROLLER (2) macro
213 (SCI_MAX_MSIX_MESSAGES_PER_CONTROLLER * SCI_MAX_CONTROLLERS)
/freebsd-13-stable/sys/dev/isci/
H A Disci_interrupt.c85 SCI_MAX_MSIX_MESSAGES_PER_CONTROLLER, &isci->handlers[0]);
91 SCI_MAX_MSIX_MESSAGES_PER_CONTROLLER;
93 for (msix_index = 0; msix_index < SCI_MAX_MSIX_MESSAGES_PER_CONTROLLER;
129 uint8_t max_msix_messages = SCI_MAX_MSIX_MESSAGES_PER_CONTROLLER *

Completed in 42 milliseconds