Home
last modified time | relevance | path

Searched refs:port_table (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/sys/dev/isci/scil/
Dscic_sds_controller.c1513 port_status = this_controller->port_table[index]. in scic_sds_controller_stop_ports()
1514 state_handlers->parent.stop_handler(&this_controller->port_table[index].parent); in scic_sds_controller_stop_ports()
1526 this_controller->port_table[index].logical_port_index, port_status in scic_sds_controller_stop_ports()
3821 port = &this_controller->port_table[index]; in scic_sds_controller_release_resource()
4349 *port_handle = &this_controller->port_table[port_index]; in scic_controller_get_port_handle()
5045 &(this_controller->port_table[index])); in scic_controller_suspend()
5081 &(this_controller->port_table[index])); in scic_controller_resume()
5127 if (this_controller->port_table[index].started_request_count != 0) in scic_controller_transition()
5526 &this_controller->port_table[index], in scic_sds_controller_reset_state_initialize_handler()
5662 result = this_controller->port_table[index]. in scic_sds_controller_initialized_state_start_handler()
[all …]
Dscic_sds_controller.h215 struct SCIC_SDS_PORT port_table[SCI_MAX_PORTS + 1]; member
Dscic_sds_port_configuration_agent.c401 &controller->port_table[port_index], in scic_sds_mpc_agent_validate_phy_configuration()
Dscic_sds_port.c359 &scic_sds_port_get_controller(port)->port_table[SCI_MAX_PORTS] in scic_sds_port_clear_phy()
1252 …SCIC_SDS_PORT_T *destination_port = &(this_port->owning_controller->port_table[the_phy->phy_index]… in scic_sds_port_link_detected()
/freebsd-10-stable/sys/pc98/cbus/
Dsio.c532 short port_table[7]; member
565 #define PC98SIO_data_port(type) (if_8251_type[type].port_table[0])
566 #define PC98SIO_cmd_port(type) (if_8251_type[type].port_table[1])
567 #define PC98SIO_sts_port(type) (if_8251_type[type].port_table[2])
568 #define PC98SIO_in_modem_port(type) (if_8251_type[type].port_table[3])
569 #define PC98SIO_intr_ctrl_port(type) (if_8251_type[type].port_table[4])
570 #define PC98SIO_baud_rate_port(type) (if_8251_type[type].port_table[5])
571 #define PC98SIO_func_port(type) (if_8251_type[type].port_table[6])