Home
last modified time | relevance | path

Searched refs:xoff (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_port_buffer.c62 port_buffer->buffer[i].xoff = in mlx5e_port_query_buffer()
69 port_buffer->buffer[i].xoff, in mlx5e_port_query_buffer()
113 port_buffer->buffer[i].xoff >> MLX5E_BUFFER_CELL_SHIFT); in port_set_buffer()
128 u32 xoff; in calculate_xoff() local
137 xoff = (301 + 216 * priv->dcbx.cable_len / 100) * speed / 1000 + 272 * mtu / 100; in calculate_xoff()
139 mlx5e_dbg(HW, priv, "%s: xoff=%d\n", __func__, xoff); in calculate_xoff()
140 return xoff; in calculate_xoff()
144 struct mlx5e_port_buffer *port_buffer, u32 xoff) in update_xoff_threshold() argument
150 port_buffer->buffer[i].xoff = 0; in update_xoff_threshold()
156 (xoff + MLX5E_MAX_PORT_MTU + (1 << MLX5E_BUFFER_CELL_SHIFT))) { in update_xoff_threshold()
[all …]
H A Dport_buffer.h51 u32 xoff; member
/freebsd/sys/dev/syscons/daemon/
H A Ddaemon_saver.c125 clear_daemon(sc_softc_t *sc, int xpos, int ypos, int dxdir, int xoff, int yoff, in clear_daemon() argument
134 (ypos + y)*sc->cur_scp->xsize + xpos + xoff, in clear_daemon()
135 xlen - xoff, in clear_daemon()
141 draw_daemon(sc_softc_t *sc, int xpos, int ypos, int dxdir, int xoff, int yoff, in draw_daemon() argument
150 px = xoff; in draw_daemon()
155 for (x = xoff; (x < xlen) && (daemon_pic[y][px] != '\0'); x++, px++) { in draw_daemon()
183 clear_string(sc_softc_t *sc, int xpos, int ypos, int xoff, char *s, int len) in clear_string() argument
188 ypos*sc->cur_scp->xsize + xpos + xoff, len - xoff, in clear_string()
193 draw_string(sc_softc_t *sc, int xpos, int ypos, int xoff, u_char *s, int len) in draw_string() argument
197 for (x = xoff; x < len; x++) in draw_string()
[all …]
/freebsd/contrib/diff/src/
H A Danalyze.c92 diag (lin xoff, lin xlim, lin yoff, lin ylim, bool find_minimal, in diag() argument
99 lin const dmin = xoff - ylim; /* Minimum valid diagonal. */ in diag()
101 lin const fmid = xoff - yoff; /* Center diagonal of top-down search. */ in diag()
109 fd[fmid] = xoff; in diag()
157 while (x > xoff && y > yoff && xv[x - 1] == yv[y - 1]) in diag()
191 lin v = (x - xoff) * 2 - dd; in diag()
195 && xoff + SNAKE_LIMIT <= x && x < xlim in diag()
230 && xoff < x && x <= xlim - SNAKE_LIMIT in diag()
284 lin x = MAX (xoff, bd[d]); in diag()
296 if ((xlim + ylim) - bxybest < fxybest - (xoff + yoff)) in diag()
[all …]
/freebsd/contrib/bearssl/src/ec/
H A Dec_all_m31.c75 return br_ec_p256_m64.xoff(curve, len); in api_xoff()
77 return br_ec_p256_m31.xoff(curve, len); in api_xoff()
81 return br_ec_c25519_m64.xoff(curve, len); in api_xoff()
83 return br_ec_c25519_m31.xoff(curve, len); in api_xoff()
86 return br_ec_prime_i31.xoff(curve, len); in api_xoff()
H A Dec_all_m15.c58 return br_ec_p256_m15.xoff(curve, len); in api_xoff()
60 return br_ec_c25519_m15.xoff(curve, len); in api_xoff()
62 return br_ec_prime_i15.xoff(curve, len); in api_xoff()
/freebsd/sys/dev/syscons/
H A Dscvgarndr.c291 (x) * (scp)->xoff + \
615 pos = (y/scp->font_size - scp->yoff)*scp->xsize + x/8 - scp->xoff; in draw_txtmouse()
691 pos = (y/scp->font_size - scp->yoff)*scp->xsize + x/8 - scp->xoff; in draw_txtmouse()
758 scp->xoff * 8 * pixel_size; in vga_pxlclear_direct()
783 + scp->xoff; in vga_pxlclear_planar()
826 x = scp->xpixel / 8 - scp->xoff - scp->xsize; in vga_pxlborder_direct()
829 if (scp->xoff > 0) { in vga_pxlborder_direct()
831 e = s + scp->xoff * 8 * pixel_size; in vga_pxlborder_direct()
839 scp->xoff * 8 * pixel_size + in vga_pxlborder_direct()
873 x = scp->xpixel/8 - scp->xoff - scp->xsize; in vga_pxlborder_planar()
[all …]
H A Dscmouse.c176 scp->xoff; in sc_mouse_move()
185 if (scp->mouse_xpos < scp->xoff*scp->font_width) in set_mouse_pos()
186 scp->mouse_xpos = scp->xoff*scp->font_width; in set_mouse_pos()
196 if (scp->mouse_xpos > (scp->xsize + scp->xoff)*scp->font_width - 1) in set_mouse_pos()
197 scp->mouse_xpos = (scp->xsize + scp->xoff)*scp->font_width - 1; in set_mouse_pos()
207 + scp->mouse_xpos/scp->font_width - scp->xoff; in set_mouse_pos()
H A Dscvidctl.c214 scp->xoff = 0; in sc_set_text_mode()
279 scp->xoff = 0; in sc_set_graphics_mode()
395 scp->xoff = (scp->xpixel/8 - xsize)/2; in sc_set_pixel_mode()
H A Dsyscons.h289 int xoff; /* X offset in pixel mode */ member
/freebsd/contrib/bearssl/src/ssl/
H A Dssl_scert_single_ec.c86 size_t xoff, xlen; in se_do_keyx() local
90 xoff = pc->iec->xoff(pc->sk->curve, &xlen); in se_do_keyx()
91 memmove(data, data + xoff, xlen); in se_do_keyx()
H A Dssl_ccert_single_ec.c96 size_t xoff, xlen; in cc_do_keyx() local
100 xoff = zc->iec->xoff(zc->sk->curve, &xlen); in cc_do_keyx()
101 memmove(data, data + xoff, xlen); in cc_do_keyx()
H A Dssl_hs_client.c269 size_t glen, olen, point_len, xoff, xlen; in make_pms_ecdh() local
322 xoff = ctx->eng.iec->xoff(curve, &xlen); in make_pms_ecdh()
323 br_ssl_engine_compute_master(&ctx->eng, prf_id, point + xoff, xlen); in make_pms_ecdh()
H A Dssl_hs_server.c338 size_t xoff, xlen; in do_ecdhe_part2() local
347 xoff = ctx->eng.iec->xoff(curve, &xlen); in do_ecdhe_part2()
348 ecdh_common(ctx, prf_id, cpoint + xoff, xlen, ctl); in do_ecdhe_part2()
H A Dssl_hs_client.t0214 size_t glen, olen, point_len, xoff, xlen;
267 xoff = ctx->eng.iec->xoff(curve, &xlen);
268 br_ssl_engine_compute_master(&ctx->eng, prf_id, point + xoff, xlen);
H A Dssl_hs_server.t0283 size_t xoff, xlen;
292 xoff = ctx->eng.iec->xoff(curve, &xlen);
293 ecdh_common(ctx, prf_id, cpoint + xoff, xlen, ctl);
/freebsd/contrib/bearssl/tools/
H A Dclient.c348 size_t xoff, xlen; in cc_do_keyx() local
355 xoff = iec->xoff(zc->sk->key.ec.curve, &xlen); in cc_do_keyx()
356 memmove(data, data + xoff, xlen); in cc_do_keyx()
H A Dserver.c481 size_t xoff, xlen; in sp_do_keyx() local
495 xoff = iec->xoff(pc->sk->key.ec.curve, &xlen); in sp_do_keyx()
496 memmove(data, data + xoff, xlen); in sp_do_keyx()
/freebsd/contrib/bearssl/inc/
H A Dbearssl_ec.h318 size_t (*xoff)(int curve, size_t *len); member
/freebsd/sys/contrib/vchiq/interface/vchi/connections/
H A Dconnection.h185 … (*VCHI_CONNECTION_FLOW_CONTROL)(VCHI_CONNECTION_STATE_T *state, int32_t service_id, int32_t xoff);
/freebsd/contrib/ncurses/include/
H A DCaps.uwin273 xon_xoff xon bool xo - - YB--- terminal uses xon/xoff handshaking
274 needs_xon_xoff nxon bool nx - - ----- padding will not work, xon/xoff required
484 enter_xon_mode smxon str SX - - ----- turn on xon/xoff handshaking
485 exit_xon_mode rmxon str RX - - ----- turn off xon/xoff handshaking
H A DCaps.hpux11273 xon_xoff xon bool xo - - YB--- terminal uses xon/xoff handshaking
275 needs_xon_xoff nxon bool nx - - ----- padding will not work, xon/xoff required
590 enter_xon_mode smxon str SX - - ----- turn on xon/xoff handshaking
591 exit_xon_mode rmxon str RX - - ----- turn off xon/xoff handshaking
H A DCaps273 xon_xoff xon bool xo - - YB--- terminal uses xon/xoff handshaking
274 needs_xon_xoff nxon bool nx - - ----- padding will not work, xon/xoff required
523 enter_xon_mode smxon str SX - - ----- turn on xon/xoff handshaking
524 exit_xon_mode rmxon str RX - - ----- turn off xon/xoff handshaking
H A DCaps.osf1r5273 xon_xoff xon bool xo - - YB--- terminal uses xon/xoff handshaking
283 needs_xon_xoff nxon bool nx - - ----- padding will not work, xon/xoff required
648 enter_xon_mode smxon str SX - - ----- turn on xon/xoff handshaking
660 exit_xon_mode rmxon str RX - - ----- turn off xon/xoff handshaking
H A DCaps.keys276 xon_xoff xon bool xo - - YB--- terminal uses xon/xoff handshaking
277 needs_xon_xoff nxon bool nx - - ----- padding will not work, xon/xoff required
526 enter_xon_mode smxon str SX - - ----- turn on xon/xoff handshaking
527 exit_xon_mode rmxon str RX - - ----- turn off xon/xoff handshaking

12