Home
last modified time | relevance | path

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

/freebsd/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/sys/dev/isci/
H A Disci_interrupt.c83 SCI_MAX_MSIX_MESSAGES_PER_CONTROLLER, &isci->handlers[0]); in isci_interrupt_setup_msix()
89 SCI_MAX_MSIX_MESSAGES_PER_CONTROLLER; in isci_interrupt_setup_msix()
91 for (msix_index = 0; msix_index < SCI_MAX_MSIX_MESSAGES_PER_CONTROLLER; in isci_interrupt_setup_msix()
127 uint8_t max_msix_messages = SCI_MAX_MSIX_MESSAGES_PER_CONTROLLER * in isci_interrupt_setup()