Home
last modified time | relevance | path

Searched defs:bulk (Results 1 – 25 of 26) sorted by relevance

12

/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dcrypto.c20 #define MLX5_CRYPTO_DEK_BULK_CALC_FREED(bulk) MLX5_CRYPTO_DEK_CALC_FREED(bulk) argument
22 #define MLX5_CRYPTO_DEK_BULK_IDLE(bulk) \ argument
80 struct mlx5_crypto_dek_bulk *bulk; member
292 struct mlx5_crypto_dek_bulk *bulk; in mlx5_crypto_dek_bulk_create() local
336 struct mlx5_crypto_dek_bulk *bulk; in mlx5_crypto_dek_pool_add_bulk() local
349 static void mlx5_crypto_dek_bulk_free(struct mlx5_crypto_dek_bulk *bulk) in mlx5_crypto_dek_bulk_free()
358 struct mlx5_crypto_dek_bulk *bulk, in mlx5_crypto_dek_pool_remove_bulk()
372 struct mlx5_crypto_dek_bulk *bulk; in mlx5_crypto_dek_pool_pop() local
429 struct mlx5_crypto_dek_bulk *bulk = dek->bulk; in mlx5_crypto_dek_free_locked() local
480 struct mlx5_crypto_dek_bulk *bulk) in mlx5_crypto_dek_bulk_reset_synced()
[all …]
/linux/drivers/gpu/drm/ttm/
H A Dttm_resource.c51 static void ttm_resource_cursor_move_bulk_tail(struct ttm_lru_bulk_move *bulk, in ttm_resource_cursor_move_bulk_tail()
70 static void ttm_bulk_move_adjust_cursors(struct ttm_lru_bulk_move *bulk) in ttm_bulk_move_adjust_cursors()
79 static void ttm_bulk_move_drop_cursors(struct ttm_lru_bulk_move *bulk) in ttm_bulk_move_drop_cursors()
125 void ttm_lru_bulk_move_init(struct ttm_lru_bulk_move *bulk) in ttm_lru_bulk_move_init()
141 struct ttm_lru_bulk_move *bulk) in ttm_lru_bulk_move_fini()
157 void ttm_lru_bulk_move_tail(struct ttm_lru_bulk_move *bulk) in ttm_lru_bulk_move_tail()
184 ttm_lru_bulk_move_pos(struct ttm_lru_bulk_move *bulk, struct ttm_resource *res) in ttm_lru_bulk_move_pos()
226 static void ttm_lru_bulk_move_add(struct ttm_lru_bulk_move *bulk, in ttm_lru_bulk_move_add()
241 static void ttm_lru_bulk_move_del(struct ttm_lru_bulk_move *bulk, in ttm_lru_bulk_move_del()
641 struct ttm_lru_bulk_move *bulk; in ttm_resource_cursor_check_bulk() local
H A Dttm_bo.c104 struct ttm_lru_bulk_move *bulk) in ttm_bo_set_bulk_move()
/linux/drivers/net/ethernet/intel/libeth/
H A Dpriv.h25 void (*bulk)(const struct skb_shared_info *sinfo, member
/linux/drivers/platform/raspberrypi/vchiq-interface/
H A Dvchiq_core.c458 struct vchiq_header *header, struct vchiq_bulk *bulk) in make_service_callback()
1308 get_bulk_reason(struct vchiq_bulk *bulk) in get_bulk_reason()
1324 struct vchiq_bulk *bulk) in service_notify_bulk()
1375 struct vchiq_bulk *bulk = in notify_bulks() local
1495 create_pagelist(struct vchiq_instance *instance, struct vchiq_bulk *bulk) in create_pagelist()
1755 vchiq_prepare_bulk_data(struct vchiq_instance *instance, struct vchiq_bulk *bulk) in vchiq_prepare_bulk_data()
1776 vchiq_complete_bulk(struct vchiq_instance *instance, struct vchiq_bulk *bulk) in vchiq_complete_bulk()
1801 struct vchiq_bulk *bulk = &queue->bulks[BULK_INDEX(queue->process)]; in abort_outstanding_bulks() local
2092 struct vchiq_bulk *bulk; in parse_message() local
3039 struct vchiq_bulk *bulk; in vchiq_bulk_xfer_queue_msg_killable() local
H A Dvchiq_arm.c604 struct vchiq_bulk *bulk = waiter->bulk_waiter.bulk; in vchiq_blocking_bulk_transfer() local
630 struct vchiq_bulk *bulk = waiter->bulk_waiter.bulk; in vchiq_blocking_bulk_transfer() local
/linux/net/core/
H A Dpage_pool.c598 const int bulk = PP_ALLOC_CACHE_REFILL; __page_pool_alloc_netmems_slow() local
929 page_pool_recycle_ring_bulk(struct page_pool * pool,netmem_ref * bulk,u32 bulk_len) page_pool_recycle_ring_bulk() argument
988 netmem_ref bulk[XDP_BULK_QUEUE_SIZE]; page_pool_put_netmem_bulk() local
[all...]
/linux/drivers/iio/magnetometer/
H A Dak8974.c210 __le16 bulk; in ak8974_get_u16_val() local
222 __le16 bulk = cpu_to_le16(val); in ak8974_set_u16_val() local
/linux/include/net/libeth/
H A Dxdp.h391 struct libeth_xdp_tx_frame bulk[LIBETH_XDP_TX_BULK]; member
517 libeth_xdp_tx_xmit_bulk(const struct libeth_xdp_tx_frame *bulk, void *xdpsq, in libeth_xdp_tx_xmit_bulk()
1762 typeof(libeth_xdp_return_buff_bulk) bulk, in __libeth_xdp_complete_tx()
H A Dxsk.h292 const struct libeth_xdp_tx_frame *bulk; in libeth_xsk_xmit_do_bulk() local
/linux/include/drm/ttm/
H A Dttm_resource.h342 struct ttm_lru_bulk_move *bulk; member
/linux/drivers/usb/core/
H A Ddevio.c1284 struct usbdevfs_bulktransfer *bulk) in do_proc_bulk()
1375 struct usbdevfs_bulktransfer bulk; in proc_bulk() local
2153 struct usbdevfs_bulktransfer bulk; in proc_bulk_compat() local
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_counters.c439 static void mlx5_fc_init(struct mlx5_fc *counter, struct mlx5_fc_bulk *bulk, in mlx5_fc_init()
/linux/drivers/remoteproc/
H A Dqcom_wcnss.c447 struct regulator_bulk_data *bulk; in wcnss_init_regulators() local
/linux/drivers/media/usb/gspca/
H A Dgspca.h62 u8 bulk; /* image transfer by 0:isoc / 1:bulk */ member
/linux/drivers/usb/gadget/udc/
H A Dr8a66597-udc.h109 unsigned char bulk; member
H A Dm66592-udc.h487 int bulk; member
/linux/drivers/scsi/
H A Dppa.c552 int fast, bulk, status; in ppa_completion() local
H A Dimm.c648 int fast, bulk, status; in imm_completion() local
/linux/lib/
H A Dtest_objpool.c72 int bulk[2]; /* for thread and irq */ member
/linux/drivers/tty/
H A Dsysrq.c1209 bool bulk = false; in write_sysrq_trigger() local
/linux/drivers/platform/raspberrypi/vchiq-mmal/
H A Dmmal-vchiq.c151 } bulk; /* bulk data */ member
/linux/include/linux/raspberrypi/
H A Dvchiq_core.h495 struct vchiq_bulk *bulk; member
/linux/drivers/bluetooth/
H A Dhci_qca.c2359 struct regulator_bulk_data *bulk; qca_init_regulators() local
/linux/drivers/gpu/drm/xe/
H A Dxe_bo.c2302 xe_bo_init_locked(struct xe_device * xe,struct xe_bo * bo,struct xe_tile * tile,struct dma_resv * resv,struct ttm_lru_bulk_move * bulk,size_t size,u16 cpu_caching,enum ttm_bo_type type,u32 flags,struct drm_exec * exec) xe_bo_init_locked() argument

12