Home
last modified time | relevance | path

Searched refs:storage (Results 1 – 25 of 63) sorted by relevance

123

/drivers/md/
A Dmd-bitmap.c195 } storage; member
670 if (bitmap->storage.file) in md_bitmap_wait_writes()
719 if (bitmap->storage.file) in bitmap_update_sb()
773 bitmap->storage.sb_index = 0; in md_bitmap_new_disk_sb()
866 if (bitmap->storage.file) { in md_bitmap_read_sb()
1108 if (bitmap->storage.file) { in md_bitmap_file_kick()
1461 if (bitmap->storage.file) in bitmap_write_all()
2168 bitmap->storage.file = file; in __bitmap_create()
2379 storage = &bitmap->storage; in bitmap_get_stats()
2381 stats->file = storage->file; in bitmap_get_stats()
[all …]
/drivers/net/ethernet/mellanox/mlxsw/
A Dcore_acl_flex_keys.c467 __mlxsw_item_memcpy_to(values->storage.key, key_value, in mlxsw_afk_values_add_buf()
469 __mlxsw_item_memcpy_to(values->storage.mask, mask_value, in mlxsw_afk_values_add_buf()
477 char *storage, char *output, int diff) in mlxsw_sp_afk_encode_u32() argument
481 value = __mlxsw_item_get32(storage, storage_item, 0); in mlxsw_sp_afk_encode_u32()
487 char *storage, char *output) in mlxsw_sp_afk_encode_buf() argument
489 char *storage_data = __mlxsw_item_data(storage, storage_item, 0); in mlxsw_sp_afk_encode_buf()
498 char *output, char *storage, int u32_diff) in mlxsw_sp_afk_encode_one() argument
508 storage, output, u32_diff); in mlxsw_sp_afk_encode_one()
511 storage, output); in mlxsw_sp_afk_encode_one()
541 values->storage.key, in mlxsw_afk_encode()
[all …]
/drivers/usb/storage/
A DMakefile14 obj-$(CONFIG_USB_STORAGE) += usb-storage.o
16 usb-storage-y := scsiglue.o protocol.o transport.o usb.o
17 usb-storage-y += initializers.o sierra_ms.o option_ms.o
18 usb-storage-y += usual-tables.o
19 usb-storage-$(CONFIG_USB_STORAGE_DEBUG) += debug.o
A DKconfig12 Say Y here if you want to connect USB mass storage devices to your
21 (BLK_DEV_SD) for most USB storage devices.
24 module will be called usb-storage.
81 tristate "USBAT/USBAT02-based storage support"
83 Say Y here to include additional code to support storage devices
158 This code places the Rio Karma into mass storage mode, enabling
173 mass storage class.
193 storage devices. It permits higher performance by supporting
/drivers/target/iscsi/
A DKconfig10 is software that makes local storage available over a storage network
11 to a SCSI initiator system. The supported storage network technologies
/drivers/iio/dac/
A Dad5446.c147 #define _AD5446_CHANNEL(bits, storage, _shift, ext) { \ argument
157 .storagebits = (storage), \
163 #define AD5446_CHANNEL(bits, storage, shift) \ argument
164 _AD5446_CHANNEL(bits, storage, shift, NULL)
166 #define AD5446_CHANNEL_POWERDOWN(bits, storage, shift) \ argument
167 _AD5446_CHANNEL(bits, storage, shift, ad5446_ext_info_powerdown)
/drivers/gpu/drm/xe/
A Dxe_gsc.c50 void *storage; in memcpy_fw() local
56 storage = kmalloc(fw_size, GFP_KERNEL); in memcpy_fw()
57 if (!storage) in memcpy_fw()
60 xe_map_memcpy_from(xe, storage, &gsc->fw.bo->vmap, 0, fw_size); in memcpy_fw()
61 xe_map_memcpy_to(xe, &gsc->private->vmap, 0, storage, fw_size); in memcpy_fw()
65 kfree(storage); in memcpy_fw()
A Dxe_dma_buf.c206 xe_dma_buf_init_obj(struct drm_device *dev, struct xe_bo *storage, in xe_dma_buf_init_obj() argument
215 bo = ___xe_bo_create_locked(xe, storage, NULL, resv, NULL, dma_buf->size, in xe_dma_buf_init_obj()
/drivers/gpu/drm/i915/gt/uc/
A Dintel_guc_ads.c260 struct guc_mmio_reg *storage; member
281 struct guc_mmio_reg *r = krealloc(regset->storage, in __mmio_reg_add()
289 regset->registers = r + (regset->registers - regset->storage); in __mmio_reg_add()
290 regset->storage = r; in __mmio_reg_add()
294 slot = &regset->storage[pos]; in __mmio_reg_add()
305 u32 count = regset->storage_used - (regset->registers - regset->storage); in guc_mmio_reg_add()
389 regset->registers = regset->storage + regset->storage_used; in guc_mmio_regset_init()
453 guc->ads_regset = temp_set.storage; in guc_mmio_reg_state_create()
461 kfree(temp_set.storage); in guc_mmio_reg_state_create()
/drivers/usb/
A DMakefile47 obj-$(CONFIG_USB_STORAGE) += storage/
48 obj-$(CONFIG_USB) += storage/
/drivers/net/ethernet/calxeda/
A Dxgmac.c1443 struct rtnl_link_stats64 *storage) in xgmac_get_stats64() argument
1452 storage->rx_bytes = readl(base + XGMAC_MMC_RXOCTET_G_LO); in xgmac_get_stats64()
1455 storage->rx_packets = readl(base + XGMAC_MMC_RXFRAME_GB_LO); in xgmac_get_stats64()
1456 storage->multicast = readl(base + XGMAC_MMC_RXMCFRAME_G); in xgmac_get_stats64()
1457 storage->rx_crc_errors = readl(base + XGMAC_MMC_RXCRCERR); in xgmac_get_stats64()
1458 storage->rx_length_errors = readl(base + XGMAC_MMC_RXLENGTHERR); in xgmac_get_stats64()
1459 storage->rx_missed_errors = readl(base + XGMAC_MMC_RXOVERFLOW); in xgmac_get_stats64()
1461 storage->tx_bytes = readl(base + XGMAC_MMC_TXOCTET_G_LO); in xgmac_get_stats64()
1465 storage->tx_errors = count - readl(base + XGMAC_MMC_TXFRAME_G_LO); in xgmac_get_stats64()
1466 storage->tx_packets = count; in xgmac_get_stats64()
[all …]
/drivers/net/ethernet/apm/xgene-v2/
A Dmain.c608 struct rtnl_link_stats64 *storage) in xge_get_stats64() argument
613 storage->tx_packets += stats->tx_packets; in xge_get_stats64()
614 storage->tx_bytes += stats->tx_bytes; in xge_get_stats64()
616 storage->rx_packets += stats->rx_packets; in xge_get_stats64()
617 storage->rx_bytes += stats->rx_bytes; in xge_get_stats64()
618 storage->rx_errors += stats->rx_errors; in xge_get_stats64()
/drivers/net/ethernet/netronome/nfp/flower/
A Dlag_conf.c297 struct nfp_fl_lag_group *entry, *storage; in nfp_fl_lag_do_work() local
308 list_for_each_entry_safe(entry, storage, &lag->group_list, list) { in nfp_fl_lag_do_work()
712 struct nfp_fl_lag_group *entry, *storage; in nfp_flower_lag_cleanup() local
720 list_for_each_entry_safe(entry, storage, &lag->group_list, list) { in nfp_flower_lag_cleanup()
A Dtunnel_conf.c848 struct list_head *ptr, *storage; in nfp_tun_write_ipv4_list() local
854 list_for_each_safe(ptr, storage, &priv->tun.ipv4_off_list) { in nfp_tun_write_ipv4_list()
875 struct list_head *ptr, *storage; in nfp_tunnel_add_ipv4_off() local
878 list_for_each_safe(ptr, storage, &priv->tun.ipv4_off_list) { in nfp_tunnel_add_ipv4_off()
905 struct list_head *ptr, *storage; in nfp_tunnel_del_ipv4_off() local
908 list_for_each_safe(ptr, storage, &priv->tun.ipv4_off_list) { in nfp_tunnel_del_ipv4_off()
1544 struct list_head *ptr, *storage; in nfp_tunnel_config_stop() local
1551 list_for_each_safe(ptr, storage, &priv->tun.ipv4_off_list) { in nfp_tunnel_config_stop()
/drivers/infiniband/ulp/srp/
A DKconfig8 allows you to access storage devices that speak SRP over
/drivers/soc/fsl/dpio/
A Dqbman-portal.c1011 struct dpaa2_dq *storage, in qbman_pull_desc_set_storage() argument
1016 d->rsp_addr_virt = (u64)(uintptr_t)storage; in qbman_pull_desc_set_storage()
1018 if (!storage) { in qbman_pull_desc_set_storage()
1108 s->vdq.storage = (void *)(uintptr_t)d->rsp_addr_virt; in qbman_swp_pull_direct()
1144 s->vdq.storage = (void *)(uintptr_t)d->rsp_addr_virt; in qbman_swp_pull_mem_back()
1395 if (s->vdq.storage == dq) { in qbman_result_has_new_result()
1396 s->vdq.storage = NULL; in qbman_result_has_new_result()
A Dqbman-portal.h138 struct dpaa2_dq *storage; /* NULL if DQRR */ member
209 struct dpaa2_dq *storage,
/drivers/infiniband/ulp/iser/
A DKconfig8 over InfiniBand. This allows you to access storage devices
/drivers/net/dsa/
A Dmt7530.c921 &storage->rx_packets); in mt7530_get_stats64()
923 &storage->multicast); in mt7530_get_stats64()
924 storage->rx_packets += storage->multicast; in mt7530_get_stats64()
927 storage->rx_packets += data; in mt7530_get_stats64()
930 &storage->tx_packets); in mt7530_get_stats64()
933 storage->tx_packets += data; in mt7530_get_stats64()
936 storage->tx_packets += data; in mt7530_get_stats64()
939 &storage->rx_bytes); in mt7530_get_stats64()
942 &storage->tx_bytes); in mt7530_get_stats64()
945 &storage->rx_dropped); in mt7530_get_stats64()
[all …]
/drivers/memstick/
A DKconfig9 Sony MemoryStick is a proprietary storage/extension card protocol.
/drivers/infiniband/ulp/srpt/
A DKconfig9 a block storage device on another host (target) over a network
/drivers/infiniband/ulp/rtrs/
A DKconfig16 the base layer for a block storage initiator over RDMA.
/drivers/acpi/nfit/
A DKconfig11 addition to storage devices this also enables libnvdimm to pass
/drivers/mtd/devices/
A DKconfig110 for program and data storage.
127 you can still use it for storage or swap by using this driver to
143 provide storage. You probably want to say 'N' unless you're
/drivers/ufs/core/
A DKconfig16 accessing flash storage on digital cameras, mobile phones and

Completed in 81 milliseconds

123