Home
last modified time | relevance | path

Searched refs:control_phy (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/scsi/aic94xx/ !
Daic94xx_scb.c647 struct control_phy *control_phy = &scb->control_phy; in control_phy_tasklet_complete() local
648 u8 phy_id = control_phy->phy_id; in control_phy_tasklet_complete()
662 switch (control_phy->sub_func) { in control_phy_tasklet_complete()
706 phy_id, control_phy->sub_func); in control_phy_tasklet_complete()
711 phy_id, control_phy->sub_func); in control_phy_tasklet_complete()
780 struct control_phy *control_phy = &scb->control_phy; in asd_build_control_phy() local
783 control_phy->phy_id = (u8) phy_id; in asd_build_control_phy()
784 control_phy->sub_func = subfunc; in asd_build_control_phy()
790 control_phy->hot_plug_delay = HOTPLUG_DELAY_TIMEOUT; in asd_build_control_phy()
793 set_speed_mask(&control_phy->speed_mask, phy->phy_desc); in asd_build_control_phy()
[all …]
Daic94xx_sas.h437 struct control_phy { struct
633 struct control_phy control_phy; member