Home
last modified time | relevance | path

Searched refs:port_handle (Results 1 – 9 of 9) sorted by relevance

/freebsd-13-stable/sys/dev/isci/scil/
HDscic_sds_sgpio.c183 SCI_PORT_HANDLE_T port_handle, in scic_sgpio_set_led_blink_pattern() argument
192 SCIC_SDS_PORT_T * port = (SCIC_SDS_PORT_T *) port_handle; in scic_sgpio_set_led_blink_pattern()
233 SCI_PORT_HANDLE_T port_handle, in scic_sgpio_set_led_state() argument
241 SCIC_SDS_PORT_T * port = (SCIC_SDS_PORT_T *) port_handle; in scic_sgpio_set_led_state()
HDscic_sgpio.h204 SCI_PORT_HANDLE_T port_handle,
246 SCI_PORT_HANDLE_T port_handle,
HDscic_sds_port_configuration_agent.c147 SCI_PORT_HANDLE_T port_handle; in scic_sds_port_configuration_agent_find_port() local
168 if (scic_controller_get_port_handle(controller, port_index, &port_handle) == SCI_SUCCESS) in scic_sds_port_configuration_agent_find_port()
170 SCIC_SDS_PORT_T * port = (SCIC_SDS_PORT_T *)port_handle; in scic_sds_port_configuration_agent_find_port()
690 SCI_PORT_HANDLE_T port_handle; in scic_sds_apc_agent_configure_ports() local
722 scic_controller_get_port_handle(controller, port_index, &port_handle); in scic_sds_apc_agent_configure_ports()
724 port = (SCIC_SDS_PORT_T *)port_handle; in scic_sds_apc_agent_configure_ports()
HDscic_controller.h584 SCI_PORT_HANDLE_T * port_handle
HDscic_sds_controller.c4334 SCI_PORT_HANDLE_T * port_handle in scic_controller_get_port_handle() argument
4344 controller, port_index, port_handle in scic_controller_get_port_handle()
4349 *port_handle = &this_controller->port_table[port_index]; in scic_controller_get_port_handle()
/freebsd-13-stable/sys/dev/isci/
HDisci_remote_device.c219 SCI_PORT_HANDLE_T port_handle; in isci_remote_device_get_bitrate() local
228 port_handle = scif_domain_get_scic_port_handle(domain->sci_object); in isci_remote_device_get_bitrate()
229 scic_port_get_properties(port_handle, &port_properties); in isci_remote_device_get_bitrate()
/freebsd-13-stable/sys/xen/
HDxen_intr.h196 xen_intr_describe(xen_intr_handle_t port_handle, const char *fmt, ...)
/freebsd-13-stable/sys/x86/xen/
HDxen_intr.c1509 xen_intr_describe(xen_intr_handle_t port_handle, const char *fmt, ...) in xen_intr_describe() argument
1515 isrc = xen_intr_isrc(port_handle); in xen_intr_describe()
/freebsd-13-stable/sys/dev/etherswitch/e6000sw/
HDe6000sw.c311 e6000sw_parse_ethernet(e6000sw_softc_t *sc, phandle_t port_handle, uint32_t port) { in e6000sw_parse_ethernet() argument
314 if (OF_getencprop(port_handle, "ethernet", (void*)&switch_eth_handle, in e6000sw_parse_ethernet()