Searched defs:bandwidth (Results 1 - 25 of 41) sorted by relevance

12

/netbsd-current/usr.sbin/altq/libaltq/
H A Dqop_dummy.c77 u_int bandwidth = 0; local
H A Dqop_fifoq.c86 u_int bandwidth = 100000000; /* 100Mbps */ local
127 qcmd_fifoq_add_if(const char *ifname, u_int bandwidth, int qlimit) argument
142 qop_fifoq_add_if(struct ifinfo **rp, const char *ifname, u_int bandwidth, int qlimit) argument
H A Dqop_wfq.c86 u_int bandwidth = 100000000; /* 100Mbps */ local
156 qcmd_wfq_add_if(const char *ifname, u_int bandwidth, int hash_policy, argument
173 qop_wfq_add_if(struct ifinfo **rp, const char *ifname, u_int bandwidth, argument
H A Dqop_cbq.h63 u_int bandwidth; /* bandwidth in bps */ member in struct:cbq_classinfo
[all...]
H A Dqop_blue.c86 u_int bandwidth = 100000000; /* 100Mbps */ local
149 qcmd_blue_add_if(const char *ifname, u_int bandwidth, int max_pmark, argument
166 qop_blue_add_if(struct ifinfo **rp, const char *ifname, u_int bandwidth, argument
[all...]
H A Dqop_red.c86 u_int bandwidth = 100000000; /* 100Mbps */ local
175 qcmd_red_add_if(const char *ifname, u_int bandwidth, int weight, argument
193 qop_red_add_if(struct ifinfo **rp, const char *ifname, u_int bandwidth, int weight, int inv_pmax, int th_min, int th_max, int qlimit, int pkttime, int flags) argument
[all...]
H A Dqop_rio.c87 u_int bandwidth = 100000000; /* 100Mbps */ local
207 qcmd_rio_add_if(const char *ifname, u_int bandwidth, int weight, argument
238 qop_rio_add_if(struct ifinfo **rp, const char *ifname, u_int bandwidth, int weight, struct redparams *red_params, int qlimit, int pkttime, int flags) argument
[all...]
H A Dqop_priq.c94 u_int bandwidth = 100000000; /* 100Mbps */ local
180 qcmd_priq_add_if(const char *ifname, u_int bandwidth, int flags) argument
231 qop_priq_add_if(struct ifinfo **rp, const char *ifname, u_int bandwidth, int flags) argument
[all...]
H A Dqop_jobs.c150 u_int bandwidth = 100000000; /* 100 Mbps */ local
287 qcmd_jobs_add_if(const char *ifname, u_int bandwidth, int qlimit, int separate) argument
366 qop_jobs_add_if(struct ifinfo **rp, const char *ifname, u_int bandwidth, int qlimit, int separate) argument
[all...]
H A Daltq_qop.h75 u_int bandwidth; /* bandwidth in bps */ member in struct:ifinfo
H A Dqop_cbq.c115 u_int bandwidth = 100000000; /* 100Mbps */ local
172 u_int bandwidth = 0; local
312 qcmd_cbq_add_if(const char *ifname, u_int bandwidth, int is_wrr, int efficient, bool no_control) argument
326 qcmd_cbq_add_class(const char *ifname, const char *class_name, const char *parent_name, const char *borrow_name, u_int pri, u_int bandwidth, u_int maxdelay, u_int maxburst, u_int minburst, u_int av_pkt_size, u_int max_pkt_size, int admission_type, int flags) argument
404 qcmd_cbq_modify_class(const char *ifname, const char *class_name, u_int pri, u_int bandwidth, u_int maxdelay, u_int maxburst, u_int minburst, u_int av_pkt_size, u_int max_pkt_size, int flags) argument
481 qop_cbq_add_if(struct ifinfo **rp, const char *ifname, u_int bandwidth, int is_wrr, int efficient, bool no_control) argument
521 qop_cbq_add_class(struct classinfo **rp, const char *class_name, struct ifinfo *ifinfo, struct classinfo *parent, struct classinfo *borrow, u_int pri, u_int bandwidth, u_int maxdelay, u_int maxburst, u_int minburst, u_int av_pkt_size, u_int max_pkt_size, int admission_type, int flags) argument
671 qop_cbq_modify_class(struct classinfo *clinfo, u_int pri, u_int bandwidth, u_int maxdelay, u_int maxburst, u_int minburst, u_int av_pkt_size, u_int max_pkt_size, int flags) argument
767 cbq_class_spec(struct ifinfo *ifinfo, u_long parent_class, u_long borrow_class, u_int pri, int flags, u_int bandwidth, u_int maxdelay, u_int maxburst, u_int minburst, u_int av_pkt_size, u_int max_pkt_size, cbq_class_spec_t *cl_spec) argument
[all...]
H A Dqop_hfsc.c108 u_int bandwidth = 100000000; /* 100Mbps */ local
345 qcmd_hfsc_add_if(const char *ifname, u_int bandwidth, int flags) argument
412 qop_hfsc_add_if(struct ifinfo **rp, const char *ifname, u_int bandwidth, int flags) argument
[all...]
H A Dqop.c329 qop_add_if(struct ifinfo **rp, const char *ifname, u_int bandwidth, argument
794 double bandwidth; local
[all...]
/netbsd-current/sys/dev/i2c/
H A Dmt2131.c70 uint32_t bandwidth; member in struct:mt2131_softc
/netbsd-current/usr.sbin/altq/tbrconfig/
H A Dtbrconfig.c206 u_long bandwidth; local
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-igrp.c76 u_int delay, bandwidth; local
H A Dprint-eigrp.c136 nd_uint32_t bandwidth; member in struct:eigrp_tlv_ip_int_t
156 nd_uint32_t bandwidth; member in struct:eigrp_tlv_ip_ext_t
175 nd_uint32_t bandwidth; member in struct:eigrp_tlv_at_int_t
194 nd_uint32_t bandwidth; member in struct:eigrp_tlv_at_ext_t
[all...]
/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Dieee802_11_shared.c938 get_tx_parameters(struct sta_info *sta, int ap_max_chanwidth, int ap_seg1_idx, int *bandwidth, int *seg1_idx) argument
H A Dwpa_auth_glue.c842 hostapd_get_sta_tx_params(void *ctx, const u8 *addr, int ap_max_chanwidth, int ap_seg1_idx, int *bandwidth, int *seg1_idx) argument
/netbsd-current/sys/altq/
H A Daltq_priq.c625 priq_attach(struct ifaltq *ifq, u_int bandwidth) argument
H A Daltq_hfsc.h117 u_int bandwidth; /* link bandwidth in bits/sec */ member in struct:hfsc_attach
H A Daltq_jobs.h135 u_int bandwidth; /* link bandwidth in bits/sec */ member in struct:jobs_attach
/netbsd-current/sys/dev/usb/
H A Duhcivar.h142 u_int bandwidth; /* max bandwidth used by this frame */ member in struct:uhci_vframe
/netbsd-current/dist/pf/sbin/pfctl/
H A Dparse.y1431 bandwidth : STRING { label
[all...]
/netbsd-current/external/bsd/wpa/dist/src/drivers/
H A Ddriver_nl80211.h74 int bandwidth; member in struct:i802_bss

Completed in 408 milliseconds

12