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

12

/linux-master/arch/powerpc/include/uapi/asm/
H A Dps3fb.h41 __u32 xoff; /* margine x */ member in struct:ps3fb_ioctl_res
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dport_buffer.c64 port_buffer->buffer[i].xoff =
68 netdev_dbg(priv->netdev, "buffer %d: size=%d, xon=%d, xoff=%d, epsb=%d, lossy=%d\n",
72 port_buffer->buffer[i].xoff,
310 u64 xoff = port_buffer->buffer[i].xoff; local
315 do_div(xoff, port_buff_cell_sz);
319 MLX5_SET(bufferx_reg, buffer, xoff_threshold, xoff);
340 /* xoff = ((301+2.16 * len [m]) * speed [Gbps] + 2.72 MTU [B])
346 u32 xoff; local
354 xoff
360 update_xoff_threshold(struct mlx5e_port_buffer *port_buffer, u32 xoff, unsigned int max_mtu, u16 port_buff_cell_sz) argument
408 update_buffer_lossy(struct mlx5_core_dev *mdev, unsigned int max_mtu, u8 pfc_en, u8 *buffer, u32 xoff, u16 port_buff_cell_sz, struct mlx5e_port_buffer *port_buffer, bool *change) argument
490 u32 xoff = calculate_xoff(priv, mtu); local
[all...]
H A Ddcbnl.h31 u32 xoff; member in struct:mlx5e_dcbx
H A Dport_buffer.h57 u32 xoff; member in struct:mlx5e_bufferx_reg
/linux-master/fs/jfs/
H A Djfs_xtree.h104 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 Djfs_xtree.c104 static int xtSearch(struct inode *ip, s64 xoff, s64 *next, int *cmpp,
133 s64 next, size, xoff, xend; local
180 xoff = offsetXAD(xad);
182 xend = xoff + xlen;
187 *paddr = xaddr + (lstart - xoff);
204 * xoff - extent offset;
215 static int xtSearch(struct inode *ip, s64 xoff, s64 *nextp, argument
272 if (xoff < t64 + lengthXAD(xad)) {
273 if (xoff >= t64) {
280 } else { /* (t64 + lengthXAD(xad)) <= xoff */
513 xtInsert(tid_t tid, struct inode *ip, int xflag, s64 xoff, s32 xlen, s64 * xaddrp, int flag) argument
1336 xtExtend(tid_t tid, struct inode *ip, s64 xoff, s32 xlen, int flag) argument
1510 s64 nxoff, xoff; local
1941 xtAppend(tid_t tid, struct inode *ip, int xflag, s64 xoff, s32 maxblocks, s32 * xlenp, s64 * xaddrp, int flag) argument
2197 s64 xoff, xaddr; local
2759 s64 xoff; local
[all...]
H A Djfs_extent.c73 s64 nxlen, nxaddr, xoff, hint, xaddr = 0; local
88 xoff = pno << sbi->l2nbperpage;
103 if (offsetXAD(xp) + nxlen == xoff &&
143 rc = xtExtend(0, ip, xoff, (int) nxlen, 0);
145 rc = xtInsert(0, ip, xflag, xoff, (int) nxlen, &nxaddr, 0);
160 XADoffset(xp, xoff);
H A Dresize.c62 s64 XAddress, XSize, nblocks, xoff, xaddr, t64; local
380 xoff = newPage << sbi->l2nbperpage;
387 if ((rc = xtAppend(tid, ipbmap, 0, xoff, nblocks, &xlen, &xaddr, 0))) {
/linux-master/include/net/
H A Datmclip.h26 int xoff; /* 1 if send buffer is full */ member in struct:clip_vcc
/linux-master/net/caif/
H A Dcaif_dev.c42 bool xoff; member in struct:caif_device_entry
145 send_xoff = caifd->xoff;
146 caifd->xoff = false;
183 /* Check if we need to handle xoff */
187 if (unlikely(caifd->xoff))
207 /* Hold lock while accessing xoff */
209 if (caifd->xoff) {
224 caifd->xoff = true;
416 caifd->xoff = false;
442 * Replace our xoff
[all...]
/linux-master/net/atm/
H A Dlec.h150 int xoff; member in struct:lec_vcc_priv
H A Dclip.c80 clip_vcc->xoff = 0; /* @@@ may overrun buffer by one packet */
103 if (clip_vcc->xoff)
259 old = xchg(&clip_vcc->xoff, 0);
388 old = xchg(&entry->vccs->xoff, 1); /* assume XOFF ... */
397 entry->vccs->xoff = 0;
403 if (!entry->vccs->xoff)
429 clip_vcc->xoff = 0;
H A Dlec.c314 vpriv->xoff = 1;
674 if (vpriv->xoff && atm_may_send(vcc, 0)) {
675 vpriv->xoff = 0;
699 vpriv->xoff = 0;
1255 if (vpriv->xoff)
2121 vpriv->xoff = 0;
/linux-master/drivers/media/pci/zoran/
H A Dzr36016.h22 __u16 xoff; member in struct:zr36016
H A Dzr36016.c177 zr36016_writei(ptr, ZR016I_NAX_HI, ptr->xoff >> 8);
178 zr36016_writei(ptr, ZR016I_NAX_LO, ptr->xoff & 0xFF);
239 ptr->xoff = (norm->h_start ? norm->h_start : 1) + cap->x;
/linux-master/drivers/video/fbdev/aty/
H A Dmach64_cursor.c71 u16 xoff, yoff; local
93 xoff = -x;
96 xoff = 0;
120 ((u32) (64 - h + yoff) << 16) | xoff, par);
/linux-master/drivers/accessibility/speakup/
H A Dspeakup_dectlk.c25 static int xoff; variable
29 return xoff;
194 xoff = 1;
196 xoff = 0;
/linux-master/drivers/tty/serial/
H A Dsunsab.h17 u8 xoff; /* XOFF Character */ member in struct:sab82532_async_rd_regs
48 u8 xoff; member in struct:sab82532_async_wr_regs
84 u8 xoff; member in struct:sab82532_async_rw_regs
/linux-master/drivers/usb/serial/
H A Dwhiteheat.h96 __u8 xoff; /* XOFF byte value */ member in struct:whiteheat_port_settings
H A Dwhiteheat.c672 port_settings.xoff = STOP_CHAR(tty);
673 dev_dbg(dev, "%s - XON = %2x, XOFF = %2x\n", __func__, port_settings.xon, port_settings.xoff);
H A Dupd78f0730.c112 u8 xoff; member in struct:upd78f0730_set_xon_xoff_chr
H A Dmxuport.c768 u8 xoff = STOP_CHAR(tty); local
782 buf[1] = xoff;
791 __func__, xon, xoff);
/linux-master/drivers/gpu/drm/armada/
H A Darmada_crtc.c604 uint32_t xoff, xscr, w = dcrtc->cursor_w, s; local
613 xoff = -dcrtc->cursor_x;
615 w -= min(xoff, w);
617 xoff = 0;
621 xoff = 0;
681 pix += yoff * s + xoff;
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_struct.h473 u64 xoff : 1; member in struct:nix_cn10k_sq_ctx_s
620 u64 xoff : 1; member in struct:nix_sq_ctx_s
/linux-master/drivers/tty/serial/8250/
H A D8250_omap.c134 u8 xoff; member in struct:omap8250_priv
360 serial_out(up, UART_XOFF1, priv->xoff);
486 priv->xoff = termios->c_cc[VSTOP];

Completed in 204 milliseconds

12