Lines Matching refs:control_phy
631 struct control_phy *control_phy = &scb->control_phy; in control_phy_tasklet_complete() local
632 u8 phy_id = control_phy->phy_id; in control_phy_tasklet_complete()
646 switch (control_phy->sub_func) { in control_phy_tasklet_complete()
690 phy_id, control_phy->sub_func); in control_phy_tasklet_complete()
695 phy_id, control_phy->sub_func); in control_phy_tasklet_complete()
770 struct control_phy *control_phy = &scb->control_phy; in asd_build_control_phy() local
773 control_phy->phy_id = (u8) phy_id; in asd_build_control_phy()
774 control_phy->sub_func = subfunc; in asd_build_control_phy()
780 control_phy->hot_plug_delay = HOTPLUG_DELAY_TIMEOUT; in asd_build_control_phy()
783 set_speed_mask(&control_phy->speed_mask, phy->phy_desc); in asd_build_control_phy()
787 control_phy->port_type = SAS_PROTOCOL_ALL << 4; in asd_build_control_phy()
789 control_phy->port_type = SAS_PROTOCOL_ALL; in asd_build_control_phy()
791 control_phy->port_type = in asd_build_control_phy()
795 control_phy->link_reset_retries = 10; in asd_build_control_phy()
800 control_phy->func_mask = FUNCTION_MASK_DEFAULT; in asd_build_control_phy()
802 control_phy->func_mask &= ~SPINUP_HOLD_DIS; in asd_build_control_phy()
804 control_phy->func_mask |= SPINUP_HOLD_DIS; in asd_build_control_phy()
807 control_phy->conn_handle = cpu_to_le16(0xFFFF); in asd_build_control_phy()