Searched refs:bulk_size (Results 1 – 16 of 16) sorted by relevance
| /linux/drivers/media/usb/gspca/ |
| H A D | stv0680.c | 197 cam->bulk_size = (gspca_dev->usb_buf[0] << 24) | in sd_config() 208 sd->mode.sizeimage = cam->bulk_size; in sd_config()
|
| H A D | gspca.h | 54 u32 bulk_size; /* buffer size when image transfer by bulk */ member
|
| H A D | finepix.c | 167 cam->bulk_size = FPIX_MAX_TRANSFER; in sd_config()
|
| H A D | dtcs033.c | 109 gspca_dev->cam.bulk_size = DT_COLS*512; in sd_config()
|
| H A D | sq905c.c | 225 cam->bulk_size = 32; in sd_config()
|
| H A D | sq905.c | 293 cam->bulk_size = 64; in sd_config()
|
| H A D | jl2005bcd.c | 403 cam->bulk_size = 64; in sd_config()
|
| H A D | jeilinj.c | 318 cam->bulk_size = JEILINJ_MAX_TRANSFER; in sd_config()
|
| H A D | touptek.c | 528 gspca_dev->cam.bulk_size = BULK_SIZE; in sd_config()
|
| H A D | ov519.c | 3245 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 D | se401.c | 301 cam->bulk_size = BULK_SIZE; in sd_config()
|
| H A D | ov534_9.c | 1450 gspca_dev->cam.bulk_size = 16384; in sd_init()
|
| H A D | sq930x.c | 902 gspca_dev->cam.bulk_size = gspca_dev->pixfmt.width * in sd_isoc_init()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | fs_counters.c | 547 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 D | fs.h | 330 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 D | action.c | 1124 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()
|