/drivers/scsi/libfc/ |
D | fc_frame.c | 77 size_t fill; in fc_frame_alloc_fill() local 79 fill = payload_len % 4; in fc_frame_alloc_fill() 80 if (fill != 0) in fc_frame_alloc_fill() 81 fill = 4 - fill; in fc_frame_alloc_fill() 82 fp = _fc_frame_alloc(payload_len + fill); in fc_frame_alloc_fill() 84 memset((char *) fr_hdr(fp) + payload_len, 0, fill); in fc_frame_alloc_fill()
|
D | fc_libfc.c | 172 u32 fill; in fc_fill_hdr() local 178 fill = -fr_len(fp) & 3; in fc_fill_hdr() 179 if (fill) { in fc_fill_hdr() 181 skb_put_zero(fp_skb(fp), fill); in fc_fill_hdr() 182 f_ctl |= fill; in fc_fill_hdr()
|
/drivers/net/ethernet/pasemi/ |
D | pasemi_mac.c | 593 int fill, count; in pasemi_mac_replenish_rx_ring() local 598 fill = rx_ring(mac)->next_to_fill; in pasemi_mac_replenish_rx_ring() 600 struct pasemi_mac_buffer *info = &RX_DESC_INFO(rx, fill); in pasemi_mac_replenish_rx_ring() 601 u64 *buff = &RX_BUFF(rx, fill); in pasemi_mac_replenish_rx_ring() 626 fill++; in pasemi_mac_replenish_rx_ring() 1359 int cs_size, i, fill, hdr, cpyhdr, evt; in pasemi_mac_queue_csdesc() local 1383 fill = csring->next_to_fill; in pasemi_mac_queue_csdesc() 1384 hdr = fill; in pasemi_mac_queue_csdesc() 1386 CS_DESC(csring, fill++) = fund; in pasemi_mac_queue_csdesc() 1388 csdma = csring->chan.ring_dma + (fill & (CS_RING_SIZE-1)) * 8 + 2; in pasemi_mac_queue_csdesc() [all …]
|
/drivers/crypto/ |
D | mxs-dcp.c | 95 uint32_t fill; member 228 if (actx->fill % AES_BLOCK_SIZE) { in mxs_dcp_run_aes() 257 desc->size = actx->fill; in mxs_dcp_run_aes() 300 actx->fill = 0; in mxs_dcp_aes_block_crypt() 324 if (actx->fill + len > out_off) in mxs_dcp_aes_block_crypt() 325 clen = out_off - actx->fill; in mxs_dcp_aes_block_crypt() 329 memcpy(in_buf + actx->fill, src_buf, clen); in mxs_dcp_aes_block_crypt() 332 actx->fill += clen; in mxs_dcp_aes_block_crypt() 338 if (actx->fill == out_off || sg_is_last(src) || in mxs_dcp_aes_block_crypt() 346 last_out_len = actx->fill; in mxs_dcp_aes_block_crypt() [all …]
|
/drivers/vfio/pci/ |
D | vfio_pci.c | 489 struct vfio_pci_fill_info *fill = data; in vfio_pci_fill_devs() local 492 if (fill->cur == fill->max) in vfio_pci_fill_devs() 499 fill->devices[fill->cur].group_id = iommu_group_id(iommu_group); in vfio_pci_fill_devs() 500 fill->devices[fill->cur].segment = pci_domain_nr(pdev->bus); in vfio_pci_fill_devs() 501 fill->devices[fill->cur].bus = pdev->bus->number; in vfio_pci_fill_devs() 502 fill->devices[fill->cur].devfn = pdev->devfn; in vfio_pci_fill_devs() 503 fill->cur++; in vfio_pci_fill_devs() 893 struct vfio_pci_fill_info fill = { 0 }; in vfio_pci_ioctl() local 917 &fill.max, slot); in vfio_pci_ioctl() 921 WARN_ON(!fill.max); /* Should always be at least one */ in vfio_pci_ioctl() [all …]
|
/drivers/isdn/hardware/eicon/ |
D | pc_maint.h | 134 byte fill[6]; member 146 byte fill[4]; /* data at offset 16 */ member 158 byte fill[4]; /* data at offset 16 */ member
|
/drivers/gpu/drm/qxl/ |
D | qxl_draw.c | 469 drawable->u.fill.brush.type = SPICE_BRUSH_TYPE_SOLID; in qxl_draw_fill() 470 drawable->u.fill.brush.u.color = color; in qxl_draw_fill() 471 drawable->u.fill.rop_descriptor = rop; in qxl_draw_fill() 472 drawable->u.fill.mask.flags = 0; in qxl_draw_fill() 473 drawable->u.fill.mask.pos.x = 0; in qxl_draw_fill() 474 drawable->u.fill.mask.pos.y = 0; in qxl_draw_fill() 475 drawable->u.fill.mask.bitmap = 0; in qxl_draw_fill()
|
/drivers/isdn/hisax/ |
D | hisax_fcpcipnp.h | 16 u_char fill; member 24 u_char fill;
|
D | hfc_pci.h | 202 u_char fill[0x2100 - 0x2082]; /* alignment */ member 227 u_char fill[32768]; member
|
/drivers/misc/sgi-gru/ |
D | grulib.h | 121 char fill[10]; member 150 int fill[16]; member
|
/drivers/crypto/sunxi-ss/ |
D | sun4i-ss-hash.c | 180 unsigned int i = 0, end, fill, min_fill, nwait, nbw = 0, j = 0, todo; in sun4i_hash() local 420 fill = 64 - (op->byte_count % 64); in sun4i_hash() 424 if (fill < min_fill) in sun4i_hash() 425 fill += 64; in sun4i_hash() 427 j += (fill - min_fill) / sizeof(u32); in sun4i_hash()
|
/drivers/isdn/hardware/mISDN/ |
D | hfc_pci.h | 203 u_char fill[0x2100 - 0x2082]; /* alignment */ member 224 u_char fill[32768]; member
|
/drivers/staging/greybus/Documentation/firmware/ |
D | firmware-management | 150 required to fill the 'firmware_tag' field of the 'struct fw_mgmt_ioc_get_fw' 157 an Interface. The user needs to fill the 'firmware_tag' and 'load_method' 164 Backend Interface Firmware. The user is required to fill the 'firmware_tag' 291 Authentication. The user is required to fill the 'certificate_class' and 300 an Interface. The user needs to fill the 'auth_type', 'uid', and 'challenge'
|
/drivers/staging/iio/Documentation/ |
D | overview.txt | 8 The aim is to fill the gap between the somewhat similar hwmon and 46 used in IIO to fill software buffers acting in a very similar
|
D | trigger.txt | 10 allocates a trigger structure. The key elements to then fill in within
|
/drivers/soc/fsl/qbman/ |
D | qman.c | 168 u8 pi, ci, fill, ithresh, vbit; member 178 u8 pi, ci, fill, ithresh, vbit; member 582 dqrr->fill = dpaa_cyc_diff(QM_DQRR_SIZE, dqrr->ci, dqrr->pi); in qm_dqrr_init() 622 if (!dqrr->fill) in qm_dqrr_current() 631 DPAA_ASSERT(dqrr->fill); in qm_dqrr_next() 633 return --dqrr->fill; in qm_dqrr_next() 657 dqrr->fill++; in qm_dqrr_pvb_update() 734 mr->fill = dpaa_cyc_diff(QM_MR_SIZE, mr->ci, mr->pi); in qm_mr_init() 760 if (!mr->fill) in qm_mr_current() 769 DPAA_ASSERT(mr->fill); in qm_mr_next() [all …]
|
/drivers/media/usb/stkwebcam/ |
D | stk-webcam.c | 313 unsigned char *fill = NULL; in stk_isoc_handler() local 346 fill = fb->buffer + fb->v4lbuf.bytesused; in stk_isoc_handler() 379 fill = fb->buffer; in stk_isoc_handler() 384 fill = fb->buffer; in stk_isoc_handler() 392 fill = fb->buffer; in stk_isoc_handler() 407 memcpy(fill, iso_buf, framelen); in stk_isoc_handler() 409 fill += framelen; in stk_isoc_handler()
|
/drivers/media/radio/ |
D | Kconfig | 254 fill in the port address below. 264 Choose Y here if you have one of these FM radio cards, and then fill 295 Choose Y here if you have this FM radio card, and then fill in the 318 Choose Y here if you have one of these FM radio cards, and then fill 338 Choose Y here if you have this FM radio card, and then fill in the 448 Choose Y here if you have one of these FM radio cards, and then fill 482 Choose Y here if you have one of these FM radio cards, and then fill
|
/drivers/media/common/saa7146/ |
D | saa7146_video.c | 222 __le32 fill; in saa7146_pgtable_build() local 283 fill = *(ptr2-1); in saa7146_pgtable_build() 285 *ptr2 = fill; in saa7146_pgtable_build() 292 fill = *(ptr3-1); in saa7146_pgtable_build() 294 *ptr3 = fill; in saa7146_pgtable_build() 298 fill = pt1->cpu[m1]; in saa7146_pgtable_build() 300 *ptr1 = fill; in saa7146_pgtable_build()
|
D | saa7146_core.c | 250 __le32 *ptr, fill; in saa7146_pgtable_build_single() local 276 fill = *(ptr-1); in saa7146_pgtable_build_single() 278 *ptr++ = fill; in saa7146_pgtable_build_single()
|
/drivers/net/ethernet/qlogic/qed/ |
D | qed_init_ops.c | 205 u32 addr, u32 fill, u32 fill_count) in qed_init_fill_dmae() argument 225 u32 addr, u32 fill, u32 fill_count) in qed_init_fill() argument 230 qed_wr(p_hwfn, p_ptt, addr, fill); in qed_init_fill()
|
/drivers/media/pci/ttpci/ |
D | av7110_av.c | 744 int fill; in write_ts_header2() local 747 fill = (TS_SIZE - 4) - length; in write_ts_header2() 750 if (fill) in write_ts_header2() 758 if (fill) { in write_ts_header2() 759 buf[4] = fill - 1; in write_ts_header2() 761 if (fill > 1) { in write_ts_header2() 765 for (i = 6; i < fill + 4; i++) { in write_ts_header2()
|
/drivers/gpu/drm/omapdrm/ |
D | omap_dmm_tiler.c | 331 static int fill(struct tcm_area *area, struct page **pages, in fill() function 384 ret = fill(&block->area, pages, npages, roll, wait); in tiler_pin() 394 return fill(&block->area, NULL, 0, 0, false); in tiler_unpin() 828 if (fill(&area, NULL, 0, 0, true)) in omap_dmm_probe() 1034 if (fill(&area, NULL, 0, 0, true)) in omap_dmm_resume()
|
/drivers/net/usb/ |
D | rndis_host.c | 558 goto fill; in rndis_tx_fixup() 566 goto fill; in rndis_tx_fixup() 580 fill: in rndis_tx_fixup()
|
/drivers/net/ethernet/apple/ |
D | mace.c | 536 int fill, next, len; in mace_xmit_start() local 540 fill = mp->tx_fill; in mace_xmit_start() 541 next = fill + 1; in mace_xmit_start() 558 mp->tx_bufs[fill] = skb; in mace_xmit_start() 559 cp = mp->tx_cmds + NCMDS_TX * fill; in mace_xmit_start()
|