| /drivers/scsi/libfc/ |
| A D | fc_frame.c | 65 size_t fill; in fc_frame_alloc_fill() local 67 fill = payload_len % 4; in fc_frame_alloc_fill() 68 if (fill != 0) in fc_frame_alloc_fill() 69 fill = 4 - fill; in fc_frame_alloc_fill() 70 fp = _fc_frame_alloc(payload_len + fill); in fc_frame_alloc_fill() 72 memset((char *) fr_hdr(fp) + payload_len, 0, fill); in fc_frame_alloc_fill()
|
| A D | fc_libfc.c | 160 u32 fill; in fc_fill_hdr() local 166 fill = -fr_len(fp) & 3; in fc_fill_hdr() 167 if (fill) { in fc_fill_hdr() 169 skb_put_zero(fp_skb(fp), fill); in fc_fill_hdr() 170 f_ctl |= fill; in fc_fill_hdr()
|
| A D | fc_exch.c | 266 u16 fill; in fc_exch_setup_hdr() local 285 fill = fr_len(fp) & 3; in fc_exch_setup_hdr() 286 if (fill) { in fc_exch_setup_hdr() 287 fill = 4 - fill; in fc_exch_setup_hdr() 289 skb_put(fp_skb(fp), fill); in fc_exch_setup_hdr() 290 hton24(fh->fh_f_ctl, f_ctl | fill); in fc_exch_setup_hdr()
|
| /drivers/net/ethernet/pasemi/ |
| A D | pasemi_mac.c | 581 int fill, count; in pasemi_mac_replenish_rx_ring() local 614 fill++; in pasemi_mac_replenish_rx_ring() 1377 hdr = fill; in pasemi_mac_queue_csdesc() 1388 fill += i; in pasemi_mac_queue_csdesc() 1389 if (fill & 1) in pasemi_mac_queue_csdesc() 1390 fill++; in pasemi_mac_queue_csdesc() 1397 fill++; in pasemi_mac_queue_csdesc() 1411 cs_size = fill - hdr; in pasemi_mac_queue_csdesc() 1438 int fill; in pasemi_mac_start_tx() local 1508 fill++; in pasemi_mac_start_tx() [all …]
|
| /drivers/crypto/ |
| A D | mxs-dcp.c | 94 uint32_t fill; member 293 desc->size = actx->fill; in mxs_dcp_run_aes() 340 actx->fill = 0; in mxs_dcp_aes_block_crypt() 372 actx->fill += clen; in mxs_dcp_aes_block_crypt() 387 dst_off += actx->fill; in mxs_dcp_aes_block_crypt() 389 actx->fill = 0; in mxs_dcp_aes_block_crypt() 628 desc->size = actx->fill; in mxs_dcp_run_sha() 705 actx->fill += clen; in dcp_sha_req_to_buf() 715 actx->fill = 0; in dcp_sha_req_to_buf() 731 actx->fill = 0; in dcp_sha_req_to_buf() [all …]
|
| /drivers/char/xillybus/ |
| A D | xillyusb.c | 244 fifo->fill += done; in fifo_write() 283 unsigned int fill; in fifo_read() local 298 fill = fifo->fill; in fifo_read() 307 fifo->fill -= done; in fifo_read() 328 fill -= n; in fifo_read() 409 fifo->fill = 0; in fifo_init() 771 unsigned int fill; in try_queue_bulk_out() local 780 fill = READ_ONCE(fifo->fill) & ep->fill_mask; in try_queue_bulk_out() 798 if (!fill) { in try_queue_bulk_out() 852 fill -= count; in try_queue_bulk_out() [all …]
|
| /drivers/misc/sgi-gru/ |
| A D | grulib.h | 121 char fill[10]; member 150 int fill[16]; member
|
| /drivers/crypto/allwinner/sun8i-ce/ |
| A D | sun8i-ce-hash.c | 263 u64 fill, min_fill, j, k; in hash_pad() local 271 fill = 64 - (byte_count % 64); in hash_pad() 274 fill = 128 - (byte_count % 128); in hash_pad() 278 if (fill < min_fill) in hash_pad() 279 fill += bs; in hash_pad() 282 j += (fill - min_fill) / sizeof(u32); in hash_pad()
|
| /drivers/vfio/pci/ |
| A D | vfio_pci_core.c | 778 struct vfio_pci_fill_info *fill = data; in vfio_pci_fill_devs() local 781 if (fill->count >= fill->nr_devices) in vfio_pci_fill_devs() 784 info = &fill->devices[fill->count++]; in vfio_pci_fill_devs() 1244 struct vfio_pci_fill_info fill = {}; in vfio_pci_ioctl_get_pci_hot_reset_info() local 1280 fill.devices = devices; in vfio_pci_ioctl_get_pci_hot_reset_info() 1281 fill.nr_devices = count; in vfio_pci_ioctl_get_pci_hot_reset_info() 1282 fill.vdev = &vdev->vdev; in vfio_pci_ioctl_get_pci_hot_reset_info() 1290 &fill, slot); in vfio_pci_ioctl_get_pci_hot_reset_info() 1296 sizeof(*devices) * fill.count)) { in vfio_pci_ioctl_get_pci_hot_reset_info() 1301 hdr.count = fill.count; in vfio_pci_ioctl_get_pci_hot_reset_info() [all …]
|
| /drivers/media/common/saa7146/ |
| A D | saa7146_video.c | 104 __le32 fill; in saa7146_pgtable_build() local 154 fill = *(ptr2 - 1); in saa7146_pgtable_build() 156 *ptr2 = fill; in saa7146_pgtable_build() 161 fill = *(ptr3 - 1); in saa7146_pgtable_build() 163 *ptr3 = fill; in saa7146_pgtable_build() 166 fill = pt1->cpu[m1]; in saa7146_pgtable_build() 168 *ptr1 = fill; in saa7146_pgtable_build()
|
| A D | saa7146_core.c | 241 __le32 *ptr, fill; in saa7146_pgtable_build_single() local 261 fill = *(ptr-1); in saa7146_pgtable_build_single() 263 *ptr++ = fill; in saa7146_pgtable_build_single()
|
| /drivers/crypto/allwinner/sun4i-ss/ |
| A D | sun4i-ss-hash.c | 189 unsigned int i = 0, end, fill, min_fill, nwait, nbw = 0, j = 0, todo; in sun4i_hash() local 435 fill = 64 - (op->byte_count % 64); in sun4i_hash() 439 if (fill < min_fill) in sun4i_hash() 440 fill += 64; in sun4i_hash() 442 j += (fill - min_fill) / sizeof(u32); in sun4i_hash()
|
| /drivers/isdn/hardware/mISDN/ |
| A D | hfc_pci.h | 189 u_char fill[0x2100 - 0x2082]; /* alignment */ member 210 u_char fill[32768]; member
|
| /drivers/crypto/allwinner/sun8i-ss/ |
| A D | sun8i-ss-hash.c | 419 u64 fill, min_fill, j, k; in hash_pad() local 427 fill = 64 - (byte_count % 64); in hash_pad() 430 fill = 128 - (byte_count % 128); in hash_pad() 434 if (fill < min_fill) in hash_pad() 435 fill += bs; in hash_pad() 438 j += (fill - min_fill) / sizeof(u32); in hash_pad()
|
| /drivers/staging/greybus/Documentation/firmware/ |
| A 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/media/radio/ |
| A D | Kconfig | 243 Choose Y here if you have one of these FM radio cards, and then fill 264 fill in the port address below. 275 Choose Y here if you have this FM radio card, and then fill in the 336 Choose Y here if you have one of these FM radio cards, and then fill 359 Choose Y here if you have this FM radio card, and then fill in the 451 Choose Y here if you have one of these FM radio cards, and then fill 486 Choose Y here if you have one of these FM radio cards, and then fill
|
| /drivers/soc/fsl/qbman/ |
| A D | qman.c | 208 u8 pi, ci, fill, ithresh, vbit; member 218 u8 pi, ci, fill, ithresh, vbit; member 658 if (!dqrr->fill) in qm_dqrr_current() 667 DPAA_ASSERT(dqrr->fill); in qm_dqrr_next() 669 return --dqrr->fill; in qm_dqrr_next() 689 dqrr->fill++; in qm_dqrr_pvb_update() 772 mr->fill = dpaa_cyc_diff(QM_MR_SIZE, mr->ci, mr->pi); in qm_mr_init() 798 if (!mr->fill) in qm_mr_current() 807 DPAA_ASSERT(mr->fill); in qm_mr_next() 809 return --mr->fill; in qm_mr_next() [all …]
|
| /drivers/staging/media/av7110/ |
| A D | av7110_av.c | 736 int fill; in write_ts_header2() local 739 fill = (TS_SIZE - 4) - length; in write_ts_header2() 742 if (fill) in write_ts_header2() 750 if (fill) { in write_ts_header2() 751 buf[4] = fill - 1; in write_ts_header2() 753 if (fill > 1) { in write_ts_header2() 757 for (i = 6; i < fill + 4; i++) { in write_ts_header2()
|
| /drivers/net/ethernet/intel/idpf/ |
| A D | Kconfig | 23 completion and fill queues. Only enable if you have hardware which
|
| /drivers/net/ethernet/apple/ |
| A D | mace.c | 538 int fill, next, len; in mace_xmit_start() local 542 fill = mp->tx_fill; in mace_xmit_start() 543 next = fill + 1; in mace_xmit_start() 560 mp->tx_bufs[fill] = skb; in mace_xmit_start() 561 cp = mp->tx_cmds + NCMDS_TX * fill; in mace_xmit_start()
|
| /drivers/net/usb/ |
| A D | rndis_host.c | 565 goto fill; in rndis_tx_fixup() 573 goto fill; in rndis_tx_fixup() 587 fill: in rndis_tx_fixup()
|
| /drivers/gpu/drm/omapdrm/ |
| A D | omap_dmm_tiler.c | 459 static int fill(struct tcm_area *area, struct page **pages, in fill() function 512 ret = fill(&block->area, pages, npages, roll, wait); in tiler_pin() 522 return fill(&block->area, NULL, 0, 0, false); in tiler_unpin() 974 if (fill(&area, NULL, 0, 0, true)) in omap_dmm_probe() 1179 if (fill(&area, NULL, 0, 0, true)) in omap_dmm_resume()
|
| /drivers/gpu/drm/i915/gem/selftests/ |
| A D | i915_gem_migrate.c | 17 bool fill) in igt_fill_check_buffer() argument 30 if (fill) in igt_fill_check_buffer()
|
| /drivers/target/tcm_fc/ |
| A D | tfc_sess.c | 359 goto fill; in ft_prli_locked() 399 fill: in ft_prli_locked()
|
| /drivers/infiniband/hw/hfi1/ |
| A D | pio.c | 1271 sc->fill = 0; in sc_enable() 1417 avail = (unsigned long)sc->credits - (sc->fill - sc->alloc_free); in sc_buffer_alloc() 1428 (sc->fill - sc->alloc_free); in sc_buffer_alloc() 1447 sc->fill += blocks; in sc_buffer_alloc() 1461 pbuf->sent_at = sc->fill; in sc_buffer_alloc() 2125 sc->fill, sc->free, sc->fill_wrap, sc->alloc_free); in seqfile_dump_sci()
|