Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en/
Dport_buffer.c63 port_buffer->buffer[i].xoff = in mlx5e_port_query_buffer()
70 port_buffer->buffer[i].xoff, in mlx5e_port_query_buffer()
114 port_buffer->buffer[i].xoff >> MLX5E_BUFFER_CELL_SHIFT); in port_set_buffer()
131 u32 xoff; in calculate_xoff() local
139 xoff = (301 + 216 * priv->dcbx.cable_len / 100) * speed / 1000 + 272 * mtu / 100; in calculate_xoff()
141 mlx5e_dbg(HW, priv, "%s: xoff=%d\n", __func__, xoff); in calculate_xoff()
142 return xoff; in calculate_xoff()
146 u32 xoff, unsigned int max_mtu) in update_xoff_threshold() argument
152 port_buffer->buffer[i].xoff = 0; in update_xoff_threshold()
158 (xoff + max_mtu + (1 << MLX5E_BUFFER_CELL_SHIFT))) in update_xoff_threshold()
[all …]
Dport_buffer.h57 u32 xoff; member
/Linux-v5.4/fs/jfs/
Djfs_xtree.c104 static int xtSearch(struct inode *ip, s64 xoff, s64 *next, int *cmpp,
144 s64 next, size, xoff, xend; in xtLookup() local
191 xoff = offsetXAD(xad); in xtLookup()
193 xend = xoff + xlen; in xtLookup()
198 *paddr = xaddr + (lstart - xoff); in xtLookup()
226 static int xtSearch(struct inode *ip, s64 xoff, s64 *nextp, in xtSearch() argument
283 if (xoff < t64 + lengthXAD(xad)) { in xtSearch()
284 if (xoff >= t64) { in xtSearch()
299 if (xoff < t64 + lengthXAD(xad)) { in xtSearch()
300 if (xoff >= t64) { in xtSearch()
[all …]
Djfs_extent.c76 s64 nxlen, nxaddr, xoff, hint, xaddr = 0; in extAlloc() local
91 xoff = pno << sbi->l2nbperpage; in extAlloc()
106 if (offsetXAD(xp) + nxlen == xoff && in extAlloc()
146 rc = xtExtend(0, ip, xoff, (int) nxlen, 0); in extAlloc()
148 rc = xtInsert(0, ip, xflag, xoff, (int) nxlen, &nxaddr, 0); in extAlloc()
163 XADoffset(xp, xoff); in extAlloc()
205 s64 xaddr, xlen, nxaddr, delta, xoff; in extRealloc() local
223 xoff = offsetXAD(xp); in extRealloc()
287 if ((rc = xtExtend(0, ip, xoff + xlen, (int) nextend, 0))) { in extRealloc()
298 if ((rc = xtTailgate(0, ip, xoff, (int) ntail, nxaddr, 0))) { in extRealloc()
[all …]
Djfs_xtree.h95 int xflag, s64 xoff, int xlen, s64 * xaddrp, int flag);
96 extern int xtExtend(tid_t tid, struct inode *ip, s64 xoff, int xlen,
100 s64 xoff, int xlen, s64 xaddr, int flag);
103 extern int xtDelete(tid_t tid, struct inode *ip, s64 xoff, int xlen,
110 struct inode *ip, int xflag, s64 xoff, int maxblocks,
Dresize.c61 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()
/Linux-v5.4/net/caif/
Dcaif_dev.c41 bool xoff; member
143 send_xoff = caifd->xoff; in caif_flow_cb()
144 caifd->xoff = 0; in caif_flow_cb()
185 if (unlikely(caifd->xoff)) in transmit()
207 if (caifd->xoff) { in transmit()
222 caifd->xoff = 1; in transmit()
409 caifd->xoff = 0; in caif_device_notify()
444 caifd->xoff = 0; in caif_device_notify()
/Linux-v5.4/drivers/video/fbdev/aty/
Dmach64_cursor.c71 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()
/Linux-v5.4/drivers/staging/speakup/
Dspeakup_dectlk.c25 static int xoff; variable
29 return xoff; in synth_full()
178 xoff = 1; in read_buff_add()
180 xoff = 0; in read_buff_add()
/Linux-v5.4/drivers/tty/serial/
Dsunsab.h17 u8 xoff; /* XOFF Character */ member
48 u8 xoff; member
84 u8 xoff; member
/Linux-v5.4/net/atm/
Dclip.c80 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()
Dlec.h150 int xoff; member
Dlec.c314 vpriv->xoff = 1; in lec_start_xmit()
676 if (vpriv->xoff && atm_may_send(vcc, 0)) { in lec_pop()
677 vpriv->xoff = 0; in lec_pop()
701 vpriv->xoff = 0; in lec_vcc_attach()
1263 if (vpriv->xoff) in lec_arp_clear_vccs()
2156 vpriv->xoff = 0; in lec_mcast_make()
/Linux-v5.4/arch/powerpc/include/uapi/asm/
Dps3fb.h41 __u32 xoff; /* margine x */ member
/Linux-v5.4/include/net/
Datmclip.h26 int xoff; /* 1 if send buffer is full */ member
/Linux-v5.4/drivers/gpu/drm/armada/
Darmada_crtc.c594 uint32_t xoff, xscr, w = dcrtc->cursor_w, s; in armada_drm_crtc_cursor_update() local
603 xoff = -dcrtc->cursor_x; in armada_drm_crtc_cursor_update()
605 w -= min(xoff, w); in armada_drm_crtc_cursor_update()
607 xoff = 0; in armada_drm_crtc_cursor_update()
611 xoff = 0; in armada_drm_crtc_cursor_update()
671 pix += yoff * s + xoff; in armada_drm_crtc_cursor_update()
/Linux-v5.4/drivers/usb/serial/
Dwhiteheat.h96 __u8 xoff; /* XOFF byte value */ member
Dmxuport.c775 u8 xoff = STOP_CHAR(tty); in mxuport_set_termios_flow() local
789 buf[1] = xoff; in mxuport_set_termios_flow()
798 __func__, xon, xoff); in mxuport_set_termios_flow()
Dwhiteheat.c696 port_settings.xoff = STOP_CHAR(tty); in firm_setup_port()
697 dev_dbg(dev, "%s - XON = %2x, XOFF = %2x\n", __func__, port_settings.xon, port_settings.xoff); in firm_setup_port()
Dupd78f0730.c112 u8 xoff; member
/Linux-v5.4/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_struct.h694 u64 xoff : 1; member
700 u64 xoff : 1; member
/Linux-v5.4/drivers/tty/serial/8250/
D8250_omap.c108 u8 xoff; member
319 serial_out(up, UART_XOFF1, priv->xoff); in omap8250_restore_regs()
453 priv->xoff = termios->c_cc[VSTOP]; in omap_8250_set_termios()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den.h301 u32 xoff; member
/Linux-v5.4/drivers/video/fbdev/
Dps3fb.c852 res.xoff = (res.xres - info->var.xres) / 2; in ps3fb_ioctl()
/Linux-v5.4/Documentation/scsi/
Darcmsr_spec.txt425 ** (0:none, 1:xon/xoff, 2:hardware => must use none)

12