Home
last modified time | relevance | path

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

/freebsd/sys/dev/isci/scil/
H A Dscic_sds_controller.h371 U32 next_phy_to_start; member
H A Dscic_sds_controller.c222 this_controller->next_phy_to_start = 0; in scic_sds_controller_initialize_phy_startup()
1667 if (this_controller->next_phy_to_start == SCI_MAX_PHYS) in scic_sds_controller_start_next_phy()
1682 the_phy = &this_controller->phy_table[this_controller->next_phy_to_start]; in scic_sds_controller_start_next_phy()
1691 this_controller->next_phy_to_start++; in scic_sds_controller_start_next_phy()
1714 this_controller->phy_table[this_controller->next_phy_to_start].phy_index, in scic_sds_controller_start_next_phy()
1719 this_controller->next_phy_to_start++; in scic_sds_controller_start_next_phy()
H A Dscic_sds_port_configuration_agent.c958 (controller->next_phy_to_start == SCI_MAX_PHYS) && in scic_sds_apc_agent_timeout_handler()