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

/freebsd-11-stable/sys/dev/isci/scil/
H A Dsci_controller_constants.h198 #ifndef SCI_MAX_MSIX_MESSAGES_PER_CONTROLLER
203 #define SCI_MAX_MSIX_MESSAGES_PER_CONTROLLER (2) macro
211 (SCI_MAX_MSIX_MESSAGES_PER_CONTROLLER * SCI_MAX_CONTROLLERS)
/freebsd-11-stable/sys/dev/isci/
H A Disci_interrupt.c83 SCI_MAX_MSIX_MESSAGES_PER_CONTROLLER, &isci->handlers[0]);
89 SCI_MAX_MSIX_MESSAGES_PER_CONTROLLER;
91 for (msix_index = 0; msix_index < SCI_MAX_MSIX_MESSAGES_PER_CONTROLLER;
127 uint8_t max_msix_messages = SCI_MAX_MSIX_MESSAGES_PER_CONTROLLER *

Completed in 104 milliseconds