/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | port_buffer.c | 64 port_buffer->buffer[i].xoff = in mlx5e_port_query_buffer() 72 port_buffer->buffer[i].xoff, in mlx5e_port_query_buffer() 310 u64 xoff = port_buffer->buffer[i].xoff; in port_set_buffer() local 315 do_div(xoff, port_buff_cell_sz); in port_set_buffer() 319 MLX5_SET(bufferx_reg, buffer, xoff_threshold, xoff); in port_set_buffer() 346 u32 xoff; in calculate_xoff() local 354 xoff = (301 + 216 * priv->dcbx.cable_len / 100) * speed / 1000 + 272 * mtu / 100; in calculate_xoff() 356 netdev_dbg(priv->netdev, "%s: xoff=%d\n", __func__, xoff); in calculate_xoff() 357 return xoff; in calculate_xoff() 361 u32 xoff, unsigned int max_mtu, u16 port_buff_cell_sz) in update_xoff_threshold() argument [all …]
|
H A D | dcbnl.h | 31 u32 xoff; member
|
H A D | port_buffer.h | 57 u32 xoff; member
|
/openbmc/linux/fs/jfs/ |
H A D | jfs_xtree.c | 104 static int xtSearch(struct inode *ip, s64 xoff, s64 *next, int *cmpp, 133 s64 next, size, xoff, xend; in xtLookup() local 180 xoff = offsetXAD(xad); in xtLookup() 182 xend = xoff + xlen; in xtLookup() 187 *paddr = xaddr + (lstart - xoff); in xtLookup() 215 static int xtSearch(struct inode *ip, s64 xoff, s64 *nextp, in xtSearch() argument 272 if (xoff < t64 + lengthXAD(xad)) { in xtSearch() 273 if (xoff >= t64) { in xtSearch() 288 if (xoff < t64 + lengthXAD(xad)) { in xtSearch() 289 if (xoff >= t64) { in xtSearch() [all …]
|
H A D | jfs_extent.c | 73 s64 nxlen, nxaddr, xoff, hint, xaddr = 0; in extAlloc() local 88 xoff = pno << sbi->l2nbperpage; in extAlloc() 103 if (offsetXAD(xp) + nxlen == xoff && in extAlloc() 143 rc = xtExtend(0, ip, xoff, (int) nxlen, 0); in extAlloc() 145 rc = xtInsert(0, ip, xflag, xoff, (int) nxlen, &nxaddr, 0); in extAlloc() 160 XADoffset(xp, xoff); in extAlloc()
|
H A D | jfs_xtree.h | 104 int xflag, s64 xoff, int xlen, s64 * xaddrp, int flag); 105 extern int xtExtend(tid_t tid, struct inode *ip, s64 xoff, int xlen, 111 struct inode *ip, int xflag, s64 xoff, int maxblocks,
|
H A D | resize.c | 62 s64 XAddress, XSize, nblocks, xoff, xaddr, t64; in jfs_extendfs() local 380 xoff = newPage << sbi->l2nbperpage; in jfs_extendfs() 387 if ((rc = xtAppend(tid, ipbmap, 0, xoff, nblocks, &xlen, &xaddr, 0))) { in jfs_extendfs()
|
/openbmc/linux/net/caif/ |
H A D | caif_dev.c | 41 bool xoff; member 144 send_xoff = caifd->xoff; in caif_flow_cb() 145 caifd->xoff = false; in caif_flow_cb() 186 if (unlikely(caifd->xoff)) in transmit() 208 if (caifd->xoff) { in transmit() 223 caifd->xoff = true; in transmit() 415 caifd->xoff = false; in caif_device_notify() 450 caifd->xoff = false; in caif_device_notify()
|
/openbmc/linux/drivers/video/fbdev/aty/ |
H A D | mach64_cursor.c | 71 u16 xoff, yoff; in atyfb_cursor() local 93 xoff = -x; in atyfb_cursor() 96 xoff = 0; in atyfb_cursor() 120 ((u32) (64 - h + yoff) << 16) | xoff, par); in atyfb_cursor()
|
/openbmc/linux/drivers/tty/serial/ |
H A D | sunsab.h | 17 u8 xoff; /* XOFF Character */ member 48 u8 xoff; member 84 u8 xoff; member
|
/openbmc/linux/drivers/accessibility/speakup/ |
H A D | speakup_dectlk.c | 25 static int xoff; variable 29 return xoff; in synth_full() 194 xoff = 1; in read_buff_add() 196 xoff = 0; in read_buff_add()
|
/openbmc/linux/net/atm/ |
H A D | clip.c | 80 clip_vcc->xoff = 0; /* @@@ may overrun buffer by one packet */ in link_vcc() 103 if (clip_vcc->xoff) in unlink_clip_vcc() 259 old = xchg(&clip_vcc->xoff, 0); in clip_pop() 388 old = xchg(&entry->vccs->xoff, 1); /* assume XOFF ... */ in clip_start_xmit() 397 entry->vccs->xoff = 0; in clip_start_xmit() 403 if (!entry->vccs->xoff) in clip_start_xmit() 429 clip_vcc->xoff = 0; in clip_mkip()
|
H A D | lec.h | 150 int xoff; member
|
/openbmc/qemu/ui/ |
H A D | vdagent.c | 49 uint32_t xoff, xsize; member 757 vd->xoff = 0; in vdagent_reset_xbuf() 782 if (vd->xoff + vd->msgsize > vd->xsize) { in vdagent_chr_recv_chunk() 784 vd->xoff, vd->msgsize, vd->xsize); in vdagent_chr_recv_chunk() 789 memcpy(vd->xbuf + vd->xoff, vd->msgbuf, vd->msgsize); in vdagent_chr_recv_chunk() 790 vd->xoff += vd->msgsize; in vdagent_chr_recv_chunk() 791 if (vd->xoff < vd->xsize) { in vdagent_chr_recv_chunk()
|
/openbmc/linux/drivers/media/pci/zoran/ |
H A D | zr36016.c | 177 zr36016_writei(ptr, ZR016I_NAX_HI, ptr->xoff >> 8); in zr36016_init() 178 zr36016_writei(ptr, ZR016I_NAX_LO, ptr->xoff & 0xFF); in zr36016_init() 239 ptr->xoff = (norm->h_start ? norm->h_start : 1) + cap->x; in zr36016_set_video()
|
H A D | zr36016.h | 22 __u16 xoff; member
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | ps3fb.h | 41 __u32 xoff; /* margine x */ member
|
/openbmc/linux/include/net/ |
H A D | atmclip.h | 26 int xoff; /* 1 if send buffer is full */ member
|
/openbmc/u-boot/drivers/video/ |
H A D | stb_truetype.h | 465 float xoff,yoff,xadvance; member 511 float xoff,yoff,xadvance; member 762 …*info, float scale_x, float scale_y, int codepoint, int *width, int *height, int *xoff, int *yoff); 771 …ale_y, float shift_x, float shift_y, int codepoint, int *width, int *height, int *xoff, int *yoff); 798 …nfo *info, float scale_x, float scale_y, int glyph, int *width, int *height, int *xoff, int *yoff); 799 …t scale_y, float shift_x, float shift_y, int glyph, int *width, int *height, int *xoff, int *yoff); 2420 …at scale_y, float shift_x, float shift_y, int glyph, int *width, int *height, int *xoff, int *yoff) in stbtt_GetGlyphBitmapSubpixel() argument 2445 if (xoff ) *xoff = ix0; in stbtt_GetGlyphBitmapSubpixel() 2460 …info *info, float scale_x, float scale_y, int glyph, int *width, int *height, int *xoff, int *yoff) in stbtt_GetGlyphBitmap() argument 2462 …stbtt_GetGlyphBitmapSubpixel(info, scale_x, scale_y, 0.0f, 0.0f, glyph, width, height, xoff, yoff); in stbtt_GetGlyphBitmap() [all …]
|
H A D | console_truetype.c | 197 int width, height, xoff, yoff; in console_truetype_putc_xy() local 248 &xoff, &yoff); in console_truetype_putc_xy() 269 uint16_t *dst = (uint16_t *)line + xoff; in console_truetype_putc_xy()
|
/openbmc/u-boot/tools/kermit/ |
H A D | flash_param | 12 set flow-control xon/xoff
|
/openbmc/qemu/hw/display/ |
H A D | bcm2835_fb.c | 160 uint32_t xoff = 0, yoff = 0; in fb_update_display() local 168 xoff = s->config.xoffset; in fb_update_display() 197 hwaddr base = s->config.base + xoff + (hwaddr)yoff * src_width; in fb_update_display()
|
/openbmc/linux/drivers/gpu/drm/armada/ |
H A D | armada_crtc.c | 603 uint32_t xoff, xscr, w = dcrtc->cursor_w, s; in armada_drm_crtc_cursor_update() local 612 xoff = -dcrtc->cursor_x; in armada_drm_crtc_cursor_update() 614 w -= min(xoff, w); in armada_drm_crtc_cursor_update() 616 xoff = 0; in armada_drm_crtc_cursor_update() 620 xoff = 0; in armada_drm_crtc_cursor_update() 680 pix += yoff * s + xoff; in armada_drm_crtc_cursor_update()
|
/openbmc/qemu/hw/usb/ |
H A D | dev-serial.c | 105 uint8_t xoff; member 206 s->xoff = (xonxoff >> 8) & 0xff; in usb_serial_set_xonxoff() 208 trace_usb_serial_set_xonxoff(bus->busnr, dev->addr, s->xon, s->xoff); in usb_serial_set_xonxoff()
|
/openbmc/linux/drivers/usb/serial/ |
H A D | whiteheat.h | 96 __u8 xoff; /* XOFF byte value */ member
|