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

/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_sds_controller.c1513 port_status = this_controller->port_table[index].
1514 state_handlers->parent.stop_handler(&this_controller->port_table[index].parent);
1526 this_controller->port_table[index].logical_port_index, port_status
3821 port = &this_controller->port_table[index];
4349 *port_handle = &this_controller->port_table[port_index];
5045 &(this_controller->port_table[index]));
5081 &(this_controller->port_table[index]));
5127 if (this_controller->port_table[index].started_request_count != 0)
5526 &this_controller->port_table[index],
5662 result = this_controller->port_table[inde
[all...]
H A Dscic_sds_controller.h215 struct SCIC_SDS_PORT port_table[SCI_MAX_PORTS + 1]; member in struct:SCIC_SDS_CONTROLLER
H A Dscic_sds_port_configuration_agent.c401 &controller->port_table[port_index],
H A Dscic_sds_port.c359 &scic_sds_port_get_controller(port)->port_table[SCI_MAX_PORTS]
1252 SCIC_SDS_PORT_T *destination_port = &(this_port->owning_controller->port_table[the_phy->phy_index]);
/freebsd-11-stable/sys/pc98/cbus/
H A Dsio.c532 short port_table[7]; member in struct:__anon13151
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])

Completed in 64 milliseconds