Searched refs:SCIC_SDS_PHY_T (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/isci/scil/ |
H A D | scic_sds_phy.c | 102 SCIC_SDS_PHY_T *this_phy, in scic_sds_phy_transport_layer_initialization() 137 SCIC_SDS_PHY_T *this_phy, in scic_sds_phy_link_layer_initialization() 462 SCIC_SDS_PHY_T * this_phy = (SCIC_SDS_PHY_T *)cookie; in scic_sds_phy_sata_timeout() 491 return sizeof(SCIC_SDS_PHY_T); in scic_sds_phy_get_object_size() 519 SCIC_SDS_PHY_T *this_phy in scic_sds_phy_initialize_state_logging() 554 SCIC_SDS_PHY_T *this_phy; in scic_sds_phy_observe_state_change() 562 this_phy = (SCIC_SDS_PHY_T *)the_state_machine->state_machine_owner; in scic_sds_phy_observe_state_change() 604 SCIC_SDS_PHY_T *this_phy in scic_sds_phy_initialize_state_recording() 633 SCIC_SDS_PHY_T *this_phy, in scic_sds_phy_construct() 694 SCIC_SDS_PHY_T *this_phy in scic_sds_phy_get_port() [all …]
|
H A D | scic_sds_phy.h | 301 } SCIC_SDS_PHY_T; typedef 304 typedef SCI_STATUS (*SCIC_SDS_PHY_EVENT_HANDLER_T)(SCIC_SDS_PHY_T *, U32); 305 typedef SCI_STATUS (*SCIC_SDS_PHY_FRAME_HANDLER_T)(SCIC_SDS_PHY_T *, U32); 306 typedef SCI_STATUS (*SCIC_SDS_PHY_POWER_HANDLER_T)(SCIC_SDS_PHY_T *); 411 SCIC_SDS_PHY_T *this_phy 420 SCIC_SDS_PHY_T *this_phy, 426 SCIC_SDS_PHY_T * this_phy 451 SCIC_SDS_PHY_T *this_phy, 456 SCIC_SDS_PHY_T *this_phy, 461 SCIC_SDS_PHY_T *this_phy [all …]
|
H A D | scic_sds_port.c | 269 SCIC_SDS_PHY_T * scic_sds_port_get_a_connected_phy( in scic_sds_port_get_a_connected_phy() 274 SCIC_SDS_PHY_T *phy; in scic_sds_port_get_a_connected_phy() 310 SCIC_SDS_PHY_T *phy in scic_sds_port_set_phy() 347 SCIC_SDS_PHY_T *phy in scic_sds_port_clear_phy() 385 SCIC_SDS_PHY_T * the_phy in scic_sds_port_add_phy() 408 SCIC_SDS_PHY_T * the_phy in scic_sds_port_remove_phy() 511 SCIC_SDS_PHY_T *phy; in scic_sds_port_get_attached_sas_address() 568 SCIC_SDS_PHY_T *phy; in scic_sds_port_get_attached_protocols() 863 SCIC_SDS_PHY_T * the_phy, in scic_sds_port_general_link_up_handler() 1051 SCIC_SDS_PHY_T * the_phy in scic_sds_port_resume_phy() [all …]
|
H A D | scic_sds_port_configuration_agent.c | 143 SCIC_SDS_PHY_T * phy in scic_sds_port_configuration_agent_find_port() 480 SCIC_SDS_PHY_T * phy in scic_sds_mpc_agent_link_up() 529 SCIC_SDS_PHY_T * phy in scic_sds_mpc_agent_link_down() 649 SCIC_SDS_PHY_T * phy, in scic_sds_apc_agent_start_timer() 683 SCIC_SDS_PHY_T * phy, in scic_sds_apc_agent_configure_ports() 828 SCIC_SDS_PHY_T * phy in scic_sds_apc_agent_link_up() 886 SCIC_SDS_PHY_T * phy in scic_sds_apc_agent_link_down()
|
H A D | scic_sds_controller.c | 1591 SCIC_SDS_PHY_T *the_phy = & this_controller->phy_table[index]; in scic_sds_controller_is_start_complete() 1680 SCIC_SDS_PHY_T * the_phy; in scic_sds_controller_start_next_phy() 1885 SCIC_SDS_PHY_T *the_phy = NULL; in scic_sds_controller_power_control_timer_handler() 1908 SCIC_SDS_PHY_T * current_requester_phy; in scic_sds_controller_power_control_timer_handler() 1951 SCIC_SDS_PHY_T *the_phy in scic_sds_controller_power_control_queue_insert() 1972 SCIC_SDS_PHY_T * current_phy; in scic_sds_controller_power_control_queue_insert() 2007 SCIC_SDS_PHY_T *the_phy in scic_sds_controller_power_control_queue_remove() 2183 SCIC_SDS_PHY_T * phy; in scic_sds_controller_unsolicited_frame() 2266 SCIC_SDS_PHY_T *phy; in scic_sds_controller_event_completion() 3227 SCIC_SDS_PHY_T *the_phy in scic_sds_controller_link_up() [all …]
|
H A D | scic_sds_controller.h | 158 SCIC_SDS_PHY_T *requesters[SCI_MAX_PHYS];
|
H A D | scic_sds_remote_device.c | 905 SCIC_SDS_PHY_T * phy; in scic_sds_remote_device_is_atapi()
|