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

/freebsd-9.3-release/sys/dev/isci/
H A Disci_sysctl.c136 SCI_PHY_HANDLE_T phy_handle = NULL; local
140 phy_to_be_stopped, &phy_handle);
142 scic_phy_stop(phy_handle);
168 SCI_PHY_HANDLE_T phy_handle = NULL; local
172 phy_to_be_started, &phy_handle);
174 scic_phy_start(phy_handle);
H A Disci_remote_device.c222 SCI_PHY_HANDLE_T phy_handle; local
243 phy_index, &phy_handle);
244 scic_phy_get_properties(phy_handle, &phy_properties);
/freebsd-9.3-release/sys/dev/fdt/
H A Dfdt_common.c549 pcell_t phy_handle, phy_reg; local
553 if (OF_getprop(node, "phy-handle", (void *)&phy_handle,
554 sizeof(phy_handle)) <= 0)
557 phy_ihandle = (ihandle_t)phy_handle;
577 if (OF_getprop(phy_node, "phy-handle", (void *)&phy_handle,
578 sizeof(phy_handle)) > 0)
/freebsd-9.3-release/sys/dev/isci/scil/
H A Dscic_controller.h597 * @param[out] phy_handle This parameter specifies the retrieved phy handle
608 SCI_PHY_HANDLE_T * phy_handle
H A Dscic_sds_controller.c4362 SCI_PHY_HANDLE_T * phy_handle
4372 controller, phy_index, phy_handle
4377 *phy_handle = &this_controller->phy_table[phy_index];

Completed in 70 milliseconds