Home
last modified time | relevance | path

Searched refs:scic_sds_phy_get_controller (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dscic_sds_phy_registers.h80 scic_sds_phy_get_controller(phy), \
90 scic_sds_phy_get_controller(phy), \
145 scic_sds_phy_get_controller(phy), \
155 scic_sds_phy_get_controller(phy), \
H A Dscic_sds_phy.c1763 scic_sds_phy_get_controller(this_phy), frame_index); in scic_sds_phy_default_frame_handler()
1849 scic_sds_phy_get_controller(this_phy), in scic_sds_phy_stopped_state_start_handler()
1925 scic_sds_phy_get_controller(this_phy), in scic_sds_phy_ready_state_stop_handler()
2305 scic_sds_phy_get_controller(this_phy), in scic_sds_phy_stopped_state_enter()
2354 scic_sds_phy_get_controller(this_phy), in scic_sds_phy_starting_state_enter()
2386 scic_sds_phy_get_controller(this_phy), in scic_sds_phy_ready_state_enter()
3196 &(scic_sds_phy_get_controller(this_phy)->uf_control), in scic_sds_phy_starting_substate_await_iaf_uf_frame_handler()
3256 scic_sds_phy_get_controller(this_phy), frame_index in scic_sds_phy_starting_substate_await_iaf_uf_frame_handler()
3294 &(scic_sds_phy_get_controller(this_phy)->uf_control), in scic_sds_phy_starting_substate_await_sig_fis_frame_handler()
3311 &(scic_sds_phy_get_controller(this_phy)->uf_control), in scic_sds_phy_starting_substate_await_sig_fis_frame_handler()
[all …]
H A Dscic_sds_phy.h351 #define scic_sds_phy_get_controller(phy) \ macro