Searched refs:scic_controller (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/isci/ |
H A D | isci_interrupt.c | 224 SCI_CONTROLLER_HANDLE_T scic_controller = in isci_interrupt_poll_handler() local 230 if(handlers.interrupt_handler(scic_controller) == TRUE) { in isci_interrupt_poll_handler() 237 handlers.completion_handler(scic_controller); in isci_interrupt_poll_handler()
|
H A D | isci.c | 577 scic_cb_pci_write_dword(SCI_CONTROLLER_HANDLE_T scic_controller, in scic_cb_pci_write_dword() argument 581 (SCI_CONTROLLER_HANDLE_T) sci_object_get_association(scic_controller); in scic_cb_pci_write_dword() 605 scic_cb_pci_read_dword(SCI_CONTROLLER_HANDLE_T scic_controller, void *address) in scic_cb_pci_read_dword() argument 608 (SCI_CONTROLLER_HANDLE_T)sci_object_get_association(scic_controller); in scic_cb_pci_read_dword()
|
/freebsd/sys/dev/isci/scil/ |
H A D | scic_task_request.h | 122 SCI_CONTROLLER_HANDLE_T scic_controller,
|
H A D | scic_io_request.h | 350 SCI_CONTROLLER_HANDLE_T scic_controller,
|
H A D | scic_sds_controller.c | 4822 SCIC_SDS_CONTROLLER_T * scic_controller = (SCIC_SDS_CONTROLLER_T *)controller; in scic_controller_set_interrupt_coalescence() local 4907 scic_controller, in scic_controller_set_interrupt_coalescence() 4912 scic_controller->interrupt_coalesce_number = (U16)coalesce_number; in scic_controller_set_interrupt_coalescence() 4913 scic_controller->interrupt_coalesce_timeout = coalesce_timeout/100; in scic_controller_set_interrupt_coalescence() 4926 SCIC_SDS_CONTROLLER_T * scic_controller = (SCIC_SDS_CONTROLLER_T *)controller; in scic_controller_get_interrupt_coalescence() local 4927 *coalesce_number = scic_controller->interrupt_coalesce_number; in scic_controller_get_interrupt_coalescence() 4928 *coalesce_timeout = scic_controller->interrupt_coalesce_timeout; in scic_controller_get_interrupt_coalescence() 4951 SCIC_SDS_CONTROLLER_T * scic_controller = (SCIC_SDS_CONTROLLER_T *)controller; in scic_controller_read_scratch_ram_dword() local 4952 U32 status = SMU_SMUCSR_READ(scic_controller); in scic_controller_read_scratch_ram_dword() 4967 *value = scu_controller_scratch_ram_register_read(scic_controller,zpt_index); in scic_controller_read_scratch_ram_dword() [all …]
|
H A D | scic_sds_request.c | 1030 SCI_CONTROLLER_HANDLE_T scic_controller, in scic_io_request_construct() argument 1045 sci_base_object_get_logger(scic_controller), in scic_io_request_construct() 1050 scic_controller, scic_remote_device, in scic_io_request_construct() 1057 (SCIC_SDS_CONTROLLER_T *)scic_controller, in scic_io_request_construct()
|