Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/isci/scil/
Dscic_sds_controller.h373 U32 next_phy_to_start; member
Dscic_sds_controller.c224 this_controller->next_phy_to_start = 0; in scic_sds_controller_initialize_phy_startup()
1669 if (this_controller->next_phy_to_start == SCI_MAX_PHYS) in scic_sds_controller_start_next_phy()
1684 the_phy = &this_controller->phy_table[this_controller->next_phy_to_start]; in scic_sds_controller_start_next_phy()
1693 this_controller->next_phy_to_start++; in scic_sds_controller_start_next_phy()
1716 this_controller->phy_table[this_controller->next_phy_to_start].phy_index, in scic_sds_controller_start_next_phy()
1721 this_controller->next_phy_to_start++; in scic_sds_controller_start_next_phy()
Dscic_sds_port_configuration_agent.c960 (controller->next_phy_to_start == SCI_MAX_PHYS) && in scic_sds_apc_agent_timeout_handler()