Lines Matching refs:oob_mode
54 static void get_lrate_mode(struct asd_phy *phy, u8 oob_mode) in get_lrate_mode() argument
58 switch (oob_mode & 7) { in get_lrate_mode()
79 if (oob_mode & SAS_MODE) in get_lrate_mode()
80 phy->sas_phy.oob_mode = SAS_OOB_MODE; in get_lrate_mode()
81 else if (oob_mode & SATA_MODE) in get_lrate_mode()
82 phy->sas_phy.oob_mode = SATA_OOB_MODE; in get_lrate_mode()
94 u8 oob_mode = dl->status_block[2]; in asd_phy_event_tasklet() local
107 get_lrate_mode(phy, oob_mode); in asd_phy_event_tasklet()
157 && phy->sas_phy.oob_mode == SATA_OOB_MODE) { in asd_get_attached_sas_addr()
653 u8 oob_mode = dl->status_block[2]; in control_phy_tasklet_complete() local
674 get_lrate_mode(phy, oob_mode); in control_phy_tasklet_complete()