Home
last modified time | relevance | path

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

/freebsd/sys/dev/isci/scil/
H A Dscic_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()
H A Dscic_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()
H A Dscic_sgpio.h204 SCI_PORT_HANDLE_T port_handle,
246 SCI_PORT_HANDLE_T port_handle,
H A Dscic_controller.h584 SCI_PORT_HANDLE_T * port_handle
H A Dscic_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/sys/dev/isci/
H A Disci_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/sys/xen/
H A Dxen_intr.h184 xen_intr_describe(xen_intr_handle_t port_handle, const char *fmt, ...)
/freebsd/sys/dev/mana/
H A Dmana_en.c1055 apc->port_handle = resp.vport; in mana_query_vport_cfg()
1105 req.vport = apc->port_handle; in mana_cfg_vport()
1131 apc->port_handle, protection_dom_id, doorbell_pg_id); in mana_cfg_vport()
1160 req->vport = apc->port_handle; in mana_cfg_vport_steering()
1200 apc->port_handle, num_entries); in mana_cfg_vport_steering()
2150 err = mana_create_wq_obj(apc, apc->port_handle, GDMA_SQ, in mana_create_txq()
2470 err = mana_create_wq_obj(apc, apc->port_handle, GDMA_RQ, in mana_create_rxq()
2915 apc->port_handle = INVALID_MANA_HANDLE; in mana_probe_port()
H A Dmana.h530 mana_handle_t port_handle; member
/freebsd/sys/dev/xen/bus/
H A Dxen_intr.c975 xen_intr_describe(xen_intr_handle_t port_handle, const char *fmt, ...) in xen_intr_unbind()
981 isrc = xen_intr_isrc_from_handle(port_handle); in xen_intr_unbind()
956 xen_intr_describe(xen_intr_handle_t port_handle,const char * fmt,...) xen_intr_describe() argument
/freebsd/sys/dev/etherswitch/e6000sw/
H A De6000sw.c343 e6000sw_parse_ethernet(e6000sw_softc_t *sc, phandle_t port_handle, uint32_t port) { in e6000sw_parse_ethernet() argument
346 if (OF_getencprop(port_handle, "ethernet", (void*)&switch_eth_handle, in e6000sw_parse_ethernet()