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

/freebsd-12-stable/sys/dev/isci/scil/
H A Dscic_sds_port_configuration_agent.c262 scic_sds_phy_get_sas_address(&controller->phy_table[0], &first_address);
263 scic_sds_phy_get_sas_address(&controller->phy_table[3], &second_address);
278 scic_sds_phy_get_sas_address(&controller->phy_table[0], &first_address);
279 scic_sds_phy_get_sas_address(&controller->phy_table[2], &second_address);
295 scic_sds_phy_get_sas_address(&controller->phy_table[1], &first_address);
296 scic_sds_phy_get_sas_address(&controller->phy_table[3], &second_address);
362 &controller->phy_table[phy_index], &sas_address
389 &controller->phy_table[phy_index], &phy_assigned_address
404 &controller->phy_table[phy_index]
455 scic_sds_phy_get_port(&controller->phy_table[inde
[all...]
H A Dscic_sds_port.c143 if ( (this_port->phy_table[index] != NULL)
192 if (this_port->phy_table[index] != NULL)
282 phy = this_port->phy_table[index];
319 (port->phy_table[phy->phy_index] == SCI_INVALID_HANDLE)
327 port->phy_table[phy->phy_index] = phy;
354 (port->phy_table[phy->phy_index] == phy)
364 port->phy_table[phy->phy_index] = SCI_INVALID_HANDLE;
448 if (this_port->phy_table[index] != NULL)
450 scic_sds_phy_get_sas_address(this_port->phy_table[index], sas_address);
488 if (this_port->phy_table[inde
[all...]
H A Dscic_sds_port.h171 struct SCIC_SDS_PHY *phy_table[SCI_MAX_PHYS]; member in struct:SCIC_SDS_PORT
H A Dscic_sds_controller.c1593 SCIC_SDS_PHY_T *the_phy = & this_controller->phy_table[index];
1684 the_phy = &this_controller->phy_table[this_controller->next_phy_to_start];
1716 this_controller->phy_table[this_controller->next_phy_to_start].phy_index,
1747 phy_status = scic_phy_stop(&this_controller->phy_table[index]);
1760 this_controller->phy_table[index].phy_index, phy_status
1977 current_phy = &this_controller->phy_table[i];
2209 phy = &this_controller->phy_table[index];
2226 phy = &this_controller->phy_table[index];
2363 phy = &this_controller->phy_table[index];
3829 phy = &this_controller->phy_table[inde
[all...]
H A Dscic_sds_controller.h223 struct SCIC_SDS_PHY phy_table[SCI_MAX_PHYS]; member in struct:SCIC_SDS_CONTROLLER

Completed in 78 milliseconds