Searched refs:rdspeed (Results 1 – 1 of 1) sorted by relevance
299 u_int32_t rdspeed, u_int32_t wrspeed);3661 cdsetspeed(struct cam_periph *periph, u_int32_t rdspeed, u_int32_t wrspeed) in cdsetspeed() argument3673 if (rdspeed < 177) in cdsetspeed()3674 rdspeed *= 177; in cdsetspeed()3693 scsi_ulto2b(rdspeed, scsi_cmd->readspeed); in cdsetspeed()