Searched refs:kbps (Results 1 – 15 of 15) sorted by relevance
| /linux/Documentation/devicetree/bindings/hsi/ |
| H A D | client-devices.txt | 14 - hsi-speed-kbps: Max bit transmission speed in kbit/s 36 hsi-speed-kbps = <55000>;
|
| H A D | nokia-modem.txt | 41 hsi-speed-kbps = <55000>;
|
| /linux/drivers/net/wireless/ath/wil6210/ |
| H A D | wil_platform.h | 37 int (*bus_request)(void *handle, uint32_t kbps /* KBytes/Sec */);
|
| H A D | wil6210.h | 1350 void wil6210_bus_request(struct wil6210_priv *wil, u32 kbps);
|
| /linux/net/openvswitch/ |
| H A D | meter.h | 36 u16 kbps:1, keep_stats:1; member
|
| H A D | meter.c | 355 meter->kbps = a[OVS_METER_ATTR_KBPS] ? 1 : 0; in dp_meter_create() 649 cost = (meter->kbps) ? skb->len * 8 : 1000; in ovs_meter_execute()
|
| /linux/Documentation/networking/device_drivers/atm/ |
| H A D | cxacru.rst | 45 * downstream_rate (kbps) 52 * upstream_rate (kbps)
|
| /linux/Documentation/networking/device_drivers/ethernet/intel/ |
| H A D | igb.rst | 193 in 16.38431 kbps units, which means that if a idle slope of 2576kbps is 194 requested, the controller will be configured to use a idle slope of ~2589 kbps,
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cudbg_entity.h | 46 u32 kbps[NTX_SCHED]; member
|
| H A D | t4_hw.c | 10278 unsigned int *kbps, unsigned int *ipg, bool sleep_ok) in t4_get_tx_sched() argument 10282 if (kbps) { in t4_get_tx_sched() 10290 *kbps = 0; /* scheduler disabled */ in t4_get_tx_sched() 10293 *kbps = (v * bpt) / 125; in t4_get_tx_sched()
|
| H A D | cudbg_lib.c | 1651 t4_get_tx_sched(padap, i, &hw_sched_buff->kbps[i], in cudbg_collect_hw_sched()
|
| /linux/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | t3_hw.c | 2972 int t3_config_sched(struct adapter *adap, unsigned int kbps, int sched) in t3_config_sched() argument 2978 if (kbps > 0) { in t3_config_sched() 2979 kbps *= 125; /* -> bytes */ in t3_config_sched() 2982 bpt = (kbps + tps / 2) / tps; in t3_config_sched() 2985 delta = v >= kbps ? v - kbps : kbps - v; in t3_config_sched()
|
| /linux/Documentation/networking/ |
| H A D | radiotap-headers.rst | 129 * 500kbps units, eg, 0x02=1Mbps
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | omap3-n900.dts | 1135 hsi-speed-kbps = <55000>;
|
| /linux/Documentation/driver-api/media/drivers/ |
| H A D | cx2341x-devel.rst | 1474 the minimum bitrate should be 192 kbps.
|