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

/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_sds_port_configuration_agent.c260 scic_sds_phy_get_sas_address(&controller->phy_table[0], &first_address);
261 scic_sds_phy_get_sas_address(&controller->phy_table[3], &second_address);
276 scic_sds_phy_get_sas_address(&controller->phy_table[0], &first_address);
277 scic_sds_phy_get_sas_address(&controller->phy_table[2], &second_address);
293 scic_sds_phy_get_sas_address(&controller->phy_table[1], &first_address);
294 scic_sds_phy_get_sas_address(&controller->phy_table[3], &second_address);
360 &controller->phy_table[phy_index], &sas_address
387 &controller->phy_table[phy_index], &phy_assigned_address
402 &controller->phy_table[phy_index]
453 scic_sds_phy_get_port(&controller->phy_table[inde
[all...]
H A Dscic_sds_port.c141 if ( (this_port->phy_table[index] != NULL)
190 if (this_port->phy_table[index] != NULL)
280 phy = this_port->phy_table[index];
317 (port->phy_table[phy->phy_index] == SCI_INVALID_HANDLE)
325 port->phy_table[phy->phy_index] = phy;
352 (port->phy_table[phy->phy_index] == phy)
362 port->phy_table[phy->phy_index] = SCI_INVALID_HANDLE;
446 if (this_port->phy_table[index] != NULL)
448 scic_sds_phy_get_sas_address(this_port->phy_table[index], sas_address);
486 if (this_port->phy_table[inde
[all...]
H A Dscic_sds_port.h169 struct SCIC_SDS_PHY *phy_table[SCI_MAX_PHYS]; member in struct:SCIC_SDS_PORT
H A Dscic_sds_controller.c1591 SCIC_SDS_PHY_T *the_phy = & this_controller->phy_table[index];
1682 the_phy = &this_controller->phy_table[this_controller->next_phy_to_start];
1714 this_controller->phy_table[this_controller->next_phy_to_start].phy_index,
1745 phy_status = scic_phy_stop(&this_controller->phy_table[index]);
1758 this_controller->phy_table[index].phy_index, phy_status
1975 current_phy = &this_controller->phy_table[i];
2207 phy = &this_controller->phy_table[index];
2224 phy = &this_controller->phy_table[index];
2361 phy = &this_controller->phy_table[index];
3827 phy = &this_controller->phy_table[inde
[all...]
H A Dscic_sds_controller.h221 struct SCIC_SDS_PHY phy_table[SCI_MAX_PHYS]; member in struct:SCIC_SDS_CONTROLLER

Completed in 178 milliseconds