Lines Matching refs:oob_mode
36 static void get_lrate_mode(struct asd_phy *phy, u8 oob_mode) in get_lrate_mode() argument
40 switch (oob_mode & 7) { in get_lrate_mode()
61 if (oob_mode & SAS_MODE) in get_lrate_mode()
62 phy->sas_phy.oob_mode = SAS_OOB_MODE; in get_lrate_mode()
63 else if (oob_mode & SATA_MODE) in get_lrate_mode()
64 phy->sas_phy.oob_mode = SATA_OOB_MODE; in get_lrate_mode()
75 u8 oob_mode = dl->status_block[2]; in asd_phy_event_tasklet() local
89 get_lrate_mode(phy, oob_mode); in asd_phy_event_tasklet()
140 && phy->sas_phy.oob_mode == SATA_OOB_MODE) { in asd_get_attached_sas_addr()
637 u8 oob_mode = dl->status_block[2]; in control_phy_tasklet_complete() local
658 get_lrate_mode(phy, oob_mode); in control_phy_tasklet_complete()