Searched refs:bw (Results 1 - 25 of 48) sorted by relevance

12

/freebsd-11.0-release/contrib/ofed/management/infiniband-diags/scripts/
H A Dibchecknode.in12 if [ "$bw" = "yes" ]; then
24 if [ "$bw" = "yes" ]; then
32 bw=""
42 bw=yes
H A Dibcheckport.in12 if [ "$bw" = "yes" ]; then
24 if [ "$bw" = "yes" ]; then
32 bw=""
42 bw=yes
94 if echo "$text" | awk -v mono=$bw -F '[.:]*' '
H A Dibcheckportstate.in12 if [ "$bw" = "yes" ]; then
24 if [ "$bw" = "yes" ]; then
32 bw=""
42 bw=yes
94 if echo "$text" | awk -v mono=$bw -F '[.:]*' '
H A Dibcheckportwidth.in12 if [ "$bw" = "yes" ]; then
24 if [ "$bw" = "yes" ]; then
32 bw=""
42 bw=yes
94 if echo "$text" | awk -v mono=$bw -F '[.:]*' '
H A Dibdatacounts.in13 if [ "$bw" = "yes" ]; then
25 if [ "$bw" = "yes" ]; then
33 bw=""
44 bw=yes
113 if echo "$text" | awk -v mono=$bw -v brief=$brief -F '[.:]*' '
H A Dibcheckerrs.in13 if [ "$bw" = "yes" ]; then
25 if [ "$bw" = "yes" ]; then
66 bw=""
77 bw=yes
158 if echo "$text" | awk -v mono=$bw -v brief=$brief -F '[.:]*' '
/freebsd-11.0-release/sys/dev/aac/
H A Daac_disk.c179 struct aac_blockwrite *bw; local
184 bw = (struct aac_blockwrite *)&fib->data[0];
185 sg = &bw->SgMap;
206 struct aac_blockwrite64 *bw; local
211 bw = (struct aac_blockwrite64 *)&fib->data[0];
212 sg = &bw->SgMap64;
267 struct aac_blockwrite *bw; local
268 bw = (struct aac_blockwrite *)&fib->data[0];
269 bw->Command = VM_CtBlockWrite;
270 bw
278 struct aac_blockwrite64 *bw; local
[all...]
H A Daac_debug.c218 struct aac_blockwrite *bw; local
223 bw = (struct aac_blockwrite*)fib->data;
233 if (bw->Command == VM_CtBlockWrite) {
236 "(%s)\n", bw->ContainerId,
237 bw->BlockNumber, bw->ByteCount,
238 bw->Stable == CSTABLE ? "stable" :
240 sg = &bw->SgMap;
/freebsd-11.0-release/tools/tools/build_option_survey/
H A Dmkhtml.sh96 for i in bw iw w
135 if [ -f $m/bw/_.sc ] ; then
136 comm -13 ${RDIR}/Ref/_.sc $m/bw/_.sc >> $H
140 majcol bw r $m $md
H A Doption_survey.sh19 bw ( ) ( function
31 > ${FDIR}/_.bw 2>&1
130 bw
173 if [ ! -f $d/bw/done ] ; then
177 rm -rf $d/w $d/bw
178 mkdir -p $d/w $d/bw
179 if bw ; then
180 mv ${FDIR}/_.* $d/bw || true
190 mv ${FDIR}/_.* $d/bw || true
191 touch $d/bw/don
[all...]
H A Dreduce.sh44 if [ ! -d $m/iw -a ! -d $m/bw -a ! -d $m/w ] ; then
59 if [ ! -f $m/bw/done ] ; then
61 elif [ ! -f $m/bw/_.success ] ; then
70 for x in iw bw w
/freebsd-11.0-release/crypto/openssh/
H A Dmisc.c913 bandwidth_limit_init(struct bwlimit *bw, u_int64_t kbps, size_t buflen) argument
915 bw->buflen = buflen;
916 bw->rate = kbps;
917 bw->thresh = bw->rate;
918 bw->lamt = 0;
919 timerclear(&bw->bwstart);
920 timerclear(&bw->bwend);
925 bandwidth_limit(struct bwlimit *bw, size_t read_len) argument
930 if (!timerisset(&bw
[all...]
/freebsd-11.0-release/usr.sbin/wake/
H A Dwake.c159 ssize_t bw; local
171 bw = 0;
173 if ((bw = write(bpf, p, len)) == -1) {
177 len -= bw;
178 p += bw;
/freebsd-11.0-release/sys/dev/ixgbe/
H A Dixgbe_dcb.c48 s32 ixgbe_dcb_calculate_tc_credits(u8 *bw, u16 *refill, u16 *max, argument
59 if (bw[i] < min_percent && bw[i])
60 min_percent = bw[i];
67 int val = min(bw[i] * multiplier, IXGBE_DCB_MAX_CREDIT_REFILL);
73 max[i] = bw[i] ? (bw[i]*IXGBE_DCB_MAX_CREDIT)/100 : min_credit;
307 u8 i, j, bw = 0, bw_id; local
320 bw = p->bwg_percent;
330 if (bw) {
[all...]
/freebsd-11.0-release/sbin/pfctl/
H A Dpfctl_altq.c161 struct node_queue_bw *bw, struct node_queue_opt *qopts)
164 print_queue(a, level, bw, 1, qopts);
198 if (bw != NULL && bw->bw_percent > 0) {
199 if (bw->bw_percent < 100)
200 printf("bandwidth %u%% ", bw->bw_percent);
211 struct node_queue_bw *bw, int print_interface,
228 if (bw != NULL && bw->bw_percent > 0) {
229 if (bw
160 print_altq(const struct pf_altq *a, unsigned int level, struct node_queue_bw *bw, struct node_queue_opt *qopts) argument
210 print_queue(const struct pf_altq *a, unsigned int level, struct node_queue_bw *bw, int print_interface, struct node_queue_opt *qopts) argument
258 eval_pfaltq(struct pfctl *pf, struct pf_altq *pa, struct node_queue_bw *bw, struct node_queue_opt *opts) argument
336 eval_pfqueue(struct pfctl *pf, struct pf_altq *pa, struct node_queue_bw *bw, struct node_queue_opt *opts) argument
1461 eval_bwspec(struct node_queue_bw *bw, u_int32_t ref_bw) argument
[all...]
/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-rsvp.c495 } bw; local
533 bw.i = EXTRACT_32BITS(tptr+4);
534 ND_PRINT((ndo, "\n\t\tPath b/w estimate: %.10g Mbps", bw.f / 125000));
585 bw.i = EXTRACT_32BITS(tptr+4);
586 ND_PRINT((ndo, "\n\t\tToken Bucket Rate: %.10g Mbps", bw.f / 125000));
587 bw.i = EXTRACT_32BITS(tptr+8);
588 ND_PRINT((ndo, "\n\t\tToken Bucket Size: %.10g bytes", bw.f));
589 bw.i = EXTRACT_32BITS(tptr+12);
590 ND_PRINT((ndo, "\n\t\tPeak Data Rate: %.10g Mbps", bw.f / 125000));
608 bw
654 } bw; local
[all...]
H A Dprint-ospf.c274 } bw; local
343 bw.i = EXTRACT_32BITS(tptr);
344 ND_PRINT((ndo, ", %.3f Mbps", bw.f * 8 / 1000000));
348 bw.i = EXTRACT_32BITS(tptr+te_class*4);
351 bw.f * 8 / 1000000));
360 bw.i = EXTRACT_32BITS(tptr+4+te_class*4);
363 bw.f * 8 / 1000000));
380 bw.i = EXTRACT_32BITS(tptr+4+(priority_level*4));
383 bw.f * 8 / 1000000));
397 bw
[all...]
H A Dprint-lmp.c370 } bw; local
602 bw.i = EXTRACT_32BITS(obj_tptr+offset+4);
604 bw.f*8/1000000));
605 bw.i = EXTRACT_32BITS(obj_tptr+offset+8);
607 bw.f*8/1000000));
648 bw.i = EXTRACT_32BITS(obj_tptr+12);
649 ND_PRINT((ndo, "\n\t Transmission Rate: %.3f Mbps",bw.f*8/1000000));
H A Dprint-isoclns.c1719 } bw; local
1747 bw.i = EXTRACT_32BITS(tptr);
1748 ND_PRINT((ndo, ", %.3f Mbps", bw.f * 8 / 1000000));
1754 bw.i = EXTRACT_32BITS(tptr);
1758 bw.f * 8 / 1000000));
1772 bw.i = EXTRACT_32BITS(tptr);
1776 bw.f * 8 / 1000000));
1820 bw.i = EXTRACT_32BITS(tptr);
1824 bw.f * 8 / 1000000));
1833 bw
[all...]
/freebsd-11.0-release/sys/dev/aacraid/
H A Daacraid_debug.c132 struct aac_blockwrite *bw; local
137 bw = (struct aac_blockwrite*)fib->data;
147 if (bw->Command == VM_CtBlockWrite) {
150 "(%s)\n", bw->ContainerId,
151 bw->BlockNumber, bw->ByteCount,
152 bw->Stable == CSTABLE ? "stable" :
154 sg = &bw->SgMap;
H A Daacraid_cam.c475 struct aac_blockwrite *bw; local
476 bw = (struct aac_blockwrite *)&fib->data[0];
477 bw->Command = VM_CtBlockWrite;
478 bw->ContainerId = ccb->ccb_h.target_id;
479 bw->BlockNumber = blockno;
480 bw->ByteCount = cm->cm_datalen;
481 bw->Stable = CUNSTABLE;
483 cm->cm_sgtable = &bw->SgMap;
499 struct aac_blockwrite64 *bw; local
500 bw
[all...]
/freebsd-11.0-release/sys/arm/at91/
H A Dat91_machdep.c198 int banks, rows, cols, bw; local
214 bw = (mr & AT91RM92_SDRAMC_MR_DBW_16) ? 1 : 2;
222 bw = (mdr & AT91SAM9G45_DDRSDRC_MDR_DBW_16) ? 1 : 2;
244 bw = (cr & AT91SAM9G20_SDRAMC_CR_DBW_16) ? 1 : 2;
247 return (1 << (cols + rows + banks + bw));
/freebsd-11.0-release/sys/net/altq/
H A Daltq_fairq.c615 uint64_t bw; local
651 bw = b->bw_bytes * machclk_freq / b->bw_delta;
652 if (bw < cl->cl_hogs_m1)
751 uint64_t bw; local
771 bw = cl->cl_bw_bytes * machclk_freq / cl->cl_bw_delta;
773 if (bw > cl->cl_bandwidth)
777 (uintmax_t)bw, cl->cl_bandwidth, *hit_limit, b);
792 uint64_t bw; local
823 bw = b->bw_bytes * machclk_freq / b->bw_delta;
824 if (bw >
[all...]
/freebsd-11.0-release/sys/netpfil/ipfw/
H A Dip_dn_io.c621 int done, bw; local
628 bw = s->link.bandwidth;
631 if (bw > 0)
632 si->credit += (now - si->sched_time) * bw;
641 len_scaled = (bw == 0) ? 0 : hz *
658 KASSERT (bw > 0, ("bw=0 and credit<0 ?"));
659 t = div64(bw - 1 - si->credit, bw);
/freebsd-11.0-release/sys/dev/sound/pci/hda/
H A Dhdac.c1831 int stream, ss, bw, maxbw, prevbw; local
1841 bw = hdac_bdata_rate(format, dir);
1843 bw *= 1 << (sc->num_sdo - stripe);
1852 (bw + prevbw) / 1000, maxbw / 1000,
1853 bw + prevbw > maxbw ? " -- OVERFLOW!" : "");
1855 if (bw + prevbw > maxbw)
1858 sc->sdo_bw_used += bw;
1860 sc->codecs[cad].sdi_bw_used += bw;
1873 sc->streams[ss].bw = bw;
[all...]

Completed in 284 milliseconds

12