Searched refs:xoff (Results 1 - 21 of 21) sorted by relevance

/freebsd-12-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_port_buffer.c61 port_buffer->buffer[i].xoff =
65 mlx5e_dbg(HW, priv, "buffer %d: size=%d, xon=%d, xoff=%d, epsb=%d, lossy=%d\n", i,
68 port_buffer->buffer[i].xoff,
112 port_buffer->buffer[i].xoff >> MLX5E_BUFFER_CELL_SHIFT);
123 /* xoff = ((301+2.16 * len [m]) * speed [Gbps] + 2.72 MTU [B]) */
127 u32 xoff; local
136 xoff = (301 + 216 * priv->dcbx.cable_len / 100) * speed / 1000 + 272 * mtu / 100;
138 mlx5e_dbg(HW, priv, "%s: xoff=%d\n", __func__, xoff);
139 return xoff;
142 update_xoff_threshold(struct mlx5e_priv *priv, struct mlx5e_port_buffer *port_buffer, u32 xoff) argument
191 update_buffer_lossy(struct mlx5e_priv *priv, unsigned int mtu, u8 pfc_en, u8 *buffer, u32 xoff, struct mlx5e_port_buffer *port_buffer, bool *change) argument
245 u32 xoff = calculate_xoff(priv, mtu); local
[all...]
H A Dport_buffer.h53 u32 xoff; member in struct:mlx5e_bufferx_reg
H A Den.h978 u32 xoff; member in struct:mlx5e_dcbx
/freebsd-12-stable/sys/dev/syscons/daemon/
H A Ddaemon_saver.c127 clear_daemon(sc_softc_t *sc, int xpos, int ypos, int dxdir, int xoff, int yoff, argument
136 (ypos + y)*sc->cur_scp->xsize + xpos + xoff,
137 xlen - xoff,
143 draw_daemon(sc_softc_t *sc, int xpos, int ypos, int dxdir, int xoff, int yoff, argument
152 px = xoff;
157 for (x = xoff; (x < xlen) && (daemon_pic[y][px] != '\0'); x++, px++) {
185 clear_string(sc_softc_t *sc, int xpos, int ypos, int xoff, char *s, int len) argument
190 ypos*sc->cur_scp->xsize + xpos + xoff, len - xoff,
195 draw_string(sc_softc_t *sc, int xpos, int ypos, int xoff, u_cha argument
213 static int xoff, yoff, toff; local
[all...]
/freebsd-12-stable/contrib/bearssl/src/ec/
H A Dec_all_m31.c75 return br_ec_p256_m64.xoff(curve, len);
77 return br_ec_p256_m31.xoff(curve, len);
81 return br_ec_c25519_m64.xoff(curve, len);
83 return br_ec_c25519_m31.xoff(curve, len);
86 return br_ec_prime_i31.xoff(curve, len);
H A Dec_all_m15.c58 return br_ec_p256_m15.xoff(curve, len);
60 return br_ec_c25519_m15.xoff(curve, len);
62 return br_ec_prime_i15.xoff(curve, len);
/freebsd-12-stable/contrib/bearssl/src/ssl/
H A Dssl_ccert_single_ec.c96 size_t xoff, xlen; local
100 xoff = zc->iec->xoff(zc->sk->curve, &xlen);
101 memmove(data, data + xoff, xlen);
H A Dssl_scert_single_ec.c86 size_t xoff, xlen; local
90 xoff = pc->iec->xoff(pc->sk->curve, &xlen);
91 memmove(data, data + xoff, xlen);
H A Dssl_hs_client.c269 size_t glen, olen, point_len, xoff, xlen; local
322 xoff = ctx->eng.iec->xoff(curve, &xlen);
323 br_ssl_engine_compute_master(&ctx->eng, prf_id, point + xoff, xlen);
H A Dssl_hs_server.c338 size_t xoff, xlen; local
347 xoff = ctx->eng.iec->xoff(curve, &xlen);
348 ecdh_common(ctx, prf_id, cpoint + xoff, xlen, ctl);
/freebsd-12-stable/contrib/diff/src/
H A Danalyze.c92 diag (lin xoff, lin xlim, lin yoff, lin ylim, bool find_minimal, argument
99 lin const dmin = xoff - ylim; /* Minimum valid diagonal. */
101 lin const fmid = xoff - yoff; /* Center diagonal of top-down search. */
109 fd[fmid] = xoff;
157 while (x > xoff && y > yoff && xv[x - 1] == yv[y - 1])
191 lin v = (x - xoff) * 2 - dd;
195 && xoff + SNAKE_LIMIT <= x && x < xlim
230 && xoff < x && x <= xlim - SNAKE_LIMIT
284 lin x = MAX (xoff, bd[d]);
296 if ((xlim + ylim) - bxybest < fxybest - (xoff
330 compareseq(lin xoff, lin xlim, lin yoff, lin ylim, bool find_minimal) argument
[all...]
/freebsd-12-stable/sys/dev/syscons/
H A Dscvgarndr.c293 (x) * (scp)->xoff + \
617 pos = (y/scp->font_size - scp->yoff)*scp->xsize + x/8 - scp->xoff;
693 pos = (y/scp->font_size - scp->yoff)*scp->xsize + x/8 - scp->xoff;
760 scp->xoff * 8 * pixel_size;
785 + scp->xoff;
828 x = scp->xpixel / 8 - scp->xoff - scp->xsize;
831 if (scp->xoff > 0) {
833 e = s + scp->xoff * 8 * pixel_size;
841 scp->xoff * 8 * pixel_size +
875 x = scp->xpixel/8 - scp->xoff
1189 int xoff, yoff; local
1260 int bx, by, i, line_width, xend, xoff, yend, yoff; local
[all...]
H A Dscmouse.c178 scp->xoff;
187 if (scp->mouse_xpos < scp->xoff*scp->font_width)
188 scp->mouse_xpos = scp->xoff*scp->font_width;
198 if (scp->mouse_xpos > (scp->xsize + scp->xoff)*scp->font_width - 1)
199 scp->mouse_xpos = (scp->xsize + scp->xoff)*scp->font_width - 1;
209 + scp->mouse_xpos/scp->font_width - scp->xoff;
H A Dscvidctl.c214 scp->xoff = 0;
279 scp->xoff = 0;
393 scp->xoff = (scp->xpixel/8 - xsize)/2;
H A Dsyscons.h302 int xoff; /* X offset in pixel mode */ member in struct:scr_stat
H A Dsyscons.c523 scp->xoff = scp->yoff = 0;
3602 scp->xoff = scp->yoff = 0;
/freebsd-12-stable/contrib/bearssl/inc/
H A Dbearssl_ec.h74 * - `xoff()`
318 size_t (*xoff)(int curve, size_t *len); member in struct:__anon271
/freebsd-12-stable/sys/contrib/vchiq/interface/vchi/connections/
H A Dconnection.h185 typedef void (*VCHI_CONNECTION_FLOW_CONTROL)(VCHI_CONNECTION_STATE_T *state, int32_t service_id, int32_t xoff);
/freebsd-12-stable/contrib/bearssl/tools/
H A Dclient.c348 size_t xoff, xlen; local
355 xoff = iec->xoff(zc->sk->key.ec.curve, &xlen);
356 memmove(data, data + xoff, xlen);
H A Dserver.c481 size_t xoff, xlen; local
495 xoff = iec->xoff(pc->sk->key.ec.curve, &xlen);
496 memmove(data, data + xoff, xlen);
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-gmxx-defs.h7960 uint64_t xoff : 16; /**< Which ports to backpressure member in struct:cvmx_gmxx_txx_cbfc_xoff::cvmx_gmxx_txx_cbfc_xoff_s
7965 uint64_t xoff : 16;

Completed in 305 milliseconds