Home
last modified time | relevance | path

Searched refs:bulk_size (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/media/usb/gspca/
H A Dstv0680.c197 cam->bulk_size = (gspca_dev->usb_buf[0] << 24) | in sd_config()
208 sd->mode.sizeimage = cam->bulk_size; in sd_config()
H A Dgspca.h54 u32 bulk_size; /* buffer size when image transfer by bulk */ member
H A Dfinepix.c167 cam->bulk_size = FPIX_MAX_TRANSFER; in sd_config()
H A Ddtcs033.c109 gspca_dev->cam.bulk_size = DT_COLS*512; in sd_config()
H A Dsq905c.c225 cam->bulk_size = 32; in sd_config()
H A Dsq905.c293 cam->bulk_size = 64; in sd_config()
H A Djl2005bcd.c403 cam->bulk_size = 64; in sd_config()
H A Djeilinj.c318 cam->bulk_size = JEILINJ_MAX_TRANSFER; in sd_config()
H A Dtouptek.c528 gspca_dev->cam.bulk_size = BULK_SIZE; in sd_config()
H A Dov519.c3245 cam->bulk_size = OVFX2_BULK_SIZE; in sd_config()
3452 gspca_dev->cam.bulk_size = OVFX2_BULK_SIZE; in sd_isoc_init()
3454 gspca_dev->cam.bulk_size = 7 * 4096; in sd_isoc_init()
4462 if (len < gspca_dev->cam.bulk_size) { in ovfx2_pkt_scan()
H A Dse401.c301 cam->bulk_size = BULK_SIZE; in sd_config()
H A Dov534_9.c1450 gspca_dev->cam.bulk_size = 16384; in sd_init()
H A Dsq930x.c902 gspca_dev->cam.bulk_size = gspca_dev->pixfmt.width * in sd_isoc_init()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_counters.c547 mlx5_fc_local_create(u32 counter_id, u32 offset, u32 bulk_size) in mlx5_fc_local_create() argument
564 fc_bulk->fs_bulk.bulk_len = bulk_size; in mlx5_fc_local_create()
/linux/include/linux/mlx5/
H A Dfs.h330 struct mlx5_fc *mlx5_fc_local_create(u32 counter_id, u32 offset, u32 bulk_size);
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Daction.c1124 u32 bulk_size) in hws_action_create_reformat_hws() argument
1133 ret = hws_action_handle_insert_with_ptr(action, num_of_hdrs, hdrs, bulk_size); in hws_action_create_reformat_hws()
1136 ret = hws_action_handle_l2_to_tunnel_l3(action, num_of_hdrs, hdrs, bulk_size); in hws_action_create_reformat_hws()
1139 ret = hws_action_handle_tunnel_l3_to_l2(action, num_of_hdrs, hdrs, bulk_size); in hws_action_create_reformat_hws()