Lines Matching refs:port

151       "Domain:0x%x no associated core port found\n",
277 SCI_PORT_HANDLE_T port,
282 sci_base_object_get_logger((SCIF_SAS_DOMAIN_T*)sci_object_get_association(port)),
285 controller, port, completion_status
293 SCI_PORT_HANDLE_T port
297 sci_object_get_association(port);
303 controller, port
306 // The controller supplied with the port should match the controller
319 SCI_PORT_HANDLE_T port,
324 sci_object_get_association(port);
330 controller, port
333 // The controller supplied with the port should match the controller
337 // There is no need to take action on the port reconfiguring since it is
338 // just a change of the port width.
352 SCI_PORT_HANDLE_T port,
357 sci_object_get_association(port);
366 controller, port, completion_status
400 SCI_PORT_HANDLE_T port,
405 sci_object_get_association(port);
414 controller, port, phy
438 SCI_PORT_HANDLE_T port,
443 sci_base_object_get_logger(sci_object_get_association(port)),
446 controller, port, phy
454 SCI_PORT_HANDLE_T port,
459 sci_base_object_get_logger(sci_object_get_association(port)),
462 controller, port, phy
470 SCI_PORT_HANDLE_T port,
475 sci_base_object_get_logger(sci_object_get_association(port)),
478 controller, port, phy
486 SCI_PORT_HANDLE_T port,
491 sci_object_get_association(port);
494 sci_base_object_get_logger(sci_object_get_association(port)),
497 controller, port, phy
500 scif_sas_domain_update_device_port_width(fw_domain, port);
507 SCI_PORT_HANDLE_T port,
512 sci_object_get_association(port);
515 sci_base_object_get_logger(sci_object_get_association(port)),
518 controller, port, phy
521 scif_sas_domain_update_device_port_width(fw_domain, port);
530 * the construction process a linkage to the corresponding core port
567 // Retrieve the core's port object that directly corresponds to this
573 // Set the association in the core port to this framework domain object.
1060 //reset all the devices' port witdh except the top expander.
1450 * @brief This method update the direct attached device port width.
1453 * @param[in] port The associated port object which recently has link up/down
1460 SCI_PORT_HANDLE_T port
1471 fw_domain, port
1474 scic_port_get_properties(port, &properties);
1481 // If the device already existed in the domain, it is a wide port SSP target,
1482 // we need to update its port width.
1490 //Get accurate port width from port's phy mask for a DA device.