Home
last modified time | relevance | path

Searched refs:out_size (Results 76 – 81 of 81) sorted by relevance

1234

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dport.c497 u32 out_size) in mlx5_query_pfcc_reg() argument
504 out_size, MLX5_REG_PFCC, 0, 0); in mlx5_query_pfcc_reg()
/openbmc/linux/drivers/virt/vboxguest/
H A Dvboxguest_core.c1096 size_t out_size) in vbg_ioctl_chk() argument
1099 hdr->size_out != (sizeof(*hdr) + out_size)) in vbg_ioctl_chk()
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_av1_req_lat_if.c145 u32 out_size; member
1749 pfc->seq, vsi->state.crc[0], vsi->state.out_size); in vdec_av1_slice_update_lat()
/openbmc/linux/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c631 int out_size; in read_umem_params() local
636 out_size = MLX5_ST_SZ_BYTES(query_hca_cap_out); in read_umem_params()
637 out = kzalloc(out_size, GFP_KERNEL); in read_umem_params()
/openbmc/linux/fs/smb/client/
H A Dsmb2pdu.c2757 alloc_path_with_tree_prefix(__le16 **out_path, int *out_size, int *out_len, in alloc_path_with_tree_prefix() argument
2783 *out_size = round_up(*out_len * sizeof(__le16), 8); in alloc_path_with_tree_prefix()
2784 *out_path = kzalloc(*out_size + sizeof(__le16) /* null */, GFP_KERNEL); in alloc_path_with_tree_prefix()
/openbmc/linux/Documentation/filesystems/
H A Dcoda.rst460 short out_size; /* Maximum size of output buffer, <= 2K */

1234