Home
last modified time | relevance | path

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

12

/Linux-v4.19/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()
129 u32 xoff; in calculate_xoff() local
136 xoff = (301 + 216 * priv->dcbx.cable_len / 100) * speed / 1000 + 272 * mtu / 100; in calculate_xoff()
138 mlx5e_dbg(HW, priv, "%s: xoff=%d\n", __func__, xoff); in calculate_xoff()
139 return xoff; in calculate_xoff()
143 u32 xoff, unsigned int mtu) in update_xoff_threshold() argument
149 port_buffer->buffer[i].xoff = 0; in update_xoff_threshold()
155 (xoff + mtu + (1 << MLX5E_BUFFER_CELL_SHIFT))) in update_xoff_threshold()
[all …]
Dport_buffer.h57 u32 xoff; member
/Linux-v4.19/fs/jfs/
Djfs_xtree.c117 static int xtSearch(struct inode *ip, s64 xoff, s64 *next, int *cmpp,
157 s64 next, size, xoff, xend; in xtLookup() local
204 xoff = offsetXAD(xad); in xtLookup()
206 xend = xoff + xlen; in xtLookup()
211 *paddr = xaddr + (lstart - xoff); in xtLookup()
239 static int xtSearch(struct inode *ip, s64 xoff, s64 *nextp, in xtSearch() argument
296 if (xoff < t64 + lengthXAD(xad)) { in xtSearch()
297 if (xoff >= t64) { in xtSearch()
312 if (xoff < t64 + lengthXAD(xad)) { in xtSearch()
313 if (xoff >= t64) { in xtSearch()
[all …]
Djfs_extent.c89 s64 nxlen, nxaddr, xoff, hint, xaddr = 0; in extAlloc() local
104 xoff = pno << sbi->l2nbperpage; in extAlloc()
119 if (offsetXAD(xp) + nxlen == xoff && in extAlloc()
159 rc = xtExtend(0, ip, xoff, (int) nxlen, 0); in extAlloc()
161 rc = xtInsert(0, ip, xflag, xoff, (int) nxlen, &nxaddr, 0); in extAlloc()
176 XADoffset(xp, xoff); in extAlloc()
218 s64 xaddr, xlen, nxaddr, delta, xoff; in extRealloc() local
236 xoff = offsetXAD(xp); in extRealloc()
300 if ((rc = xtExtend(0, ip, xoff + xlen, (int) nextend, 0))) { in extRealloc()
311 if ((rc = xtTailgate(0, ip, xoff, (int) ntail, nxaddr, 0))) { in extRealloc()
[all …]
Djfs_xtree.h108 int xflag, s64 xoff, int xlen, s64 * xaddrp, int flag);
109 extern int xtExtend(tid_t tid, struct inode *ip, s64 xoff, int xlen,
113 s64 xoff, int xlen, s64 xaddr, int flag);
116 extern int xtDelete(tid_t tid, struct inode *ip, s64 xoff, int xlen,
123 struct inode *ip, int xflag, s64 xoff, int maxblocks,
Dresize.c74 s64 XAddress, XSize, nblocks, xoff, xaddr, t64; in jfs_extendfs() local
393 xoff = newPage << sbi->l2nbperpage; in jfs_extendfs()
400 if ((rc = xtAppend(tid, ipbmap, 0, xoff, nblocks, &xlen, &xaddr, 0))) { in jfs_extendfs()
/Linux-v4.19/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()
203 if (caifd->xoff) { in transmit()
218 caifd->xoff = 1; in transmit()
405 caifd->xoff = 0; in caif_device_notify()
440 caifd->xoff = 0; in caif_device_notify()
/Linux-v4.19/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-v4.19/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-v4.19/drivers/tty/serial/
Dsunsab.h17 u8 xoff; /* XOFF Character */ member
48 u8 xoff; member
84 u8 xoff; member
/Linux-v4.19/net/atm/
Dclip.c79 clip_vcc->xoff = 0; /* @@@ may overrun buffer by one packet */ in link_vcc()
102 if (clip_vcc->xoff) in unlink_clip_vcc()
258 old = xchg(&clip_vcc->xoff, 0); in clip_pop()
387 old = xchg(&entry->vccs->xoff, 1); /* assume XOFF ... */ in clip_start_xmit()
396 entry->vccs->xoff = 0; in clip_start_xmit()
402 if (!entry->vccs->xoff) in clip_start_xmit()
428 clip_vcc->xoff = 0; in clip_mkip()
Dlec.h150 int xoff; member
Dlec.c313 vpriv->xoff = 1; in lec_start_xmit()
675 if (vpriv->xoff && atm_may_send(vcc, 0)) { in lec_pop()
676 vpriv->xoff = 0; in lec_pop()
700 vpriv->xoff = 0; in lec_vcc_attach()
1260 if (vpriv->xoff) in lec_arp_clear_vccs()
2153 vpriv->xoff = 0; in lec_mcast_make()
/Linux-v4.19/arch/powerpc/include/uapi/asm/
Dps3fb.h41 __u32 xoff; /* margine x */ member
/Linux-v4.19/drivers/staging/media/zoran/
Dzr36016.c269 zr36016_writei(ptr, ZR016I_NAX_HI, ptr->xoff >> 8); in zr36016_init()
270 zr36016_writei(ptr, ZR016I_NAX_LO, ptr->xoff & 0xFF); in zr36016_init()
328 ptr->xoff = (norm->HStart ? norm->HStart : 1) + cap->x; in zr36016_set_video()
Dzr36016.h37 __u16 xoff; member
/Linux-v4.19/include/net/
Datmclip.h26 int xoff; /* 1 if send buffer is full */ member
/Linux-v4.19/drivers/gpu/drm/armada/
Darmada_crtc.c501 uint32_t xoff, xscr, w = dcrtc->cursor_w, s; in armada_drm_crtc_cursor_update() local
510 xoff = -dcrtc->cursor_x; in armada_drm_crtc_cursor_update()
512 w -= min(xoff, w); in armada_drm_crtc_cursor_update()
514 xoff = 0; in armada_drm_crtc_cursor_update()
518 xoff = 0; in armada_drm_crtc_cursor_update()
578 pix += yoff * s + xoff; in armada_drm_crtc_cursor_update()
/Linux-v4.19/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.c703 port_settings.xoff = STOP_CHAR(tty); in firm_setup_port()
704 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-v4.19/drivers/staging/vc04_services/interface/vchi/connections/
Dconnection.h188 … (*VCHI_CONNECTION_FLOW_CONTROL)(VCHI_CONNECTION_STATE_T *state, int32_t service_id, int32_t xoff);
/Linux-v4.19/drivers/tty/serial/8250/
D8250_omap.c103 u8 xoff; member
312 serial_out(up, UART_XOFF1, priv->xoff); in omap8250_restore_regs()
446 priv->xoff = termios->c_cc[VSTOP]; in omap_8250_set_termios()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den.h289 u32 xoff; member

12