Home
last modified time | relevance | path

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

/linux-4.1.27/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
387 xoff = newPage << sbi->l2nbperpage; in jfs_extendfs()
394 if ((rc = xtAppend(tid, ipbmap, 0, xoff, nblocks, &xlen, &xaddr, 0))) { in jfs_extendfs()
/linux-4.1.27/arch/cris/boot/compressed/
Dmisc.c236 reg_ser_rw_xoff xoff; in serial_setup() local
243 xoff = REG_RD(ser, regi_ser, rw_xoff); in serial_setup()
245 xoff.chr = 0; in serial_setup()
246 xoff.automatic = regk_ser_no; in serial_setup()
248 REG_WR(ser, regi_ser, rw_xoff, xoff); in serial_setup()
/linux-4.1.27/net/caif/
Dcaif_dev.c41 bool xoff; member
141 send_xoff = caifd->xoff; in caif_flow_cb()
142 caifd->xoff = 0; in caif_flow_cb()
183 if (unlikely(caifd->xoff)) in transmit()
201 if (caifd->xoff) { in transmit()
216 caifd->xoff = 1; in transmit()
404 caifd->xoff = 0; in caif_device_notify()
439 caifd->xoff = 0; in caif_device_notify()
/linux-4.1.27/drivers/video/fbdev/aty/
Dmach64_cursor.c70 u16 xoff, yoff; in atyfb_cursor() local
92 xoff = -x; in atyfb_cursor()
95 xoff = 0; in atyfb_cursor()
119 ((u32) (64 - h + yoff) << 16) | xoff, par); in atyfb_cursor()
/linux-4.1.27/drivers/staging/speakup/
Dspeakup_dectlk.c39 static int xoff; variable
43 return xoff; in synth_full()
190 xoff = 1; in read_buff_add()
192 xoff = 0; in read_buff_add()
/linux-4.1.27/drivers/tty/serial/
Dsunsab.h16 u8 xoff; /* XOFF Character */ member
47 u8 xoff; member
83 u8 xoff; member
Detraxfs-uart.c691 reg_ser_rw_xoff xoff; in etraxfs_uart_set_termios() local
813 xoff = REG_RD(ser, up->regi_ser, rw_xoff); in etraxfs_uart_set_termios()
817 xoff.chr = STOP_CHAR(up->port.state->port.tty); in etraxfs_uart_set_termios()
818 xoff.automatic = regk_ser_yes; in etraxfs_uart_set_termios()
820 xoff.automatic = regk_ser_no; in etraxfs_uart_set_termios()
822 MODIFY_REG(up->regi_ser, rw_xoff, xoff); in etraxfs_uart_set_termios()
Dcrisv10.c1447 unsigned long xoff; in rs_stop() local
1454 xoff = IO_FIELD(R_SERIAL0_XOFF, xoff_char, in rs_stop()
1456 xoff |= IO_STATE(R_SERIAL0_XOFF, tx_stop, stop); in rs_stop()
1458 xoff |= IO_STATE(R_SERIAL0_XOFF, auto_xoff, enable); in rs_stop()
1461 *((unsigned long *)&info->ioport[REG_XOFF]) = xoff; in rs_stop()
1472 unsigned long xoff; in rs_start() local
1478 xoff = IO_FIELD(R_SERIAL0_XOFF, xoff_char, STOP_CHAR(tty)); in rs_start()
1479 xoff |= IO_STATE(R_SERIAL0_XOFF, tx_stop, enable); in rs_start()
1481 xoff |= IO_STATE(R_SERIAL0_XOFF, auto_xoff, enable); in rs_start()
1484 *((unsigned long *)&info->ioport[REG_XOFF]) = xoff; in rs_start()
[all …]
/linux-4.1.27/arch/powerpc/include/uapi/asm/
Dps3fb.h40 __u32 xoff; /* margine x */ member
/linux-4.1.27/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()
385 old = xchg(&entry->vccs->xoff, 1); /* assume XOFF ... */ in clip_start_xmit()
394 entry->vccs->xoff = 0; in clip_start_xmit()
400 if (!entry->vccs->xoff) in clip_start_xmit()
426 clip_vcc->xoff = 0; in clip_mkip()
Dlec.h149 int xoff; member
Dlec.c311 vpriv->xoff = 1; in lec_start_xmit()
683 if (vpriv->xoff && atm_may_send(vcc, 0)) { in lec_pop()
684 vpriv->xoff = 0; in lec_pop()
706 vpriv->xoff = 0; in lec_vcc_attach()
1275 if (vpriv->xoff) in lec_arp_clear_vccs()
2169 vpriv->xoff = 0; in lec_mcast_make()
/linux-4.1.27/include/net/
Datmclip.h25 int xoff; /* 1 if send buffer is full */ member
/linux-4.1.27/drivers/media/pci/zoran/
Dzr36016.c277 zr36016_writei(ptr, ZR016I_NAX_HI, ptr->xoff >> 8); in zr36016_init()
278 zr36016_writei(ptr, ZR016I_NAX_LO, ptr->xoff & 0xFF); in zr36016_init()
336 ptr->xoff = (norm->HStart ? norm->HStart : 1) + cap->x; in zr36016_set_video()
Dzr36016.h41 __u16 xoff; member
/linux-4.1.27/drivers/gpu/drm/armada/
Darmada_crtc.c726 uint32_t xoff, xscr, w = dcrtc->cursor_w, s; in armada_drm_crtc_cursor_update() local
735 xoff = -dcrtc->cursor_x; in armada_drm_crtc_cursor_update()
737 w -= min(xoff, w); in armada_drm_crtc_cursor_update()
739 xoff = 0; in armada_drm_crtc_cursor_update()
743 xoff = 0; in armada_drm_crtc_cursor_update()
803 pix += yoff * s + xoff; in armada_drm_crtc_cursor_update()
/linux-4.1.27/drivers/usb/serial/
Dwhiteheat.h100 __u8 xoff; /* XOFF byte value */ member
Dmxuport.c779 u8 xoff = STOP_CHAR(tty); in mxuport_set_termios_flow() local
793 buf[1] = xoff; in mxuport_set_termios_flow()
802 __func__, xon, xoff); in mxuport_set_termios_flow()
Dwhiteheat.c736 port_settings.xoff = STOP_CHAR(tty); in firm_setup_port()
737 dev_dbg(dev, "%s - XON = %2x, XOFF = %2x\n", __func__, port_settings.xon, port_settings.xoff); in firm_setup_port()
/linux-4.1.27/arch/cris/arch-v10/kernel/
Ddebugport.c30 volatile unsigned* xoff; member
173 *p->xoff = in start_port()
/linux-4.1.27/drivers/tty/serial/8250/
D8250_omap.c89 u8 xoff; member
280 serial_out(up, UART_XOFF1, priv->xoff); in omap8250_restore_regs()
417 priv->xoff = termios->c_cc[VSTOP]; in omap_8250_set_termios()
/linux-4.1.27/drivers/video/fbdev/
Dps3fb.c852 res.xoff = (res.xres - info->var.xres) / 2; in ps3fb_ioctl()
/linux-4.1.27/Documentation/scsi/
Darcmsr_spec.txt425 ** (0:none, 1:xon/xoff, 2:hardware => must use none)
/linux-4.1.27/Documentation/serial/
Ddriver250 Other flags may be used (eg, xon/xoff characters) if your
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_main.c727 u64 xoff = 0; in i40e_update_link_xoff_rx() local
734 xoff = nsd->link_xoff_rx; in i40e_update_link_xoff_rx()
740 if (!(nsd->link_xoff_rx - xoff)) in i40e_update_link_xoff_rx()
767 bool xoff[I40E_MAX_TRAFFIC_CLASS] = {false}; in i40e_update_prio_xoff_rx() local
794 xoff[tc] = true; in i40e_update_prio_xoff_rx()
808 if (xoff[tc]) in i40e_update_prio_xoff_rx()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c959 u32 xoff[8] = {0}; in ixgbe_update_xoff_received() local
986 xoff[tc] += pxoffrxc; in ixgbe_update_xoff_received()
994 if (xoff[tc]) in ixgbe_update_xoff_received()
/linux-4.1.27/arch/mips/include/asm/octeon/
Dcvmx-gmxx-defs.h5098 uint64_t xoff:16; member
5100 uint64_t xoff:16;