Searched refs:speed (Results 1 - 9 of 9) sorted by relevance

/net/atm/
H A DKconfig8 ATM is a high-speed networking technology for Local Area Networks
/net/irda/
H A Dirlap.c817 __u32 speed; local
820 speed = qos->baud_rate.value;
824 if (speed > 115200) {
834 self->xbofs_delay = irlap_min_turn_time_in_bytes(speed, min_turn_time);
863 * Function irlap_setspeed (self, speed)
865 * Change the speed of the IrDA port
868 static void irlap_change_speed(struct irlap_cb *self, __u32 speed, int now) argument
872 IRDA_DEBUG(0, "%s(), setting speed to %d\n", __func__, speed);
877 self->speed
[all...]
H A Dqos.c312 /* Set configured max speed */
703 * Function irlap_max_line_capacity (speed, max_turn_time, min_turn_time)
708 __u32 irlap_max_line_capacity(__u32 speed, __u32 max_turn_time) argument
713 IRDA_DEBUG(2, "%s(), speed=%d, max_turn_time=%d\n",
714 __func__, speed, max_turn_time);
716 i = value_index(speed, baud_rates, 10);
H A Dirlap_frame.c53 * Insert minimum turnaround time and speed information into the skb. We
63 * Insert MTT (min. turn time) and speed into skb, so that the
68 cb->next_speed = self->speed;
/net/netfilter/ipvs/
H A DKconfig233 The never queue scheduling algorithm adopts a two-speed model.
/net/dsa/
H A Dslave.c612 p->phy->speed = 0;
/net/packet/
H A Daf_packet.c559 u32 speed; local
568 speed = ethtool_cmd_speed(&ecmd);
572 * If the link speed is so slow you don't really
575 if (speed < SPEED_1000 || speed == SPEED_UNKNOWN) {
579 div = speed / 1000;
664 * a) line-speed and b) block-size.
/net/ipv4/
H A DKconfig499 congestion control for high speed network links. It uses a
567 YeAH-TCP is a sender-side high-speed enabled TCP congestion control
581 high speed long delay links. It uses round-trip-time to
/net/core/
H A Dnet-sysfs.c200 static DEVICE_ATTR_RO(speed);

Completed in 165 milliseconds