Home
last modified time | relevance | path

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

12

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/
Dport_buffer.c64 port_buffer->buffer[i].xoff = in mlx5e_port_query_buffer()
71 port_buffer->buffer[i].xoff, in mlx5e_port_query_buffer()
110 u64 xoff = port_buffer->buffer[i].xoff; in port_set_buffer() local
114 do_div(xoff, port_buff_cell_sz); in port_set_buffer()
118 MLX5_SET(bufferx_reg, buffer, xoff_threshold, xoff); in port_set_buffer()
134 u32 xoff; in calculate_xoff() local
142 xoff = (301 + 216 * priv->dcbx.cable_len / 100) * speed / 1000 + 272 * mtu / 100; in calculate_xoff()
144 mlx5e_dbg(HW, priv, "%s: xoff=%d\n", __func__, xoff); in calculate_xoff()
145 return xoff; in calculate_xoff()
149 u32 xoff, unsigned int max_mtu, u16 port_buff_cell_sz) in update_xoff_threshold() argument
[all …]
Dport_buffer.h56 u32 xoff; member
Ddcbnl.h31 u32 xoff; member
/linux-6.1.9/fs/jfs/
Djfs_xtree.c104 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 …]
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,
99 extern int xtDelete(tid_t tid, struct inode *ip, s64 xoff, int xlen,
106 struct inode *ip, int xflag, s64 xoff, int maxblocks,
Djfs_extent.c73 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()
Dresize.c62 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-6.1.9/net/caif/
Dcaif_dev.c41 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()
/linux-6.1.9/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-6.1.9/drivers/accessibility/speakup/
Dspeakup_dectlk.c25 static int xoff; variable
29 return xoff; in synth_full()
186 xoff = 1; in read_buff_add()
188 xoff = 0; in read_buff_add()
/linux-6.1.9/drivers/tty/serial/
Dsunsab.h17 u8 xoff; /* XOFF Character */ member
48 u8 xoff; member
84 u8 xoff; member
/linux-6.1.9/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()
674 if (vpriv->xoff && atm_may_send(vcc, 0)) { in lec_pop()
675 vpriv->xoff = 0; in lec_pop()
699 vpriv->xoff = 0; in lec_vcc_attach()
1255 if (vpriv->xoff) in lec_arp_clear_vccs()
2121 vpriv->xoff = 0; in lec_mcast_make()
/linux-6.1.9/arch/powerpc/include/uapi/asm/
Dps3fb.h41 __u32 xoff; /* margine x */ member
/linux-6.1.9/drivers/media/pci/zoran/
Dzr36016.c177 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()
Dzr36016.h22 __u16 xoff; member
/linux-6.1.9/include/net/
Datmclip.h26 int xoff; /* 1 if send buffer is full */ member
/linux-6.1.9/drivers/gpu/drm/armada/
Darmada_crtc.c603 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()
/linux-6.1.9/drivers/usb/serial/
Dwhiteheat.h96 __u8 xoff; /* XOFF byte value */ member
Dmxuport.c768 u8 xoff = STOP_CHAR(tty); in mxuport_set_termios_flow() local
782 buf[1] = xoff; in mxuport_set_termios_flow()
791 __func__, xon, xoff); in mxuport_set_termios_flow()
Dwhiteheat.c671 port_settings.xoff = STOP_CHAR(tty); in firm_setup_port()
672 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-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_struct.h468 u64 xoff : 1; member
615 u64 xoff : 1; member
/linux-6.1.9/drivers/tty/serial/8250/
D8250_omap.c119 u8 xoff; member
341 serial_out(up, UART_XOFF1, priv->xoff); in omap8250_restore_regs()
464 priv->xoff = termios->c_cc[VSTOP]; in omap_8250_set_termios()

12