Home
last modified time | relevance | path

Searched refs:tx_speed (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/net/usb/
Dcdc_ncm.c1824 uint32_t tx_speed = le32_to_cpu(data->ULBitRate); in cdc_ncm_speed_change() local
1830 if ((tx_speed > 1000000) && (rx_speed > 1000000)) { in cdc_ncm_speed_change()
1834 (unsigned int)(tx_speed / 1000000U)); in cdc_ncm_speed_change()
1839 (unsigned int)(tx_speed / 1000U)); in cdc_ncm_speed_change()
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-bus-thunderbolt137 What: /sys/bus/thunderbolt/devices/.../tx_speed
/Linux-v5.10/drivers/thunderbolt/
Dswitch.c1518 static DEVICE_ATTR(tx_speed, 0444, speed_show, NULL);