Searched refs:port_handle (Results 1 - 8 of 8) sorted by path

/freebsd-11-stable/sys/dev/isci/
H A Disci_remote_device.c219 SCI_PORT_HANDLE_T port_handle; local
228 port_handle = scif_domain_get_scic_port_handle(domain->sci_object);
229 scic_port_get_properties(port_handle, &port_properties);
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_controller.h573 * @param[out] port_handle This parameter specifies the retrieved port handle
584 SCI_PORT_HANDLE_T * port_handle
H A Dscic_sds_controller.c4334 SCI_PORT_HANDLE_T * port_handle
4344 controller, port_index, port_handle
4349 *port_handle = &this_controller->port_table[port_index];
H A Dscic_sds_port_configuration_agent.c147 SCI_PORT_HANDLE_T port_handle; local
168 if (scic_controller_get_port_handle(controller, port_index, &port_handle) == SCI_SUCCESS)
170 SCIC_SDS_PORT_T * port = (SCIC_SDS_PORT_T *)port_handle;
690 SCI_PORT_HANDLE_T port_handle; local
722 scic_controller_get_port_handle(controller, port_index, &port_handle);
724 port = (SCIC_SDS_PORT_T *)port_handle;
H A Dscic_sds_sgpio.c183 SCI_PORT_HANDLE_T port_handle,
192 SCIC_SDS_PORT_T * port = (SCIC_SDS_PORT_T *) port_handle;
233 SCI_PORT_HANDLE_T port_handle,
241 SCIC_SDS_PORT_T * port = (SCIC_SDS_PORT_T *) port_handle;
181 scic_sgpio_set_led_blink_pattern( SCI_CONTROLLER_HANDLE_T controller, SCI_PORT_HANDLE_T port_handle, BOOL error, BOOL locate, BOOL activity, U8 pattern_selection ) argument
231 scic_sgpio_set_led_state( SCI_CONTROLLER_HANDLE_T controller, SCI_PORT_HANDLE_T port_handle, BOOL error, BOOL locate, BOOL activity ) argument
H A Dscic_sgpio.h192 * @param[in] port_handle - port handle is used to identify SGPIO bay
204 SCI_PORT_HANDLE_T port_handle,
237 * @param[in] port_handle - port handle is used to identify SGPIO bay
246 SCI_PORT_HANDLE_T port_handle,
/freebsd-11-stable/sys/xen/
H A Dxen_intr.h198 xen_intr_describe(xen_intr_handle_t port_handle, const char *fmt, ...)
/freebsd-11-stable/sys/x86/xen/
H A Dxen_intr.c1506 xen_intr_describe(xen_intr_handle_t port_handle, const char *fmt, ...) argument
1512 isrc = xen_intr_isrc(port_handle);

Completed in 216 milliseconds