• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/dev/isci/scil/

Lines Matching refs:phy

77  * This is the timeout value for the SATA phy to wait for a SIGNATURE FIS
162 * Debug code to record the state transitions for the phy object
179 * @brief This enumeration provides a named phy type for the state machine
184 * This is an unknown phy type since there is either nothing on the other
185 * end or we have not detected the phy type as yet.
206 * represent the core phy object and SCU hardware protocol engine.
213 * This field specifies the port object that owns/contains this phy.
218 * This field indicates whether the phy supports 1.5 Gb/s, 3.0 Gb/s,
224 * This member specifies the protocol being utilized on this phy. This
226 * a remote phy.
231 * This field specifies the index with which this phy is associated (0-3).
237 * it had no port assignement. This BCN will be reported once the phy is
345 * This macro returns the phy index for the specified phy
347 #define scic_sds_phy_get_index(phy) \
348 ((phy)->phy_index)
351 * @brief This macro returns the controller for this phy
353 #define scic_sds_phy_get_controller(phy) \
354 (scic_sds_port_get_controller((phy)->owning_port))
357 * @brief This macro returns the state machine for the base phy
359 #define scic_sds_phy_get_base_state_machine(phy) \
360 (&(phy)->parent.state_machine)
364 * this phy
366 #define scic_sds_phy_get_starting_substate_machine(phy) \
367 (&(phy)->starting_substate_machine)
370 * @brief This macro sets the state handlers for this phy object
372 #define scic_sds_phy_set_state_handlers(phy, handlers) \
373 ((phy)->state_handlers = (handlers))
376 * This macro set the base state handlers for the phy object.
378 #define scic_sds_phy_set_base_state_handlers(phy, state_id) \
380 (phy), \
385 * This macro returns TRUE if the current base state for this phy is
388 #define scic_sds_phy_is_ready(phy) \
392 scic_sds_phy_get_base_state_machine(phy) \
491 SCI_BASE_PHY_T *phy
495 SCI_BASE_PHY_T *phy
499 SCI_BASE_PHY_T * phy
503 SCI_BASE_PHY_T *phy
507 SCIC_SDS_PHY_T *phy,
512 SCIC_SDS_PHY_T *phy,
517 SCIC_SDS_PHY_T *phy
522 struct SCIC_SDS_PHY * phy