Searched refs:max_speed (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/sys/dev/disk/nata/ |
| HD | atapi-tape.h | 73 u_int16_t max_speed; /* supported speed in KBps */ member
|
| HD | atapi-tape.c | 517 stp->cap.max_speed = ntohs(stp->cap.max_speed); in ast_sense() 701 device_printf(dev, "%dKB/s, ", stp->cap.max_speed); in ast_describe()
|
| /dragonfly/sys/dev/disk/sbp/ |
| HD | sbp.c | 104 static int max_speed = -1; variable 119 SYSCTL_INT(_hw_firewire_sbp, OID_AUTO, max_speed, CTLFLAG_RW, &max_speed, 0, 131 TUNABLE_INT("hw.firewire.sbp.max_speed", &max_speed); 1256 xfer->send.spd = min(sdev->target->fwdev->speed, max_speed); in sbp_write_cmd() 1801 xfer->spd = min(sdev->target->fwdev->speed, max_speed); in sbp_recv1() 1851 if (max_speed < 0) in sbp_attach() 1852 max_speed = sbp->fd.fc->speed; in sbp_attach() 2321 speed = min(target->fwdev->speed, max_speed); in sbp_action1()
|
| /dragonfly/sys/dev/drm/radeon/ |
| HD | ci_dpm.c | 4833 u16 pcie_speed, max_speed = 0; in ci_get_maximum_link_speed() local 4837 if (max_speed < pcie_speed) in ci_get_maximum_link_speed() 4838 max_speed = pcie_speed; in ci_get_maximum_link_speed() 4841 return max_speed; in ci_get_maximum_link_speed()
|
| HD | si_dpm.c | 5722 u16 pcie_speed, max_speed = 0; in si_get_maximum_link_speed() local 5726 if (max_speed < pcie_speed) in si_get_maximum_link_speed() 5727 max_speed = pcie_speed; in si_get_maximum_link_speed() 5729 return max_speed; in si_get_maximum_link_speed()
|
| /dragonfly/sys/dev/drm/amd/amdgpu/ |
| HD | si_dpm.c | 6175 u16 pcie_speed, max_speed = 0; in si_get_maximum_link_speed() local 6179 if (max_speed < pcie_speed) in si_get_maximum_link_speed() 6180 max_speed = pcie_speed; in si_get_maximum_link_speed() 6182 return max_speed; in si_get_maximum_link_speed()
|