/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
A D | crypto.c | 23 ({ typeof(bulk) _bulk = (bulk); \ 296 bulk = kzalloc(sizeof(*bulk), GFP_KERNEL); in mlx5_crypto_dek_bulk_create() 297 if (!bulk) in mlx5_crypto_dek_bulk_create() 324 return bulk; in mlx5_crypto_dek_bulk_create() 329 kfree(bulk); in mlx5_crypto_dek_bulk_create() 379 if (bulk) { in mlx5_crypto_dek_pool_pop() 408 bulk->avail_start = bulk->num_deks; in mlx5_crypto_dek_pool_pop() 429 struct mlx5_crypto_dek_bulk *bulk = dek->bulk; in mlx5_crypto_dek_free_locked() local 443 if (!bulk->avail_deks && !bulk->in_use_deks) in mlx5_crypto_dek_free_locked() 572 bulk->avail_deks = bulk->num_deks; in mlx5_crypto_dek_pool_reset_synced() [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | fs_counters.c | 230 if (counter->bulk) in mlx5_fc_release() 548 counter->bulk = bulk; in mlx5_fc_init() 554 return bitmap_weight(bulk->bitmask, bulk->bulk_len); in mlx5_fc_bulk_get_free_fcs_amount() 569 bulk = kvzalloc(struct_size(bulk, fcs, bulk_len), GFP_KERNEL); in mlx5_fc_bulk_create() 570 if (!bulk) in mlx5_fc_bulk_create() 585 mlx5_fc_init(&bulk->fcs[i], bulk, base_id + i); in mlx5_fc_bulk_create() 589 return bulk; in mlx5_fc_bulk_create() 594 kvfree(bulk); in mlx5_fc_bulk_create() 602 if (mlx5_fc_bulk_get_free_fcs_amount(bulk) < bulk->bulk_len) { in mlx5_fc_bulk_destroy() 609 kvfree(bulk); in mlx5_fc_bulk_destroy() [all …]
|
/linux-6.3-rc2/drivers/staging/vc04_services/interface/ |
A D | TESTING | 49 Testing bulk transfer for alignment. 50 Testing bulk transfer at PAGE_SIZE. 61 vchi bulk (size 0, 0 async, 0 oneway) -> 546.000000us 62 vchi bulk (size 0, 0 oneway) -> 230.000000us 65 vchi bulk (size 0, 0 async, 0 oneway) -> 296.000000us 66 vchi bulk (size 0, 0 oneway) -> 266.000000us 68 vchi bulk (size 0, 0 oneway) -> 456.000000us 70 vchi bulk (size 0, 0 oneway) -> 640.000000us 72 vchi bulk (size 0, 0 oneway) -> 2309.000000us 78 vchi bulk (size 0, 0 oneway) -> nanus
|
/linux-6.3-rc2/drivers/staging/vc04_services/vchiq-mmal/ |
A D | mmal-vchiq.c | 149 } bulk; /* bulk data */ member 269 msg_context->u.bulk.port->buffer_cb(msg_context->u.bulk.instance, in buffer_work_cb() 270 msg_context->u.bulk.port, in buffer_work_cb() 366 msg_context->u.bulk.buffer_used = in inline_receive() 396 msg_context->u.bulk.port = port; in buffer_from_host() 397 msg_context->u.bulk.buffer = buf; in buffer_from_host() 476 msg_context->u.bulk.mmal_flags = in buffer_to_host_cb() 489 msg_context->u.bulk.status = in buffer_to_host_cb() 497 msg_context->u.bulk.status = 0; in buffer_to_host_cb() 502 msg_context->u.bulk.status = in buffer_to_host_cb() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/msm/ |
A D | msm_io_utils.c | 16 struct clk *msm_clk_bulk_get_clock(struct clk_bulk_data *bulk, int count, in msm_clk_bulk_get_clock() argument 24 for (i = 0; bulk && i < count; i++) { in msm_clk_bulk_get_clock() 25 if (!strcmp(bulk[i].id, name) || !strcmp(bulk[i].id, n)) in msm_clk_bulk_get_clock() 26 return bulk[i].clk; in msm_clk_bulk_get_clock()
|
A D | msm_mdss.c | 362 struct clk_bulk_data *bulk; in mdp5_mdss_parse_clock() local 369 bulk = devm_kcalloc(&pdev->dev, MDP5_MDSS_NUM_CLOCKS, sizeof(struct clk_bulk_data), GFP_KERNEL); in mdp5_mdss_parse_clock() 370 if (!bulk) in mdp5_mdss_parse_clock() 373 bulk[num_clocks++].id = "iface"; in mdp5_mdss_parse_clock() 374 bulk[num_clocks++].id = "bus"; in mdp5_mdss_parse_clock() 375 bulk[num_clocks++].id = "vsync"; in mdp5_mdss_parse_clock() 377 ret = devm_clk_bulk_get_optional(&pdev->dev, num_clocks, bulk); in mdp5_mdss_parse_clock() 381 *clocks = bulk; in mdp5_mdss_parse_clock()
|
/linux-6.3-rc2/Documentation/w1/masters/ |
A D | ds2490.rst | 49 - The ds2490 specification doesn't cover short bulk in reads in 51 available, the bulk read will return an error and the hardware will 52 clear the entire bulk in buffer. It would be possible to read the 63 most of the time one of the bulk out or in, and usually the bulk in 64 would fail. qemu sets a 50ms timeout and the bulk in would timeout 65 even when the status shows data available. A bulk out write would
|
/linux-6.3-rc2/drivers/gpu/drm/ttm/ |
A D | ttm_resource.c | 39 void ttm_lru_bulk_move_init(struct ttm_lru_bulk_move *bulk) in ttm_lru_bulk_move_init() argument 41 memset(bulk, 0, sizeof(*bulk)); in ttm_lru_bulk_move_init() 53 void ttm_lru_bulk_move_tail(struct ttm_lru_bulk_move *bulk) in ttm_lru_bulk_move_tail() argument 59 struct ttm_lru_bulk_move_pos *pos = &bulk->pos[i][j]; in ttm_lru_bulk_move_tail() 79 ttm_lru_bulk_move_pos(struct ttm_lru_bulk_move *bulk, struct ttm_resource *res) in ttm_lru_bulk_move_pos() argument 81 return &bulk->pos[res->mem_type][res->bo->priority]; in ttm_lru_bulk_move_pos() 95 static void ttm_lru_bulk_move_add(struct ttm_lru_bulk_move *bulk, in ttm_lru_bulk_move_add() argument 98 struct ttm_lru_bulk_move_pos *pos = ttm_lru_bulk_move_pos(bulk, res); in ttm_lru_bulk_move_add() 109 static void ttm_lru_bulk_move_del(struct ttm_lru_bulk_move *bulk, in ttm_lru_bulk_move_del() argument 112 struct ttm_lru_bulk_move_pos *pos = ttm_lru_bulk_move_pos(bulk, res); in ttm_lru_bulk_move_del()
|
/linux-6.3-rc2/drivers/media/usb/uvc/ |
A D | uvc_video.c | 1283 nbytes = min(stream->bulk.max_payload_size - stream->bulk.payload_size, in uvc_video_encode_data() 1483 if (stream->bulk.header_size == 0 && !stream->bulk.skip_payload) { in uvc_video_decode_bulk() 1519 stream->bulk.payload_size >= stream->bulk.max_payload_size) { in uvc_video_decode_bulk() 1522 stream->bulk.payload_size); in uvc_video_decode_bulk() 1527 stream->bulk.header_size = 0; in uvc_video_decode_bulk() 1528 stream->bulk.skip_payload = 0; in uvc_video_decode_bulk() 1563 stream->bulk.payload_size == stream->bulk.max_payload_size) { in uvc_video_encode_bulk() 1572 stream->bulk.header_size = 0; in uvc_video_encode_bulk() 1919 stream->bulk.header_size = 0; in uvc_video_start_transfer() 1920 stream->bulk.skip_payload = 0; in uvc_video_start_transfer() [all …]
|
/linux-6.3-rc2/drivers/staging/vc04_services/interface/vchiq_arm/ |
A D | vchiq_core.c | 1337 bulk->actual); in notify_bulks() 1341 bulk->actual); in notify_bulks() 1469 service->remoteport, bulk->size, bulk->remote_size); in abort_outstanding_bulks() 1472 bulk->data = 0; in abort_outstanding_bulks() 1473 bulk->size = 0; in abort_outstanding_bulks() 1782 bulk->actual, &bulk->data); in parse_message() 3054 bulk = bulk_waiter->bulk; in vchiq_bulk_transfer() 3088 bulk->mode = mode; in vchiq_bulk_transfer() 3089 bulk->dir = dir; in vchiq_bulk_transfer() 3091 bulk->size = size; in vchiq_bulk_transfer() [all …]
|
A D | vchiq_arm.c | 639 bulk->data = pagelistinfo->dma_addr; in vchiq_prepare_bulk_data() 645 bulk->remote_data = pagelistinfo; in vchiq_prepare_bulk_data() 653 if (bulk && bulk->remote_data && bulk->actual) in vchiq_complete_bulk() 655 bulk->actual); in vchiq_complete_bulk() 944 struct vchiq_bulk *bulk = waiter->bulk_waiter.bulk; in vchiq_blocking_bulk_transfer() local 946 if (bulk) { in vchiq_blocking_bulk_transfer() 949 if ((bulk->data != (dma_addr_t)(uintptr_t)data) || (bulk->size != size)) { in vchiq_blocking_bulk_transfer() 955 bulk->userdata = NULL; in vchiq_blocking_bulk_transfer() 971 struct vchiq_bulk *bulk = waiter->bulk_waiter.bulk; in vchiq_blocking_bulk_transfer() local 973 if (bulk) { in vchiq_blocking_bulk_transfer() [all …]
|
A D | vchiq_core.h | 447 struct vchiq_bulk *bulk; member 564 int vchiq_prepare_bulk_data(struct vchiq_instance *instance, struct vchiq_bulk *bulk, void *offset, 567 void vchiq_complete_bulk(struct vchiq_instance *instance, struct vchiq_bulk *bulk);
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-driver-w1_therm | 75 * If a bulk read has been triggered, it will directly 76 return the temperature computed when the bulk read 80 * If no bulk read has been triggered, it will trigger 115 (RW) trigger a bulk read conversion. read the status 124 no bulk operation. Reading temperature will 128 'trigger': trigger a bulk read on all supporting 131 Note that if a bulk read is sent but one sensor is not read 134 of the bulk read command (not the current temperature).
|
A D | configfs-usb-gadget-sourcesink | 14 bulk_qlen depth of queue for bulk
|
/linux-6.3-rc2/drivers/remoteproc/ |
A D | qcom_wcnss.c | 431 struct regulator_bulk_data *bulk; in wcnss_init_regulators() local 445 bulk = devm_kcalloc(wcnss->dev, in wcnss_init_regulators() 448 if (!bulk) in wcnss_init_regulators() 452 bulk[i].supply = info[i].name; in wcnss_init_regulators() 454 ret = devm_regulator_bulk_get(wcnss->dev, num_vregs, bulk); in wcnss_init_regulators() 460 regulator_set_voltage(bulk[i].consumer, in wcnss_init_regulators() 465 regulator_set_load(bulk[i].consumer, info[i].load_uA); in wcnss_init_regulators() 468 wcnss->vregs = bulk; in wcnss_init_regulators()
|
/linux-6.3-rc2/drivers/media/usb/dvb-usb-v2/ |
A D | usb_urb.c | 155 stream->props.u.bulk.buffersize, in usb_urb_alloc_bulk_urbs() 260 buf_size = stream->props.u.bulk.buffersize; in usb_urb_reconfig() 281 props->u.bulk.buffersize == in usb_urb_reconfig() 282 stream->props.u.bulk.buffersize) in usb_urb_reconfig() 326 stream->props.u.bulk.buffersize); in usb_urb_initv2()
|
/linux-6.3-rc2/Documentation/driver-api/usb/ |
A D | bulk-streams.rst | 1 USB bulk streams 8 device driver to overload a bulk endpoint so that multiple transfers can be 41 ID for the bulk IN and OUT endpoints used in a Bi-directional command sequence. 46 declares how many stream IDs it can support, and each bulk endpoint on a
|
A D | index.rst | 10 bulk-streams
|
/linux-6.3-rc2/drivers/media/usb/dvb-usb/ |
A D | dtt200u.c | 213 .bulk = { 265 .bulk = { 317 .bulk = { 369 .bulk = {
|
A D | dibusb-mb.c | 224 .bulk = { 314 .bulk = { 383 .bulk = { 445 .bulk = {
|
A D | cxusb.c | 1744 .bulk = { 1796 .bulk = { 1855 .bulk = { 1923 .bulk = { 1982 .bulk = { 2034 .bulk = { 2088 .bulk = { 2145 .bulk = { 2199 .bulk = { 2245 .bulk = { [all …]
|
/linux-6.3-rc2/drivers/interconnect/ |
A D | Makefile | 4 icc-core-objs := core.o bulk.o
|
/linux-6.3-rc2/include/drm/ttm/ |
A D | ttm_resource.h | 345 void ttm_lru_bulk_move_init(struct ttm_lru_bulk_move *bulk); 346 void ttm_lru_bulk_move_tail(struct ttm_lru_bulk_move *bulk);
|
/linux-6.3-rc2/Documentation/usb/ |
A D | ehci.rst | 58 At this writing the driver should comfortably handle all control, bulk, 125 and bulk transfers. Shows each active qh and the qtds 161 good to keep in mind that bulk transfers are always in 512 byte packets, 165 So more than 50 MByte/sec is available for bulk transfers, when both 195 you issue a control or bulk request you can often expect to learn that 203 or using bulk queuing if a series of small requests needs to be issued. 213 I/O be efficient, it's better to just queue up several (bulk) requests
|
/linux-6.3-rc2/drivers/usb/core/ |
A D | devio.c | 1287 len1 = bulk->len; in do_proc_bulk() 1291 if (bulk->ep & USB_DIR_IN) in do_proc_bulk() 1323 tmo = bulk->timeout; in do_proc_bulk() 1324 if (bulk->ep & 0x80) { in do_proc_bulk() 1362 struct usbdevfs_bulktransfer bulk; in proc_bulk() local 1364 if (copy_from_user(&bulk, arg, sizeof(bulk))) in proc_bulk() 1366 return do_proc_bulk(ps, &bulk); in proc_bulk() 2141 struct usbdevfs_bulktransfer bulk; in proc_bulk_compat() local 2144 if (get_user(bulk.ep, &p32->ep) || in proc_bulk_compat() 2149 bulk.data = compat_ptr(addr); in proc_bulk_compat() [all …]
|