/kernel/linux/linux-5.10/drivers/net/arcnet/ |
D | rfc1051.c | 40 static void rx(struct net_device *dev, int bufnum, 45 int bufnum); 121 static void rx(struct net_device *dev, int bufnum, in rx() argument 149 lp->hw.copy_from_card(dev, bufnum, ofs + sizeof(pkt->soft), in rx() 208 int bufnum) in prepare_tx() argument 215 lp->next_tx, lp->cur_tx, bufnum); in prepare_tx() 236 lp->hw.copy_to_card(dev, bufnum, 0, hard, ARC_HDR_SIZE); in prepare_tx() 237 lp->hw.copy_to_card(dev, bufnum, ofs, &pkt->soft, length); in prepare_tx()
|
D | rfc1201.c | 41 static void rx(struct net_device *dev, int bufnum, 46 int bufnum); 47 static int continue_tx(struct net_device *dev, int bufnum); 132 static void rx(struct net_device *dev, int bufnum, in rx() argument 162 lp->hw.copy_from_card(dev, bufnum, 512 - length, in rx() 197 lp->hw.copy_from_card(dev, bufnum, in rx() 353 lp->hw.copy_from_card(dev, bufnum, ofs + RFC1201_HDR_SIZE, in rx() 443 struct arc_rfc1201 *soft, int softlen, int bufnum) in load_pkt() argument 463 lp->hw.copy_to_card(dev, bufnum, ofs - RFC1201_HDR_SIZE, in load_pkt() 469 lp->hw.copy_to_card(dev, bufnum, 0, hard, ARC_HDR_SIZE); in load_pkt() [all …]
|
D | arc-rawmode.c | 39 static void rx(struct net_device *dev, int bufnum, in rx() argument 70 lp->hw.copy_from_card(dev, bufnum, ofs + sizeof(pkt->soft), in rx() 114 int bufnum) in prepare_tx() argument 121 lp->next_tx, lp->cur_tx, bufnum); in prepare_tx() 145 lp->hw.copy_to_card(dev, bufnum, 0, hard, ARC_HDR_SIZE); in prepare_tx() 146 lp->hw.copy_to_card(dev, bufnum, ofs, &pkt->soft, length); in prepare_tx()
|
D | capmode.c | 42 static void rx(struct net_device *dev, int bufnum, in rx() argument 83 lp->hw.copy_from_card(dev, bufnum, ofs + sizeof(pkt->soft), in rx() 133 int bufnum) in prepare_tx() argument 145 lp->next_tx, lp->cur_tx, bufnum); in prepare_tx() 170 lp->hw.copy_to_card(dev, bufnum, 0, hard, ARC_HDR_SIZE); in prepare_tx() 171 lp->hw.copy_to_card(dev, bufnum, ofs, &pkt->soft.cap.proto, in prepare_tx() 177 lp->hw.copy_to_card(dev, bufnum, ofs + 1, in prepare_tx()
|
D | arcdevice.h | 196 void (*rx)(struct net_device *dev, int bufnum, 203 int length, int bufnum); 204 int (*continue_tx)(struct net_device *dev, int bufnum); 323 void (*copy_to_card)(struct net_device *dev, int bufnum, 325 void (*copy_from_card)(struct net_device *dev, int bufnum,
|
D | arcnet.c | 62 static void null_rx(struct net_device *dev, int bufnum, 67 int length, int bufnum); 69 static void arcnet_rx(struct net_device *dev, int bufnum); 161 static void arcnet_dump_packet(struct net_device *dev, int bufnum, in arcnet_dump_packet() argument 176 lp->hw.copy_from_card(dev, bufnum, 0, buf, 512); in arcnet_dump_packet() 191 #define arcnet_dump_packet(dev, bufnum, desc, take_arcnet_lock) do { } while (0) argument 288 static void release_arcbuf(struct net_device *dev, int bufnum) in release_arcbuf() argument 293 lp->buf_queue[lp->first_free_buf++] = bufnum; in release_arcbuf() 298 bufnum); in release_arcbuf() 1063 static void arcnet_rx(struct net_device *dev, int bufnum) in arcnet_rx() argument [all …]
|
D | com90io.c | 52 static void com90io_copy_to_card(struct net_device *dev, int bufnum, int offset, 54 static void com90io_copy_from_card(struct net_device *dev, int bufnum, 332 static void com90io_copy_to_card(struct net_device *dev, int bufnum, in com90io_copy_to_card() argument 336 put_whole_buffer(dev, bufnum * 512 + offset, count, buf)); in com90io_copy_to_card() 339 static void com90io_copy_from_card(struct net_device *dev, int bufnum, in com90io_copy_from_card() argument 343 get_whole_buffer(dev, bufnum * 512 + offset, count, buf)); in com90io_copy_from_card()
|
D | arc-rimi.c | 52 static void arcrimi_copy_to_card(struct net_device *dev, int bufnum, int offset, 54 static void arcrimi_copy_from_card(struct net_device *dev, int bufnum, 287 static void arcrimi_copy_to_card(struct net_device *dev, int bufnum, int offset, in arcrimi_copy_to_card() argument 291 void __iomem *memaddr = lp->mem_start + 0x800 + bufnum * 512 + offset; in arcrimi_copy_to_card() 296 static void arcrimi_copy_from_card(struct net_device *dev, int bufnum, in arcrimi_copy_from_card() argument 300 void __iomem *memaddr = lp->mem_start + 0x800 + bufnum * 512 + offset; in arcrimi_copy_from_card()
|
D | com20020.c | 55 static void com20020_copy_to_card(struct net_device *dev, int bufnum, 57 static void com20020_copy_from_card(struct net_device *dev, int bufnum, 62 static void com20020_copy_from_card(struct net_device *dev, int bufnum, in com20020_copy_from_card() argument 65 int ioaddr = dev->base_addr, ofs = 512 * bufnum + offset; in com20020_copy_from_card() 77 static void com20020_copy_to_card(struct net_device *dev, int bufnum, in com20020_copy_to_card() argument 80 int ioaddr = dev->base_addr, ofs = 512 * bufnum + offset; in com20020_copy_to_card()
|
D | com90xx.c | 63 static void com90xx_copy_to_card(struct net_device *dev, int bufnum, int offset, 65 static void com90xx_copy_from_card(struct net_device *dev, int bufnum, 629 static void com90xx_copy_to_card(struct net_device *dev, int bufnum, in com90xx_copy_to_card() argument 633 void __iomem *memaddr = lp->mem_start + bufnum * 512 + offset; in com90xx_copy_to_card() 638 static void com90xx_copy_from_card(struct net_device *dev, int bufnum, in com90xx_copy_from_card() argument 642 void __iomem *memaddr = lp->mem_start + bufnum * 512 + offset; in com90xx_copy_from_card()
|
/kernel/linux/linux-5.10/include/linux/usb/ |
D | renesas_usbhs.h | 111 u8 bufnum; member 117 .bufnum = (_num), \
|
/kernel/linux/linux-5.10/fs/gfs2/ |
D | meta_io.c | 118 unsigned int bufnum; in gfs2_getbuf() local 125 bufnum = blkno - (index << shift); /* block buf index within page */ in gfs2_getbuf() 145 for (bh = page_buffers(page); bufnum--; bh = bh->b_this_page) in gfs2_getbuf() 407 unsigned int bufnum = blkno - (index << shift); in gfs2_getjdatabuf() local 418 for (bh = page_buffers(page); bufnum--; bh = bh->b_this_page) in gfs2_getjdatabuf()
|
/kernel/linux/linux-5.10/drivers/char/xillybus/ |
D | xillybus_core.c | 321 int bufnum, int bytebufsize) in xilly_get_dma_buffers() argument 329 this_buffer = devm_kcalloc(dev, bufnum, in xilly_get_dma_buffers() 336 for (i = 0; i < bufnum; i++) { in xilly_get_dma_buffers() 409 int channelnum, bufnum, bufsize, format, is_writebuf; in xilly_setupchannels() local 491 bufnum = 1 << (chandesc[3] & 0x0f); in xilly_setupchannels() 512 buffers = devm_kcalloc(dev, bufnum, in xilly_setupchannels() 522 channel->num_rd_buffers = bufnum; in xilly_setupchannels() 531 bufnum, bytebufsize); in xilly_setupchannels() 533 channel->num_wr_buffers = bufnum; in xilly_setupchannels() 545 bufnum, bytebufsize); in xilly_setupchannels() [all …]
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
D | m66592-udc.c | 229 u16 bufnum = 0, buf_bsize = 0; in pipe_buffer_setting() local 243 bufnum = 4 + (info->pipe - M66592_BASE_PIPENUM_INT); in pipe_buffer_setting() 249 bufnum = info->pipe - M66592_BASE_PIPENUM_BULK; in pipe_buffer_setting() 251 bufnum = info->pipe - M66592_BASE_PIPENUM_ISOC; in pipe_buffer_setting() 253 bufnum = M66592_BASE_BUFNUM + (bufnum * 16); in pipe_buffer_setting() 260 bufnum = M66592_BASE_BUFNUM + in pipe_buffer_setting() 266 if (buf_bsize && ((bufnum + 16) >= M66592_MAX_BUFNUM)) { in pipe_buffer_setting() 272 m66592_write(m66592, (buf_bsize << 10) | (bufnum), M66592_PIPEBUF); in pipe_buffer_setting()
|
D | r8a66597-udc.c | 319 u16 bufnum = 0, buf_bsize = 0; in pipe_buffer_setting() local 333 bufnum = 4 + (info->pipe - R8A66597_BASE_PIPENUM_INT); in pipe_buffer_setting() 339 bufnum = info->pipe - R8A66597_BASE_PIPENUM_BULK; in pipe_buffer_setting() 341 bufnum = info->pipe - R8A66597_BASE_PIPENUM_ISOC; in pipe_buffer_setting() 343 bufnum = R8A66597_BASE_BUFNUM + (bufnum * 16); in pipe_buffer_setting() 350 bufnum = R8A66597_BASE_BUFNUM + in pipe_buffer_setting() 356 if (buf_bsize && ((bufnum + 16) >= R8A66597_MAX_BUFNUM)) { in pipe_buffer_setting() 362 r8a66597_write(r8a66597, (buf_bsize << 10) | (bufnum), PIPEBUF); in pipe_buffer_setting()
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
D | fsl_ifc_nand.c | 164 u32 eccstat, unsigned int bufnum) in check_read_ecc() argument 166 return (eccstat >> ((3 - bufnum % 4) * 8)) & 15; in check_read_ecc() 213 int bufnum = nctrl->page & priv->bufnum_mask; in fsl_ifc_run_command() local 214 int sector_start = bufnum * chip->ecc.steps; in fsl_ifc_run_command()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
D | r8a66597-hcd.c | 620 r8a66597_write(r8a66597, (info->buf_bsize << 10) | (info->bufnum), in pipe_buffer_setting() 722 u16 bufnum = 0; in get_bufnum() local 725 bufnum = 0; in get_bufnum() 727 bufnum = 8 + (pipenum - 1) * R8A66597_BUF_BSIZE*2; in get_bufnum() 729 bufnum = 4 + (pipenum - 6); in get_bufnum() 733 return bufnum; in get_bufnum() 944 info.bufnum = get_bufnum(info.pipenum); in init_pipe_info()
|
D | r8a66597.h | 38 u16 bufnum; member
|
/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/ |
D | ipu-cpmem.c | 272 void ipu_cpmem_set_buffer(struct ipuv3_channel *ch, int bufnum, dma_addr_t buf) in ipu_cpmem_set_buffer() argument 276 if (bufnum) in ipu_cpmem_set_buffer()
|
/kernel/linux/linux-5.10/include/video/ |
D | imx-ipu-v3.h | 259 void ipu_cpmem_set_buffer(struct ipuv3_channel *ch, int bufnum, dma_addr_t buf);
|
/kernel/linux/linux-5.10/drivers/usb/renesas_usbhs/ |
D | pipe.c | 490 bufnmb = pipe_config->bufnum; in usbhsp_setup_pipebuff()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0027_linux_drivers_media.patch | 4787 + int bufnum; 5230 + unsigned long phys, int bufnum) 5232 + if (bufnum == 1) 5436 + buf->internal.bufnum = 0; 5442 + mx6s_update_csi_buf(csi_dev, phys, buf->internal.bufnum); 5448 + buf->internal.bufnum = 1; 5453 + mx6s_update_csi_buf(csi_dev, phys, buf->internal.bufnum); 5514 + int bufnum, bool err) 5537 + if (bufnum == 1) { 5564 + csi_dev->nextfb = (bufnum == 0 ? 1 : 0); [all …]
|
/kernel/linux/linux-5.10/drivers/net/ethernet/apm/xgene/ |
D | xgene_enet_main.c | 1264 static u16 xgene_enet_get_ring_id(enum xgene_ring_owner owner, u8 bufnum) in xgene_enet_get_ring_id() argument 1266 return (owner << 6) | (bufnum & GENMASK(5, 0)); in xgene_enet_get_ring_id()
|
/kernel/linux/linux-5.10/Documentation/driver-api/ |
D | xillybus.rst | 221 * bufnum: The number of buffers allocated for this pipe. Always a power of two.
|