/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | port_buffer.c | 64 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 …]
|
D | port_buffer.h | 56 u32 xoff; member
|
D | dcbnl.h | 31 u32 xoff; member
|
/linux-6.1.9/fs/jfs/ |
D | jfs_xtree.c | 104 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 …]
|
D | jfs_xtree.h | 95 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,
|
D | jfs_extent.c | 73 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()
|
D | resize.c | 62 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/ |
D | caif_dev.c | 41 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/ |
D | mach64_cursor.c | 71 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/ |
D | speakup_dectlk.c | 25 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/ |
D | sunsab.h | 17 u8 xoff; /* XOFF Character */ member 48 u8 xoff; member 84 u8 xoff; member
|
/linux-6.1.9/net/atm/ |
D | clip.c | 80 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()
|
D | lec.h | 150 int xoff; member
|
D | lec.c | 314 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/ |
D | ps3fb.h | 41 __u32 xoff; /* margine x */ member
|
/linux-6.1.9/drivers/media/pci/zoran/ |
D | zr36016.c | 177 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()
|
D | zr36016.h | 22 __u16 xoff; member
|
/linux-6.1.9/include/net/ |
D | atmclip.h | 26 int xoff; /* 1 if send buffer is full */ member
|
/linux-6.1.9/drivers/gpu/drm/armada/ |
D | armada_crtc.c | 603 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/ |
D | whiteheat.h | 96 __u8 xoff; /* XOFF byte value */ member
|
D | mxuport.c | 768 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()
|
D | whiteheat.c | 671 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()
|
D | upd78f0730.c | 112 u8 xoff; member
|
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_struct.h | 468 u64 xoff : 1; member 615 u64 xoff : 1; member
|
/linux-6.1.9/drivers/tty/serial/8250/ |
D | 8250_omap.c | 119 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()
|