Searched refs:bandwidth (Results 1 - 14 of 14) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/drivers/dvb/cx23882/
H A Ddtt7592.h34 status_t dtt7592_set_frequency(i2c_bus *bus, uint32 frequency, dvb_bandwidth_t bandwidth);
H A Ddtt7592.c61 dtt7592_set_frequency(i2c_bus *bus, uint32 frequency, dvb_bandwidth_t bandwidth) argument
98 if (bandwidth == DVB_BANDWIDTH_5_MHZ
99 || bandwidth == DVB_BANDWIDTH_6_MHZ
100 || bandwidth == DVB_BANDWIDTH_7_MHZ) {
H A Dcx22702.c120 res = dtt7592_set_frequency(bus, params->frequency, params->bandwidth);
131 switch (params->bandwidth) {
/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-igrp.c47 register u_int delay, bandwidth; local
61 bandwidth = EXTRACT_24BITS(igr->igr_bw);
62 metric = bandwidth + delay;
68 10 * delay, bandwidth == 0 ? 0 : 10000000 / bandwidth,
H A Dprint-eigrp.c130 u_int8_t bandwidth[4]; member in struct:eigrp_tlv_ip_int_t
150 u_int8_t bandwidth[4]; member in struct:eigrp_tlv_ip_ext_t
169 u_int8_t bandwidth[4]; member in struct:eigrp_tlv_at_int_t
188 u_int8_t bandwidth[4]; member in struct:eigrp_tlv_at_ext_t
344 printf("\n\t delay %u ms, bandwidth %u Kbps, mtu %u, hop %u, reliability %u, load %u",
346 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_int->bandwidth),
381 printf("\n\t delay %u ms, bandwidth %u Kbps, mtu %u, hop %u, reliability %u, load %u",
383 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_ext->bandwidth),
413 printf("\n\t delay %u ms, bandwidth %u Kbps, mtu %u, hop %u, reliability %u, load %u",
415 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_at_int->bandwidth),
[all...]
H A Dprint-rsvp.c297 u_int8_t bandwidth[4]; member in struct:rsvp_obj_frr_t
1177 bw.i = EXTRACT_32BITS(obj_ptr.rsvp_obj_frr->bandwidth);
/haiku-fatelf/src/system/kernel/device_manager/
H A DIOSchedulerSimple.cpp448 off_t bandwidth = operation->Length(); local
449 quantum -= bandwidth;
450 usedBandwidth += bandwidth;
473 off_t bandwidth = operation->Length(); local
474 quantum -= bandwidth;
475 usedBandwidth += bandwidth;
634 // TODO: We might actually grant the owner more bandwidth than
641 off_t bandwidth = operation->Length(); local
642 quantum -= bandwidth;
643 iterationBandwidth -= bandwidth;
661 off_t bandwidth = 0; local
[all...]
/haiku-fatelf/headers/private/drivers/
H A Ddvb.h234 dvb_bandwidth_t bandwidth; member in struct:__anon659
/haiku-fatelf/src/add-ons/accelerants/via/engine/
H A Dbes.c23 /* returns true if the current displaymode leaves enough bandwidth for overlay
27 float refresh, bandwidth; local
44 bandwidth =
46 LOG(8,("Overlay: Current mode's refreshrate is %.2fHz, bandwidth is %.0f\n",
47 refresh, bandwidth));
59 if (bandwidth > 921600000.0) return false;
69 if (bandwidth > 4045440000.0) return false;
/haiku-fatelf/src/add-ons/kernel/file_systems/btrfs/
H A Dbtrfs.h134 uint8 bandwidth; member in struct:btrfs_device
/haiku-fatelf/src/add-ons/kernel/busses/usb/
H A Duhci.cpp467 // Set the max packet size for bandwidth reclamation to 64 bytes
476 // TODO: 4: bandwidth reclamation queue
499 // Create the array that will keep bandwidth information
1100 // Ignore the fact that the last descriptor might need less bandwidth.
1102 uint16 bandwidth = transfer->Bandwidth() / isochronousData->packet_count; local
1104 TRACE("isochronous transfer descriptor bandwidth %d\n", bandwidth);
1166 // find the first available frame with enough bandwidth.
1176 // 3. There is enough bandwidth in the first entry
1179 // Find out if the frame number specified has enough bandwidth,
[all...]
H A Dehci.cpp501 // Create the array that will keep bandwidth information
731 // Ignore the fact that the last descriptor might need less bandwidth.
733 uint16 bandwidth = transfer->Bandwidth() / isochronousData->packet_count; local
735 TRACE("isochronous transfer descriptor bandwidth %d\n", bandwidth);
763 // find the first available frame with enough bandwidth.
775 // 3. There is enough bandwidth in the first entry
778 // Find out if the frame number specified has enough bandwidth,
779 // otherwise find the first next available frame with enough bandwidth
843 fFrameBandwidth[currentFrame] -= bandwidth;
[all...]
/haiku-fatelf/src/bin/coreutils/
H A Dbootstrap45 do not want to waste your bandwidth downloading
/haiku-fatelf/src/add-ons/media/media-add-ons/dvb/
H A DDVBMediaNode.cpp2142 switch (fTuningParam.u.dvb_t.bandwidth) {
2578 param->bandwidth = DVB_BANDWIDTH_8_MHZ;

Completed in 126 milliseconds